Home
last modified time | relevance | path

Searched defs:attempt (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.101.15/tests/
H A Dfd_aio_fsync_uaf.c25 attempt(int fd) in attempt() function
H A Dproc_info_list_kthreads.c50 int attempt = 1; variable
H A Daudit_session.c908 for (size_t attempt = 0; fd == -1 && attempt < max_attempts; attempt++) { variable
925 for (size_t attempt = 0; rv == 0 && attempt < max_attempts; attempt++) { variable
/xnu-11417.101.15/bsd/kern/
H A Dsysv_sem.c377 int attempt; in semu_alloc() local
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_lookup.c2318 size_t attempt = strlcat(realpath, str, MAXPATHLEN); local
/xnu-11417.101.15/iokit/Kernel/
H A DIOPMrootDomain.cpp8281 IOReturn attempt = kIOReturnSuccess; local