Lines Matching full:hook
38 .Fn config_intrhook_establish "struct intr_config_hook *hook"
40 .Fn config_intrhook_disestablish "struct intr_config_hook *hook"
42 .Fn config_intrhook_drain "struct intr_config_hook *hook"
55 function removes the entry from the hook queue.
59 function removes the entry from the hook queue in a safe way.
60 If the hook is not currently active it removes
61 .Fa hook
62 from the hook queue and returns
64 If the hook is active, it waits for the hook to complete before returning
66 If the hook has previously completed, it returns
78 the entry is automatically removed from the hook queue
88 The boot process is then stalled until all handlers remove their hook
89 from the hook queue with
94 mounted as root must use either this hook, or probe all these devices
114 It must be stable from just before the hook is established until
115 after the hook is disestablished.
122 A zero return value means the hook was successfully added to the queue
124 A non-zero return value means the hook could not be added to the queue