Searched refs:done (Results 26 - 50 of 97) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c751 goto done;
759 goto done;
768 goto done;
793 done:
H A Dkpi_socket.c132 * again once we're done with the filter(s).
274 goto done;
281 goto done;
288 goto done;
301 goto done;
309 done:
H A Duipc_syscalls.c1045 goto done;
1056 goto done;
1061 goto done;
1074 done:
1406 goto done;
1416 goto done;
1423 goto done;
1446 done:
2031 goto done;
2405 done
[all...]
H A Dkern_event.c1188 goto done;
1211 goto done;
1226 goto done;
1231 goto done;
1245 goto done;
1286 done:
1404 * waiters when we are done.
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c506 * or if we haven't done source interface selection on this
705 goto done;
749 goto done;
765 goto done;
843 goto done;
1040 goto done;
1071 goto done;
1109 goto done ;
1135 goto done;
1168 goto done;
[all...]
H A Dip_flow.c259 goto done;
276 done:
H A Dip_fw2.c178 * done to avoid consuming too much memory, but also too much
894 goto done; /* not found */
936 goto done; /* q = NULL, not found */
1001 done:
1155 printf("ipfw: install_state: entry already present, done\n");
2026 * but we need to do a 'goto done').
2042 * ('goto done' after setting retval);
2059 goto done; /* error/limit violation */
2104 goto done;
2110 goto done;
[all...]
H A Din_dhcp.c492 /* if some other error occurred, we're done */
573 /* we're done */
574 goto done;
593 done:
775 /* we're done !*/
776 goto done;
801 done:
892 dprintf(("dhcp: SIOCAUTOADDR done\n"));
900 dprintf(("dhcp: SIOCPROTOATTACH done\n"));
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s94 bne L_finish_up ; nope, we are done.
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h347 int done; member in struct:nd_opts::__anon335
361 #define nd_opts_done nd_opt_each.done
H A Dnd6_nbr.c733 * no other updates should be done.
1178 goto done;
1183 goto done;
1190 goto done;
1197 goto done;
1211 goto done;
1275 * We are done with DAD. No NA came, no NS came.
1295 done:
1320 /* We are done with DAD, with duplicated address found. (failure) */
H A Dip6_output.c423 goto done;
599 goto done;
704 * Boundary check for ifindex is assumed to be already done.
798 goto done;
812 goto done;
931 goto done;
935 goto done;
968 goto done;
1008 goto done;
1152 done
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_vlan.c1427 goto done;
1432 goto done;
1449 done:
1944 goto done;
1952 goto done;
1960 goto done;
1964 done:
H A Dif_bond.c1538 goto done;
1556 done:
1599 goto done;
1603 goto done;
1606 goto done;
1610 goto done;
1635 done:
1740 goto done;
1744 goto done;
1768 done
[all...]
H A Droute.c512 * already done.
533 goto done;
552 done:
859 goto done;
901 done:
1113 * key itself. This is typically done when creating a scoped route, e.g.
1350 /* XXX mtu manipulation will be done in rnh_addaddr -- itojun */
1641 * primary ifscope. Also done in rt_setif() to take care
1672 /* The underlying allocation is done with M_WAITOK set */
1835 goto done;
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c679 * of MUST_ASK_PAGER() and that clustered pagein scans are only done on an object
1353 * so we're done here only if the object is
1898 * busy bit because we're not done with it.
2316 goto done;
2361 * the locks, then it gets done. Otherwise, we give up,
2465 goto done;
2685 * now that we've done our
2721 goto done;
2856 goto done;
2878 goto done;
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1908 if( done) {
1909 done->release();
1910 done = 0;
1976 if( 0 == done)
1977 done = OSOrderedSet::withCapacity( 10 );
1978 if( done->setObject((OSObject *) next)) {
1979 // done set didn't contain this one, so recurse
2007 if( done)
2008 done->retain();
2009 return( done);
[all...]
H A DIOServicePM.cpp216 -> When they have all acked, we're done.
232 state has changed, and when they have all acknowledged, we're done.
245 done.
270 we're done.
291 -> If it returns saying it has done so, we go on to state
317 Note all parent requested changes need to acknowledge the power has changed to the parent when done.
689 PM_TRACE("[%s] %p %s done\n", getName(), this, __FUNCTION__);
1093 // Register powerDriver as interested, unless already done.
2855 goto done; // no interested drivers
2875 goto done; // n
3821 bool done = false; local
3974 bool done; local
5373 bool done = false; local
5925 bool done; local
[all...]
H A DIOPMrootDomain.cpp271 The system will not Sleep, but will Doze if some object calls setSleepSupported(kPCICantSleep) during a power change to the sleep state (this can be done by the PCI Aux Power Supply drivers, Slots99, MacRISC299, etc.). This is not enforced with
2815 DEBUG_LOG("All done for worker: %p (visits = %u)\n", me, me->visits);
2983 if (!rootDepth) goto done;
2992 if (!gPMHaltArray) goto done;
3000 if (!gPMHaltLock) goto done;
3007 if (!gPMHaltClientAcknowledgeKey) goto done;
3099 goto done;
3150 done:
3151 DEBUG_LOG("%s done\n", __FUNCTION__);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s288 b aaComExit ; All done, go exit...
326 li r11,T_IN_VAIN ; Assume we are all done
338 aaComExGo: b EXT(EmulExit) ; We are done, no tracing on...
527 blt cr1,aaLmwBy ; We only had one, we are done...
532 beq cr1,aaLmwBy ; We had two, we are done...
545 blt cr1,aaLmwDn ; We only had one, we are done...
549 beq cr1,aaLmwDn ; We had two, we are done...
572 blt cr1,aaLmwCb ; We only had one, we are done...
577 beq cr1,aaLmwCb ; We had two, we are done...
588 b aaComExit ; We are done
[all...]
H A Dcpu.c78 volatile boolean_t done; member in struct:SIGtimebase
625 return; /* All done... */
649 parmAddr[0] = 0; /* Show we're done */
678 return; /* All done now... */
721 syncClkSpot.done = FALSE;
745 while (syncClkSpot.done == FALSE)
787 timebaseAddr->done = TRUE;
1147 * Meanwhile, the other processors are decrementing the synchronizer when they are done
H A Dmachine_routines_asm.s964 sc ; Do it to it like you never done before...
1257 sync ; Make sure all TLB purges are done
1324 sync ; Make sure it is done
1341 sync ; Make sure it is all done
1352 sync ; Make sure it is all done
1385 sync ; Make sure all is done
1433 sync ; Make sure everything is done
1440 b ciinvdl2 ; Flush done, go invalidate L2...
1490 beq cinol2 ; Yes, done with L2
1544 sync ; Make sure everything is done
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dshadow.c236 goto done; /* found bit that was different, we're done */
292 goto done;
307 done:
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_inode.c334 * when we are done.
367 goto done;
385 goto done;
415 done:
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1142 goto done;
1146 goto done;
1161 goto done;
1171 done:
1241 goto done;
1251 done:
2044 goto done;
2063 done:

Completed in 300 milliseconds

1234