Searched refs:again (Results 1 - 25 of 37) sorted by relevance

12

/xnu-2782.1.97/iokit/Kernel/
H A DIODMAEventSource.cpp157 bool work, again; local
163 again = !queue_empty(&dmaCommandsCompleted);
165 again = false;
173 return again;
/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c175 again: c = *fmt++;
189 goto again;
196 goto again;
199 goto again;
206 goto again;
211 goto again;
/xnu-2782.1.97/tools/tests/libMicro/
H A Dconnection.c241 again:
253 goto again;
/xnu-2782.1.97/bsd/dev/i386/
H A Dfbt_x86.c793 again:
830 goto again;
845 goto again;
910 goto again;
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_cbq.c433 int again, i; local
440 again = 0;
444 again++;
455 } while (again);
/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.c364 again:
407 goto again;
848 again:
863 /* check again for safety */
899 /* check again for safety */
948 goto again;
H A Dsysv_shm.c672 * until it's done, and look the key up again (in case the
852 again:
857 goto again;
H A Dkern_proc.c231 again:
274 goto again;
452 again:
467 goto again;
H A Dtty.c1713 again:
1757 * Don't try sending the stop character again.
1760 goto again;
1800 CLR(tp->t_state, TS_TBLOCK); /* try again later */
1820 SET(tp->t_state, TS_TBLOCK); /* try again later */
H A Duipc_socket2.c1013 again:
1022 goto again; /* inspect THIS train further */
1486 * reset this flag to start sending again.
/xnu-2782.1.97/osfmk/vm/
H A Dvm_purgeable.c1160 again:
1185 goto again;
1228 again:
1262 goto again;
1301 goto again;
1309 /* and we don't need to try and disown again */
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c1074 goto again;
1085 goto again;
1090 goto again;
1133 again:
1357 again:
1411 goto again;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c340 * later when/if we need to write the data (again).
753 * - start clearing out delwri list and try again
2070 again:
2092 /* so write the buffer out and try again */
2134 /* so write the buffer out and try again */
2148 goto again;
2552 * still valid and simply needs to be written again.
2634 again:
2662 goto again;
2679 goto again;
[all...]
H A Dnfs_serv.c1007 again:
1070 goto again;
1772 * Return the number of msec to wait again
2850 /* make a copy of to path to pass to nfsrv_namei() again */
2865 /* make a copy of from path to pass to nfsrv_namei() again */
3969 again:
4010 * If so go try again
4023 goto again;
4191 again:
4227 * If so go try again
[all...]
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_btreeio.c194 * node will read it and attempt to swap again, and will notice
195 * the error again. If we didn't do this, the next attempt to get
659 again:
671 goto again;
H A Dhfs_hotfiles.c1723 again:
1734 printf("hfs: hfc_btree_open: file has UBC, try again\n");
1740 goto again;
H A Dhfs_readwrite.c396 again:
447 * lock, and will need to take the truncate lock again; the took_truncate_lock
458 * Lock upgrade failed and we lost our shared lock, try again.
462 goto again;
485 * cnode lock and try again. Since took_truncate_lock is set, we will
491 goto again;
828 goto again;
1904 * that nextAllocation should not be updated again.
2000 * count). Reset the cache so that it will be rebuilt again
4788 // Check again wit
[all...]
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c199 * caller can special handle this case by calling build_path again.
234 again:
385 goto again;
502 goto again;
2073 * the need to resize again after we've taken
H A Dvfs_vnops.c371 again:
455 goto again;
652 goto again;
/xnu-2782.1.97/bsd/netinet6/
H A Dah_core.c1279 again:
1463 goto again;
1520 again:
1689 goto again;
H A Dnd6.c773 again:
830 /* Set the flag in case we jump to "again" */
948 goto again;
970 goto again;
990 goto again;
1020 goto again;
1117 * therefore search again from the beginning
1612 again:
1640 goto again;
2033 * we might do this again belo
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Dmp.c346 * I've just started-up, synchronize again with the starter cpu
746 again:
756 goto again;
861 * - rendezvous again,
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c359 again:
457 * again in case the outgoing interface has changed.
2188 goto again;
2282 goto again;
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c382 * provider, increment our flag to try again
414 * If we were unable to remove a retired provider, try again after
618 again:
747 goto again;
/xnu-2782.1.97/bsd/net/
H A Drtsock.c1074 again:
1167 goto again;

Completed in 293 milliseconds

12