Searched refs:done (Results 1 - 25 of 126) sorted by path

123456

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c175 goto done;
196 goto done;
209 goto done;
216 done:
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c2018 goto done;
3384 done:
H A Dfasttrap_isa.c1130 goto done;
1462 done:
1674 goto done;
2107 done:
/darwin-on-arm/xnu/bsd/dev/
H A Dunix_startup.c253 goto done;
293 done:
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c236 goto done; /* found bit that was different, we're done */
292 goto done;
307 done:
H A Dvn.c365 goto done;
371 done:
511 goto done;
522 goto done;
536 goto done;
554 goto done;
562 done:
588 goto done;
592 goto done;
603 goto done;
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1137 // NOTE: we decrement these *after* we're done the journal_flush() since
1139 // callbacks scheduled until we're done this one.
1167 * we're done here.
1205 * we're done here.
1239 * If it is, then block until it's done.
2773 * Initial HFS filesystems, done only once.
2778 static int done = 0; local
2780 if (done)
2782 done = 1;
3818 goto done;
[all...]
H A Dhfs_vfsutils.c287 * all done with system files so we can unlock now...
908 /* Get rid of our attribute data vnode (if any). This is done
3069 goto done;
3077 printf("hfs_erase_unused_nodes: done updating volume %s.\n", hfsmp->vcbVN);
3079 done:
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c334 if (newTotalNodes <= oldTotalNodes) // we're done!
680 goto done;
740 done:
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c349 /* the caller still has outstanding locks, so we're done */
660 /* treat the file as compressed, because this gives us a way to block future reads until decompression is done */
674 // goto done;
685 goto done;
690 goto done;
703 goto done;
714 goto done;
718 goto done;
723 done:
1596 /* we're done readin
1771 static int done = 0; local
[all...]
H A Dimageboot.c211 boolean_t done = FALSE; local
241 done = TRUE;
245 return done;
295 goto done;
309 done:
H A Dkern_control.c145 goto done;
152 goto done;
159 goto done;
166 goto done;
179 done:
361 goto done;
378 done:
H A Dkern_event.c1585 goto done;
1608 goto done;
1630 goto done;
1640 goto done;
1647 goto done;
1661 goto done;
1720 done:
1863 * waiters when we are done.
H A Dkern_exec.c1486 * of the parent process. This is done to permit the parent
1874 * The check for the POSIX_SPAWN_SETEXEC flag is done in
2026 * Activate the CPU usage monitor, if requested. This is done via a task-wide, per-thread CPU
3487 * for the first time. This is done to ensure that bsd_init()
3870 /* if signed and no entitlements, then we're done here */
3873 goto done;
3884 goto done;
3890 goto done;
3906 done:
H A Dkern_physio.c94 int64_t done; local
96 int done; local
192 goto done;
215 done = buf_count(bp) - buf_resid(bp);
216 uio_update(uio, done);
222 if (error || done < todo)
223 goto done;
226 done:
H A Dkpi_socket.c135 * again once we're done with the filter(s).
312 goto done;
319 goto done;
326 goto done;
339 goto done;
347 done:
H A Dkpi_socketfilter.c1338 goto done;
1344 goto done;
1350 goto done;
1354 goto done;
1359 done:
H A Dnetboot.c750 goto done;
764 done:
H A Dsubr_prof.c256 goto done;
274 goto done;
282 goto done;
290 for (; /* goto done */; ) {
307 goto done;
325 goto done;
329 done:
H A Dsubr_sbuf.c359 size_t done; local
373 switch (copyinstr(CAST_USER_ADDR_T(uaddr), s->s_buf + s->s_len, len + 1, &done)) {
378 s->s_len += done - 1;
384 return (done);
H A Dsys_generic.c1178 goto done;
1194 goto done;
1214 goto done;
1229 goto done;
1262 done:
1539 goto done;
1548 done:
1774 * counted/scanned, then we are done.
1777 goto done;
1815 done
[all...]
H A Dsys_socket.c387 goto done;
397 goto done;
407 goto done;
413 done:
H A Dsysv_sem.c821 /* XXX could be done in one go... */
873 /* XXX could be done in one go... */
1033 printf("semget is done, returning %d\n", *retval);
1188 goto done;
1191 * No ... rollback anything that we've already done
1286 done:
1339 /* We're definitely done - set the sempid's */
1361 printf("semop: done\n");
H A Dtty_pty.c163 goto done;
172 done:
212 ttsetwater(tp); /* would be done in xxparam() */
477 * ttymodem() would have done except for sending a SIGHUP.
H A Duipc_mbuf.c177 * | +------ (done) ---------+
195 * integrity checks by the audit routine. This is done by verifying their
215 * | +------ (done) ---------+
237 * | +------ (done) ---------+
364 * it's not already done.
861 * done in order to avoid writing to the global mbstat data structure which
865 * equal than MT_MAX would be done atomically to the mbstat; this slows down
1573 printf("mbinit: done [%d MB total pool size, (%d/%d) split]\n",
2420 * Pair them up. Note that this is done at the time
2790 /* We're done; le
[all...]

Completed in 224 milliseconds

123456