Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c1271 uint32_t *bufsz, uint32_t class_index) in get_registration() argument
1280 if (class_index > CLASS_HASH_SZ) in get_registration()
1283 if ((clist = chan->scd_class_list_tbl[class_index]) == NULL) { in get_registration()