Searched refs:EVENTHANDLER_PRI_LAST (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/acpica/ |
H A D | acpi_timer.c | 231 &acpi_timer_timecounter, EVENTHANDLER_PRI_LAST) == NULL) in acpi_timer_attach() 285 acpi_timer_resume_handler, tc, EVENTHANDLER_PRI_LAST); in acpi_timer_suspend_handler()
|
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 424 filemon_event_process_exec, NULL, EVENTHANDLER_PRI_LAST); in filemon_wrapper_install() 426 filemon_event_process_exit, NULL, EVENTHANDLER_PRI_LAST); in filemon_wrapper_install() 428 filemon_event_process_fork, NULL, EVENTHANDLER_PRI_LAST); in filemon_wrapper_install()
|
/freebsd/sys/kern/ |
H A D | kern_devctl.c | 172 NULL, EVENTHANDLER_PRI_LAST); in devctl_init() 174 NULL, EVENTHANDLER_PRI_LAST); in devctl_init() 176 NULL, EVENTHANDLER_PRI_LAST); in devctl_init()
|
/freebsd/sys/sys/ |
H A D | eventhandler.h | 183 #define EVENTHANDLER_PRI_LAST 20000 macro 197 #define SHUTDOWN_PRI_LAST EVENTHANDLER_PRI_LAST
|
/freebsd/sys/i386/acpica/ |
H A D | acpi_wakeup.c | 338 EVENTHANDLER_PRI_LAST) == NULL) { in acpi_alloc_wakeup_handler()
|
/freebsd/sys/amd64/acpica/ |
H A D | acpi_wakeup.c | 355 EVENTHANDLER_PRI_LAST) == NULL) { in acpi_alloc_wakeup_handler()
|
/freebsd/sys/security/mac_veriexec/ |
H A D | mac_veriexec.c | 799 EVENTHANDLER_PRI_LAST); in mac_veriexec_init()
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_da.c | 564 NULL, EVENTHANDLER_PRI_LAST)) == NULL) in ndainit()
|
/freebsd/sys/cam/ata/ |
H A D | ata_da.c | 1220 NULL, EVENTHANDLER_PRI_LAST)) == NULL) in adainit() 1223 NULL, EVENTHANDLER_PRI_LAST)) == NULL) in adainit()
|
/freebsd/sys/net/altq/ |
H A D | altq_subr.c | 882 EVENTHANDLER_PRI_LAST);
|