Searched refs:ERRORQ_NAMELEN (Results 1 – 2 of 2) sorted by relevance
67 #define ERRORQ_NAMELEN 31 /* length of queue name */ macro70 char eq_name[ERRORQ_NAMELEN + 1]; /* string name for debugging */
339 (void) strncpy(eqp->eq_name, name, ERRORQ_NAMELEN); in errorq_create()340 eqp->eq_name[ERRORQ_NAMELEN] = '\0'; in errorq_create()