Searched refs:got (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c1094 int i, got, run, bno, bit, map; local
1166 for (run = 0, got = bpref; got < cgp->cg_nclusterblks; got++) {
1174 if ((got & (NBBY - 1)) != (NBBY - 1)) {
1181 if (got == cgp->cg_nclusterblks) {
1192 if (!ffs_isblock(fs, cg_blksfree(cgp), got - run + i))
1194 bno = cg * fs->fs_fpg + blkstofrags(fs, got - run + 1);
1199 if ((got = ffs_alloccgblk(fs, cgp, bno + i)) != bno + i)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c467 /* If we got them all, return to caller */
558 "(got %d actual %d)\n", cp->mc_name,
920 /* If we got them all, return to mcache */
1540 int64_t expected, int64_t got)
1545 offset, got, expected);
1551 addr, offset, got, expected, mcache_dump_mca(mca));
1539 mcache_audit_panic(mcache_audit_t *mca, void *addr, size_t offset, int64_t expected, int64_t got) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s331 beq++ mbitgot ; We got it, yahoo...
1123 bne++ mlGotInt ; We got it just fine...
1337 bne- mtFail ; Someone's got it already...
1342 bne++ mtGotInt ; We got it just fine...
1541 bne++ muGotInt ; We got it just fine...
H A Dlowmem_vectors.s935 bne+ ctgte32s ; No wrap, we got us a trace entry...
1072 bne++ ctgte64s ; No wrap, we got us a trace entry...
1487 bne+ gotTrcEnt ; No wrap, we got us a trace entry...
1816 bne++ gotTrcEntSF ; No wrap, we got us a trace entry...
2701 rldicl. r0,r25,cFIRIFUL2UE+1,63 ; IFetch got L2 UE?
2861 cmplwi cr1,r0,1 ; Make sure we were IR off, RI off, and got a trap exception
H A Dsavearea_asm.s1476 isync ; assume we got it
H A Dmachine_routines_asm.s1009 ; A hardware interrupt got us out of machine_idle and may also be contributing to this state
H A Dvmachmon_asm.s729 lis r7,hi16(MASK(DSISR_HASH)) ; Pretend like we got a PTE miss
H A Dhw_vm.s761 mr r4,r22 ; Get the RC bits we just got
1177 mr r4,r22 ; Get the RC bits we just got
2945 ; did not fit in the 128 bytes allotted. It got stuck into the free space
8031 crclr cr0_eq ; Make sure we do not think we got the lock

Completed in 85 milliseconds