Searched refs:detaching (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_event.c629 kn->kn_hookid = -1; /* we are detaching */
650 boolean_t detaching; local
656 detaching = (kn->kn_hookid < 0);
659 if (!detaching && (kn->kn_flags & EV_ONESHOT) == 0) {
685 if (detaching)
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c103 int detaching; member in struct:if_proto
1962 ifp->if_eflags &= ~IFEF_DETACHING; // clear the detaching flag
2023 /* Check that the interface isn't currently detaching */
2214 proto->detaching = 1;
2262 * dlil_delayed_detach_thread is responsible for detaching
2269 * the detaching flag set. When an item is found, it is
2275 * When detaching a protocol filter, if we find that we
2319 if (proto->detaching) {
2629 /* Let BPF know we're detaching */

Completed in 40 milliseconds