Searched refs:gone (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dntstat.c818 * might be gone by the time we get the PCB detach notification),
1785 // if the ifnet is gone, we should stop using it
2444 int *gone)
2473 if (gone)
2474 *gone = localgone;
2780 int gone; local
2782 gone = 0;
2787 gone = 0;
2790 req.hdr.context, &gone);
2797 if (gone)
2440 nstat_control_send_counts( nstat_control_state *state, nstat_src *src, unsigned long long context, int *gone) argument
[all...]
H A Dif_bridge.c2080 int gone)
2090 if (!gone) {
2079 bridge_delete_member(struct bridge_softc *sc, struct bridge_iflist *bif, int gone) argument
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp1934 IORegCursor * gone; local
1944 gone = where;
1945 where = gone->next;
1946 IOFree( gone, sizeof(IORegCursor));

Completed in 79 milliseconds