Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 11 of 11) sorted by relevance

/xnu-8020.101.4/tests/
H A Dpoll_select_kevent_paired_fds.c120 static void drive_kq(bool reading, union mode mode, enum fd_pair fd_pair,
226 drive_kq(bool reading, union mode mode, enum fd_pair fd_pair, int fd) in drive_kq() argument
232 EV_SET(&events, fd, reading ? EVFILT_READ : EVFILT_WRITE, EV_ADD, in drive_kq()
235 EV_SET64(&events64, fd, reading ? EVFILT_READ : EVFILT_WRITE, EV_ADD, in drive_kq()
239 .filter = reading ? EVFILT_READ : EVFILT_WRITE, in drive_kq()
253 if (reading) { in drive_kq()
286 T_ASSERT_FAIL("unexpected mode: %d", reading ? mode.rd : mode.wr); in drive_kq()
290 if (reading) { in drive_kq()
319 T_ASSERT_FAIL("unexpected mode: %d", reading ? mode.rd : mode.wr); in drive_kq()
330 if (reading) { in drive_kq()
[all …]
H A Dstackshot_block_owner_14362384.m458 // attempts to acquire a kernel rwlock for reading, and doesn't wait on a semaphore afterwards.
722 check_python(stackshot, __func__, "thread \\d+: krwlock %llx for reading", curr->context);
802 …check_python(stackshot, __func__, "thread \\d+: pthread rwlock %llx for reading", (long long)&rwlc…
/xnu-8020.101.4/bsd/man/man2/
H A Dgetdirentriesattr.275 you were reading it.
95 parameter must be a file descriptor that references a directory that you have opened for reading.
287 is not a valid file descriptor for a directory open for reading.
315 An I/O error occurred while reading from or writing to the file system.
/xnu-8020.101.4/san/tools/
H A Dkstksz232 …-- When reading from a file, we can't use CoreSymbolication to symbolicate the stack frames as the…
/xnu-8020.101.4/osfmk/mach/
H A Dvm_map.defs189 * protection on the specified range must permit reading.]
224 * protection on the source range must permit reading,
240 * must permit reading.]
H A Dmach_vm.defs210 * protection on the specified range must permit reading.]
257 * protection on the source range must permit reading,
277 * must permit reading.]
/xnu-8020.101.4/iokit/DriverKit/
H A DIOServiceStateNotificationDispatchSource.iig97 * before reading any item values.
H A DIOService.iig412 * @abstract update an IOReporting subscription by reading out channel data.
/xnu-8020.101.4/tools/tests/perf_index/
H A DREADME53 the files, repeats reading from the beginning.
/xnu-8020.101.4/tools/lldbmacros/
H A DREADME.md175 Time for some code example? Try reading the code for function ShowTaskVmeHelper in memory.py.
237 Time for some code example? Try reading the code for GetTaskSummary() in process.py.
295 Please see Section F(i) for more information on reading backtraces.
/xnu-8020.101.4/config/
H A DMASTER130 options CONFIG_DEV_KMEM # /dev/kmem device for reading KVA # <config_dev_kmem>