Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1177 class_lst_t **class_hash = SH_CLASS_HASH(shp); in cache_find_class() local
1180 return (class_hash[0]); in cache_find_class()
1184 c_list = class_hash[index]; in cache_find_class()
1351 class_lst_t **class_hash) in create_cached_registration() argument
1367 class_hash[i] = NULL; in create_cached_registration()
1409 clist->cl_next = class_hash[i]; in create_cached_registration()
1410 class_hash[i] = clist; in create_cached_registration()