Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_devctl.c139 send_event_f *send_f; member
140 } devctl_notify_hook = { .send_f = NULL };
444 if (devctl_notify_hook.send_f != NULL) in devctl_notify()
445 devctl_notify_hook.send_f(system, subsystem, type, data); in devctl_notify()
516 if (devctl_notify_hook.send_f != NULL) { in devaddq()
530 devctl_notify_hook.send_f("device", in devaddq()
602 devctl_notify_hook.send_f = hook; in devctl_set_notify_hook()
608 devctl_notify_hook.send_f = NULL; in devctl_unset_notify_hook()