Home
last modified time | relevance | path

Searched refs:ERRORQ_NAMELEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Derrorq_impl.h67 #define ERRORQ_NAMELEN 31 /* length of queue name */ macro
70 char eq_name[ERRORQ_NAMELEN + 1]; /* string name for debugging */
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c339 (void) strncpy(eqp->eq_name, name, ERRORQ_NAMELEN); in errorq_create()
340 eqp->eq_name[ERRORQ_NAMELEN] = '\0'; in errorq_create()