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

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c1269 if ( q->head != m ) /* flow was not idle, we are done */
1270 goto done;
1340 done:
H A Dip_fw2_compat.c599 break; /* done already */
1612 /* this is O_CHECK_STATE, we're done */
1614 goto done;
1980 done:
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c234 * ND level maxmtu and linkmtu (the latter obtained via RA) are done
1706 * Validation about ifp->if_addrlen and lladdrlen must be done in
1720 /* nothing must be done if there's no lladdr */
2302 goto done;
2315 done:
H A Dnd6_rtr.c1054 goto done; /* notice here? */
1075 done:
1205 * This should have been done in nd6_ra_input.
H A Dipsec.c2433 * ICV verification (it also performs replay check, which is usually done
3438 goto done;
3523 done:
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fsevents.c1613 goto done;
1661 done:
H A Dvfs_bio.c752 * buffer is marked done/error at the conclusion
1849 * this is done to prevent us from allocating tons of extra
1870 /* Otherwise, the "write" is done, so mark and release the buffer. */
1975 CLR(bp->b_flags, B_FILTER); /* but note callout done */
1986 * I/O is done. Cleanup the UPL state
2416 * so the miss and vmhits counters are done
3185 * I/O was done, so don't believe
3189 DTRACE_IO1(done, buf_t, bp);
3212 SET(bp->b_flags, B_DONE); /* note that it's done */
3252 SET(bp->b_flags, B_DONE); /* note that it's done */
[all...]
H A Dvfs_subr.c793 * wakeup needs to be done is at the release of the
1565 * all calls to vnode_list_add are done
1810 * out the vnode data structures and we are done.
1984 * cluster_release is done on this path
2041 * wait until it is done and return.
3302 goto done;
3504 done:
3855 * can find it after the v_id has been bumped until we are completely done
3860 * they are completely done with the vnode
4906 /* If granted/denied by all three, we're done */
[all...]
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4035 int my_err, done, found_it, i; local
4098 done = found_it = 0;
4099 while ( done == 0 ) {
4119 done = found_it = 1;
4908 printf( "read call on socket failed to get \"all done\" message \n" );
4932 printf( "read call on socket failed to get \"all done\" message \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c856 // Find out when the last i/o was done to this device (read or write).
913 // NOTE: we decrement these *after* we're done the journal_flush() since
915 // callbacks scheduled until we're done this one.
2171 * Initial HFS filesystems, done only once.
2176 static int done = 0; local
2178 if (done)
2180 done = 1;
3136 goto done;
3216 done:
4212 * at the new journal location. This write must NOT be done usin
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dvmachmon_asm.s401 crclr vmmMapDone ; Clear map done flag
1261 b sw64x1done ; We are done with this section...
1345 b sw64x2done ; We are done with this section...
1676 bf++ vmmMapDone,fgrNoMap ; No mapping done for this space.
1721 bf++ vmmMapDone,fgrXNoMap ; No mapping done for this space.
2242 rfi ; All done, go back...
H A Dhw_exception.s1517 b EXT(exception_exit) ; We are all done now...
1796 mr. r22,r22 ; (TEST/DEBUG) Are we all done?
1814 mr. r20,r20 ; (TEST/DEBUG) Chain done?
H A Dhw_lock.s1558 beq+ muUnlock ; Nope, we're done...
H A Dhw_vm.s449 * Note that this must be done with both interruptions off and VM off
755 bf-- cr1_lt,hrmRetn32 ; This one has no real memory associated with it so we are done...
999 bge+ cr7,hrmDoneChunk ; We have not as yet done the last chunk, go tell our caller to call again...
1002 bl mapDrainBusy ; Go wait until we are sure all other removers are done with this one
1025 bge+ hrmBTLBi ; Make sure we have done it all...
1092 b hrmRetn32 ; We are all done, get out...
1170 bf-- cr1_lt,hrmRetn64 ; This one has no real memory associated with it so we are done...
1338 bge+ cr7,hrmDoneChunk ; We have not as yet done the last chunk, go tell our caller to call again...
1341 bl mapDrainBusy ; Go wait until we are sure all other removers are done with this one
1371 bge++ hrmBTLBj ; Make sure we have done i
[all...]
H A Dcswtch.s330 * with translation on. If we could, this should be done in lowmem_vectors
380 * that don't use fpus until after you are done with the saved context.
1079 * vrvalid (all other registers are splatted with 0s). This is done because we
1088 * that don't use vectors until after you are done with the saved context.
2028 bflr 24 ; done if none of vr24-vr31 are in use
2155 bflr 30 ; done if neither VR in this pair is in use
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c575 goto done;
580 done:
1787 * Now that we've done the copyin from the process'
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c971 * fsevent needs to be issued. Normally this would be done at
1111 goto done;
1115 goto done;
1133 done:
1470 * Now, do VNOP_WRITE()s for any one(s) that need to be done now
H A Dnfs_socket.c1099 /* done reading fragment? */
1668 /* RPC done, unlink the request. */
2586 goto done;
2621 done:
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c1361 goto done;
1375 goto done;
1383 goto done;
1395 done:
7111 * XXX: I want to do free a socket marked done SADB_RESIGER to socket.
8116 /* to check bytes lifetime is done in key_timehandler(). */
8575 /* We are done! We either detached or weren't attached. */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c1783 goto done;
2982 done:
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1990 UInt done = getNumIOPL(_memoryEntries, dataP);
1993 for (UInt range = 0; range < done; range++)
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c1150 * We are done if we have met our target *and*
1308 * these plus a fixed amount to break the logjam... once we're done
2158 * And we are done with it.
2570 * pages is done, the dirty bit will be set for each one.
3280 * that a write will be done on all
3282 * a upl commit is done. The caller
4595 * file I/O, this is done by
5186 goto done;
5212 done:
5427 /* all done an
[all...]

Completed in 258 milliseconds

1234