Searched refs:MODEVENTS (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 617 (void) modctl(MODEVENTS, (uintptr_t)MODEVENTS_FLUSH, in dispatch_message() 957 if ((ret = modctl(MODEVENTS, in event_completion_thr() 1069 if ((ret = modctl(MODEVENTS, in dispatch() 1498 if (modctl(MODEVENTS, in syseventd_init() 1507 if (modctl(MODEVENTS, (uintptr_t)MODEVENTS_FLUSH, NULL, NULL, NULL, 0) in syseventd_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | modctl.h | 244 #define MODEVENTS 15 macro
|
/illumos-gate/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 163 error = modctl(MODEVENTS, (uintptr_t)MODEVENTS_POST_EVENT, in sysevent_post_event() 1004 if ((error = modctl(MODEVENTS, (uintptr_t)MODEVENTS_REGISTER_EVENT, in update_kernel_registration() 1037 if (modctl(MODEVENTS, (uintptr_t)MODEVENTS_REGISTER_EVENT, in get_kernel_registration() 1049 if (modctl(MODEVENTS, in get_kernel_registration()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1125 case MODEVENTS: s = "MODEVENTS"; break; in prt_mod()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modctl.c | 2536 case MODEVENTS: in modctl()
|