Searched refs:finished (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmisc.c311 if (my_err = sysctlbyname("hw.cputype", NULL, &length, NULL, 0)) goto finished; /* get length of data */
312 if (length != sizeof(buf)) goto finished;
313 if (my_err = sysctlbyname("hw.cputype", &buf, &length, NULL, 0)) goto finished; /* copy data */
328 finished:
357 goto finished;
361 if ((my_err = sysctlbyname("hw.optional.x86_64", NULL, &len, NULL, 0))) goto finished; /* Request size */
362 if (len > sizeof(buf)) goto finished;
363 if ((my_err = sysctlbyname("hw.optional.x86_64", &buf, &len, NULL, 0))) goto finished; /* Copy value out from kernel */
366 finished:
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat.c362 int finished = FALSE; local
375 finished = TRUE;
379 if (!finished)
H A Dddp_nbp.c1440 int finished = FALSE;
1464 finished = TRUE;
1503 finished = TRUE;
1507 finished = FALSE;
1514 finished = TRUE;
1439 int finished = FALSE; local
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c2867 boolean_t finished = FALSE; local
2877 kr = upl_commit_range(upl, offset, size, flags, pl, count, &finished);
2879 if ((flags & UPL_COMMIT_NOTIFY_EMPTY) && finished)
2893 boolean_t finished = FALSE; local
2898 kr = upl_abort_range(upl, offset, size, abort_flags, &finished);
2900 if ((abort_flags & UPL_COMMIT_FREE_ON_EMPTY) && finished)
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c1450 * read. Otherwise, the read has already been finished.
1615 int error = 0, nfsvers, offset, length, eof = 0, multasyncrpc, finished; local
1737 finished = (bp->nb_rpcs == 0);
1742 if (finished) {
2523 * the write has already been finished and any dirty
2900 int error = 0, nfsvers, offset, length, multasyncrpc, finished; local
3038 finished = (bp->nb_rpcs == 0);
3043 if (finished) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_exception.s486 ; + the call finished ok, check for AST
487 ; - the call finished ok, do not check for AST
H A Dsavearea_asm.s1058 cmplw cr1,r6,r7 ; Have we finished the loop?
1165 cmpld cr1,r6,r7 ; Have we finished the loop?
H A Dlowmem_vectors.s2969 beq-- cr1,nonullify ; Have not finished the instruction, go nullify it...
H A Dhw_vm.s924 cmpwi cr7,r2,0 ; Remember if we have finished
2591 * Once all all mappings are finished, we save the physent RC and call the
4640 ; This is the common code we execute when we are finished setting up the PTE.
5059 cmpw r3,r12 ; Have we finished?
5084 cmpd r3,r12 ; Have we finished?
5152 mr. r10,r10 ; Are we finished?
5603 cmplwi r18,16 ; Have we finished?

Completed in 118 milliseconds