Searched refs:MAX_CCP_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
32 #define MAX_CCP_NAME_LEN 16 macro347 char name[MAX_CCP_NAME_LEN];348 char rngname[MAX_CCP_NAME_LEN];
482 snprintf(ccp->name, MAX_CCP_NAME_LEN, "ccp-%u", sp->ord); in ccp_alloc_struct()483 snprintf(ccp->rngname, MAX_CCP_NAME_LEN, "ccp-%u-rng", sp->ord); in ccp_alloc_struct()