Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_devctl.c141 } devctl_notify_hook = { .send_f = NULL }; variable
445 if (devctl_notify_hook.send_f != NULL) in devctl_notify()
446 devctl_notify_hook.send_f(system, subsystem, type, data); in devctl_notify()
517 if (devctl_notify_hook.send_f != NULL) { in devaddq()
531 devctl_notify_hook.send_f("device", in devaddq()
603 devctl_notify_hook.send_f = hook; in devctl_set_notify_hook()
609 devctl_notify_hook.send_f = NULL; in devctl_unset_notify_hook()