Lines Matching defs:before
160 * this instance will always exist before any interaction takes place,
165 * before any networking is started by the zone's boot scripts.
168 * it is possible to have code run before the kernel module providing the
178 * requirement for such a module to be present before all of the above
191 * If you know a kernel module will not be loaded before the infrastructure
861 * used before this function returns. How can this happen? Through the
1411 * net_protocol_unregister before calling net_event_unregister - an error.
1952 * either first or last and names provided with before or after are only
1958 hook_int_t *before;
1965 before = NULL;
1982 if ((hih->h_hint == HH_BEFORE) && (before == NULL) &&
1985 before = hi;
1988 if (before != NULL) {
1989 TAILQ_INSERT_AFTER(head, before, new, hi_entry);
2076 * sure that hooks with HH_BEFORE always appear on the list before those
2096 * before's or after's that have a matching hint name.
2413 /* Free the name used with the before/after hints. */
2460 * free'd before calling hook_free().
2552 * that code calling it do so before hand. The use of hook_notify_head_t