Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c454 uint32_t class_len; in sysevent_evc_subscribe_cmn() local
467 (class_len = strlen(class) + 1) > MAX_CLASS_LEN) { in sysevent_evc_subscribe_cmn()
499 class_len = 0; in sysevent_evc_subscribe_cmn()
542 uargs.class_info.len = class_len; in sysevent_evc_subscribe_cmn()
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c891 size_t class_len; in create_channel_registration() local
894 class_len = strlen(event_class) + 1; in create_channel_registration()
896 c_list->cl_name = kmem_zalloc(class_len, KM_SLEEP); in create_channel_registration()
897 bcopy(event_class, c_list->cl_name, class_len); in create_channel_registration()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c962 size_t class_len; in get_disk_kstats() local
965 class_len = strlen(classname); in get_disk_kstats()
967 if (strncmp(ksp->ks_class, classname, class_len) == 0) { in get_disk_kstats()