Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 10 of 10) sorted by relevance

/xnu-10063.101.15/tests/
H A Dposix_spawnattr_set_crash_behavior_np.c32 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 Dvsock.c529 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 Duipc_uaf.c87 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 Dtest_controller.py38 client_socket.shutdown(socket.SHUT_WR)
/xnu-10063.101.15/config/
H A DREADME.DEBUG-kernel.txt18 bash-3.2# shutdown -r now
/xnu-10063.101.15/bsd/man/man2/
H A DMakefile220 shutdown.2 \
/xnu-10063.101.15/doc/lifecycle/
H A Dhibernation.md80 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 Derr_kern.sub158 "(os/unix) can't send after socket shutdown",
/xnu-10063.101.15/bsd/sys/
H A Dsocket.h1515 int shutdown(int, int);
/xnu-10063.101.15/bsd/kern/
H A Duipc_syscalls.c2967 shutdown(__unused proc_ref_t p, struct shutdown_args *uap, in shutdown() function