Searched refs:restart (Results 1 - 22 of 22) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_examine.c237 restart:
281 goto restart;
292 goto restart;
307 goto restart;
321 goto restart;
338 goto restart;
349 goto restart;
363 goto restart;
374 goto restart;
389 goto restart;
[all...]
H A Ddb_input.c370 char *restart; local
433 restart = ++start;
451 len = strlen(db_tok_string) - (start - restart);
459 for (sym = &db_tok_string[start - restart];
464 for (sym = &db_tok_string[start - restart];
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.c237 restart:
248 goto restart;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c243 * Note that we have to restart the scan every time we remove an entry
246 restart:
262 goto restart;
955 restart:
982 goto restart;
H A Dkern_event.c775 * until it is dropped. So, we can just restart again
979 /* don't restart after signals... */
1154 restart:
1265 goto restart;
1318 restart:
1331 goto restart;
H A Duipc_socket.c1340 restart:
1405 goto restart;
2009 restart:
2122 goto restart;
2188 goto restart;
2657 goto restart;
H A Duipc_usrreq.c1488 goto restart;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dradix.c958 * in dimension (smaller than before), we simply restart the walk
961 restart:
1052 /* If one or more nodes got deleted, restart from top */
1054 goto restart;
1078 * in dimension (smaller than before), we simply restart the walk
1081 restart:
1105 /* If one or more nodes got deleted, restart from top */
1107 goto restart;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_page.h213 restart:1, /* Page was pushed higher in shadow member in struct:vm_page
216 unusual:1, /* Page is absent, error, restart or
H A Dvm_fault.c887 if (m->restart) {
889 * The pager wants us to restart
1893 * in the object tree, we must restart
2473 if (m->unusual && (m->error || m->restart || m->private || m->absent)) {
3697 (m->unusual && ( m->error || m->restart || m->absent))) {
4141 if (m->busy || m->error || m->restart || m->absent) {
H A Dvm_resident.c425 m->restart = FALSE;
3078 m->cleaning || m->overwriting || m->restart || m->unusual || m->list_req_pending) {
3270 m1->cleaning || m1->overwriting || m1->restart || m1->unusual || m1->list_req_pending || m1->busy)) {
3596 (p->restart ? "" : "!"),
H A Dvm_pageout.c691 if (m->absent || m->error || m->restart || (!m->dirty && !m->precious)) {
4532 m->restart = TRUE;
4538 m->restart = FALSE;
4542 m->restart = FALSE;
4892 dst_page->restart ||
H A Dmemory_object.c192 if (m->absent || m->error || m->restart) {
H A Dvm_object.c1225 "vm_object_terminate restart, object 0x%X ref %d\n",
3495 * page will restart with the new
4938 restart:
4947 goto restart;
H A Dvm_map.c1433 (m->unusual && ( m->error || m->restart || m->absent))) {
7068 continue; /* restart w/ new tmp_entry */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cache.c1708 restart:
1712 goto restart;
H A Dvfs_bio.c2651 * and restart the search.
3639 restart:
3671 goto restart;
H A Dvfs_subr.c774 restart:
810 goto restart;
3395 * the system so it will automatically restart (and hopefully we
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c2441 int error = 0, nfsvers, restart; local
2459 restart = wverfset = 0;
2506 /* verifier changed, so we need to restart all the writes */
2507 if (++restart > 10) {
5878 int nextsend, nextwait, wverfset, commit, restart = 0; local
6098 /* verifier changed, so we need to restart all the writes */
6099 restart++;
6125 /* verifier changed, so we need to restart all the writes */
6126 restart++;
6140 restart
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c814 restart:
856 goto restart;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c2633 * namei/lookup and restart the rename operation. EEXIST is an allowable errno to be bubbled
2636 * will be swallowed and it will restart the operation.
3759 restart:
3790 goto restart;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s4217 ; the time we restore context and restart the interrupted code, the fault has

Completed in 509 milliseconds