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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DAltiAssist.s51 ; 3) No attempt is made to resolve page faults. PTE misses are handled
H A Dhw_lock.s197 bne++ lockspin1 ; If yes, first spin attempt
252 STRINGD "timeout on attempt to acquire lock (0x%08X), value = 0x%08X\n\000"
339 bne++ mbitspin0 ; If yes, first spin attempt
814 STRINGD "mutex (0x%08X) recursive lock attempt\n\000"
905 STRINGD "mutex lock attempt with assert_wait_possible false\n\000"
1043 bne++ mlckspin3 ; If yes, first spin attempt
1132 STRINGD "attempt to interlock mutex (0x%08X) failed on mutex lock\n\000"
1351 STRINGD "attempt to interlock mutex (0x%08X) failed on mutex lock try\n\000"
1550 STRINGD "attempt to interlock mutex (0x%08X) failed on mutex unlock\n\000"
1793 bne++ slockspin1 ; If yes, first spin attempt
[all...]
H A DEmulate.s53 ; 3) No attempt is made to resolve page faults. PTE misses are handled
H A Dcswtch.s614 beq-- cr1,fswsync ; Nothing saved, skip the probe attempt...
H A Dvmachmon_asm.s435 ; Special note: we need to intercept any attempt to launch a guest into a non-existent address space.
H A Dlowmem_vectors.s2615 bne mckSLBparity ; Yeah, go attempt recovery....
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_sem.c442 int attempt; local
450 for (attempt = 0; attempt < 2; attempt++) {
469 * We didn't find a free one, if this is the first attempt
473 if (attempt == 0) {
502 panic("semu_alloc - second attempt failed");
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c1351 int attempt = strlcat(realpath, str, MAXPATHLEN); local
1352 if (attempt > MAXPATHLEN){
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1110 // Reset sleep support till next sleep attempt.
1674 IOReturn attempt = kIOReturnSuccess; local
1684 attempt = systemPowerEventOccurred(event, (OSObject *)newNumber);
1688 return attempt;
1829 // And set eval_clamshell = so we can attempt

Completed in 111 milliseconds