Searched refs:shutdown (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.101.15/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 | vsock.c | 529 int result = shutdown(socket, how[i]); 545 int result = shutdown(socketB, SHUT_RD); 577 int result = shutdown(socketB, SHUT_WR); 619 int result = shutdown(socketB, SHUT_RDWR);
|
| H A D | uipc_uaf.c | 87 T_QUIET; T_ASSERT_POSIX_SUCCESS(shutdown(pair[1], SHUT_RD), "shutdown"); in send_scm_rights()
|
| /xnu-10063.101.15/tools/tests/perf_index/ |
| H A D | test_controller.py | 38 client_socket.shutdown(socket.SHUT_WR)
|
| /xnu-10063.101.15/config/ |
| H A D | README.DEBUG-kernel.txt | 18 bash-3.2# shutdown -r now
|
| /xnu-10063.101.15/bsd/man/man2/ |
| H A D | Makefile | 220 shutdown.2 \
|
| /xnu-10063.101.15/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-10063.101.15/libsyscall/mach/ |
| H A D | err_kern.sub | 158 "(os/unix) can't send after socket shutdown",
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | socket.h | 1515 int shutdown(int, int);
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_syscalls.c | 2967 shutdown(__unused proc_ref_t p, struct shutdown_args *uap, in shutdown() function
|