Searched refs:reading (Results 1 – 16 of 16) sorted by relevance
| /xnu-10002.81.5/tests/ |
| H A D | poll_select_kevent_paired_fds.c | 120 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 D | stackshot_block_owner_14362384.m | 458 // 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…
|
| H A D | stackshot_tests.m | 324 …T_WITH_ERRNO; T_ASSERT_POSIX_SUCCESS(result, "reading \"kern.stackshot_stats\" sysctl should succe…
|
| /xnu-10002.81.5/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 75 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-10002.81.5/san/tools/ |
| H A D | kstksz | 232 …-- When reading from a file, we can't use CoreSymbolication to symbolicate the stack frames as the…
|
| /xnu-10002.81.5/osfmk/mach/ |
| H A D | vm_map.defs | 189 * protection on the specified range must permit reading.] 224 * protection on the source range must permit reading, 240 * must permit reading.]
|
| H A D | mach_vm.defs | 210 * protection on the specified range must permit reading.] 257 * protection on the source range must permit reading, 277 * must permit reading.]
|
| /xnu-10002.81.5/iokit/DriverKit/ |
| H A D | IOServiceStateNotificationDispatchSource.iig | 97 * before reading any item values.
|
| H A D | IOService.iig | 421 * @abstract update an IOReporting subscription by reading out channel data.
|
| /xnu-10002.81.5/tools/tests/perf_index/ |
| H A D | README | 53 the files, repeats reading from the beginning.
|
| /xnu-10002.81.5/doc/ |
| H A D | recount.md | 96 … to read the values, and if the counter changes by the time they're done reading them, it retries …
|
| H A D | debugging.md | 108 In case you're planning on accessing large contiguous blocks of memory (e.g. reading a whole 10KB o…
|
| /xnu-10002.81.5/tools/lldbmacros/ |
| H A D | README.md | 175 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-10002.81.5/doc/memorystatus/ |
| H A D | kill.md | 67 …cache has detected pressure (based on the rate that we're paging out and reading back in the same …
|
| /xnu-10002.81.5/config/ |
| H A D | MASTER | 126 options CONFIG_DEV_KMEM # /dev/kmem device for reading KVA # <config_dev_kmem>
|
| /xnu-10002.81.5/ |
| H A D | README.md | 103 The xnu version is derived from the SDK or KDK by reading the `CFBundleVersion`
|