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

/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_sem.c477 int attempt; local
485 for (attempt = 0; attempt < 2; attempt++) {
504 * We didn't find a free one, if this is the first attempt
508 if (attempt == 0) {
537 panic("semu_alloc - second attempt failed");
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c1713 int attempt = strlcat(realpath, str, MAXPATHLEN); local
1714 if (attempt > MAXPATHLEN){
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp2634 // idle sleep attempt. Schedule a future idle sleep attempt, and
2635 // also push out the next idle sleep attempt.
5707 IOReturn attempt = kIOReturnSuccess; local
5717 attempt = systemPowerEventOccurred(event, (OSObject *)newNumber);
5721 return attempt;
5892 // And set eval_clamshell = so we can attempt

Completed in 86 milliseconds