Searched refs:MAX_CCP_NAME_LEN (Results 1 – 2 of 2) sorted by relevance
29 #define MAX_CCP_NAME_LEN 16 macro344 char name[MAX_CCP_NAME_LEN];345 char rngname[MAX_CCP_NAME_LEN];
500 snprintf(ccp->name, MAX_CCP_NAME_LEN, "ccp-%u", sp->ord); in ccp_alloc_struct()501 snprintf(ccp->rngname, MAX_CCP_NAME_LEN, "ccp-%u-rng", sp->ord); in ccp_alloc_struct()