Searched refs:shutdown (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | posix_spawnattr_set_crash_behavior_np.c | 32 bool shutdown = (strcmp(child_mode, "clean") == 0) || dirty; in _do_set_crash_behavior_test() local 94 if (shutdown) { in _do_set_crash_behavior_test()
|
| H A D | skywalk_tests.c | 298 bool shutdown = false; \ 310 shutdown = true; \ 318 memfail, ignorefail, shutdown, itersecs); \
|
| H A D | vsock.c | 350 int result = shutdown(socket, how[i]); 367 int result = shutdown(socketB, SHUT_RD); 400 int result = shutdown(socketB, SHUT_WR); 443 int result = shutdown(socketB, SHUT_RDWR);
|
| H A D | uds-to-self.c | 86 T_ASSERT_POSIX_SUCCESS(shutdown(fd, SHUT_RDWR), NULL);
|
| H A D | uipc_uaf.c | 87 T_QUIET; T_ASSERT_POSIX_SUCCESS(shutdown(pair[1], SHUT_RD), "shutdown"); in send_scm_rights()
|
| /xnu-12377.81.4/tools/tests/perf_index/ |
| H A D | test_controller.py | 38 client_socket.shutdown(socket.SHUT_WR)
|
| /xnu-12377.81.4/config/ |
| H A D | README.DEBUG-kernel.txt | 18 bash-3.2# shutdown -r now
|
| /xnu-12377.81.4/bsd/man/man2/ |
| H A D | Makefile | 222 shutdown.2 \
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | kext.py | 537 pool.shutdown(wait=True) 554 pool.shutdown(wait=True)
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | socket.h | 804 int shutdown(int, int);
|
| /xnu-12377.81.4/doc/lifecycle/ |
| H A D | hibernation.md | 80 halted, and we are running on the boot CPU's idle thread in the shutdown 82 * Eventually the platform calls `hibernate_write_image()` in the shutdown 85 * `hibernate_write_image()` runs in the shutdown context, where no blocking is
|
| /xnu-12377.81.4/libsyscall/mach/ |
| H A D | err_kern.sub | 158 "(os/unix) can't send after socket shutdown",
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | uipc_syscalls.c | 2972 shutdown(__unused proc_ref_t p, struct shutdown_args *uap, in shutdown() function
|