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

12

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAEventSource.cpp135 bool work, again; local
141 again = !queue_empty(&dmaCommandsCompleted);
143 again = false;
151 return again;
/darwin-on-arm/xnu/libkern/stdio/
H A Dscanf.c175 again: c = *fmt++;
189 goto again;
196 goto again;
199 goto again;
206 goto again;
211 goto again;
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dconnection.c241 again:
253 goto again;
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.c433 int again, i; local
440 again = 0;
444 again++;
455 } while (again);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c812 again:
849 goto again;
864 goto again;
930 goto again;
1331 again:
1368 goto again;
1383 goto again;
1448 goto again;
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c282 again:
327 goto again;
666 again:
681 /* check again for safety */
717 /* check again for safety */
766 goto again;
H A Dtty_ptmx.c667 again:
710 goto again;
1181 again:
1196 /* check again for safety */
1232 /* check again for safety */
1281 goto again;
H A Dsysv_shm.c662 * until it's done, and look the key up again (in case the
842 again:
847 goto again;
H A Duipc_socket2.c976 again:
985 goto again; /* inspect THIS train further */
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c1033 goto again;
1044 goto again;
1049 goto again;
1092 again:
1341 again:
1395 goto again;
/darwin-on-arm/xnu/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;
2543 * still valid and simply needs to be written again.
2625 again:
2653 goto again;
2670 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...]
H A Dnfs_vnops.c2602 again:
2646 goto again;
2665 goto again;
3003 * again and not just committed.
3517 again:
3600 goto again;
3611 /* so, let's try it again without those */
3693 again:
3704 goto again;
3762 * again i
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c169 * node will read it and attempt to swap again, and will notice
170 * the error again. If we didn't do this, the next attempt to get
634 again:
646 goto again;
H A Dhfs_hotfiles.c1708 again:
1719 printf("hfs: hfc_btree_open: file has UBC, try again\n");
1725 goto again;
H A Dhfs_readwrite.c366 again:
418 * lock, and will need to take the truncate lock again; the took_truncate_lock
429 * Lock upgrade failed and we lost our shared lock, try again.
433 goto again;
456 * cnode lock and try again. Since took_truncate_lock is set, we will
462 goto again;
805 goto again;
1759 * that nextAllocation should not be updated again.
1831 * count). Reset the cache so that it will be rebuilt again
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c198 * caller can special handle this case by calling build_path again.
226 again:
367 goto again;
477 goto again;
1992 * the need to resize again after we've taken
H A Dvfs_vnops.c366 again:
449 goto again;
645 goto again;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_core.c1279 again:
1463 goto again;
1520 again:
1689 goto again;
H A Dnd6.c651 again:
707 /* Set the flag in case we jump to "again" */
772 goto again;
792 goto again;
812 goto again;
836 goto again;
927 * therefore search again from the beginning
1291 again:
1317 goto again;
2477 * reacquired; therefore search again
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c333 again:
431 * again in case the outgoing interface has changed.
1891 goto again;
1974 goto again;
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c333 * I've just started-up, synchronize again with the starter cpu
676 again:
684 goto again;
735 * - rendezvous again,
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c390 * provider, increment our flag to try again
422 * If we were unable to remove a retired provider, try again after
627 again:
756 goto again;
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c1100 again:
1182 goto again;
/darwin-on-arm/xnu/bsd/netat/
H A Datp_write.c860 again:
879 goto again;

Completed in 317 milliseconds

12