Searched refs:eq_name (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | errorq.c | 339 (void) strncpy(eqp->eq_name, name, ERRORQ_NAMELEN); in errorq_create() 340 eqp->eq_name[ERRORQ_NAMELEN] = '\0'; in errorq_create() 724 "for queue %s", eqp->eq_ipl, eqp->eq_name); in errorq_init() 977 eqp->eq_name, (void *)eep, len); in errorq_dump() 986 eqp->eq_name, (void *)eep, err); in errorq_dump()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errorq_impl.h | 70 char eq_name[ERRORQ_NAMELEN + 1]; /* string name for debugging */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 4006 mdb_printf("%-11p %-16s %c %c %c ", addr, eq.eq_name, in errorq()
|