Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dlog_sysevent.c1250 uint32_t *bufsz, uint32_t class_index) in get_registration() argument
1259 if (class_index < 0 || class_index > CLASS_HASH_SZ) in get_registration()
1262 if ((clist = chan->scd_class_list_tbl[class_index]) == NULL) { in get_registration()