Home
last modified time | relevance | path

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

/xnu-12377.1.9/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 Dskywalk_tests.c298 bool shutdown = false; \
310 shutdown = true; \
318 memfail, ignorefail, shutdown, itersecs); \
H A Dvsock.c350 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 Duds-to-self.c86 T_ASSERT_POSIX_SUCCESS(shutdown(fd, SHUT_RDWR), NULL);
H A Duipc_uaf.c87 T_QUIET; T_ASSERT_POSIX_SUCCESS(shutdown(pair[1], SHUT_RD), "shutdown"); in send_scm_rights()
/xnu-12377.1.9/tools/tests/perf_index/
H A Dtest_controller.py38 client_socket.shutdown(socket.SHUT_WR)
/xnu-12377.1.9/config/
H A DREADME.DEBUG-kernel.txt18 bash-3.2# shutdown -r now
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile222 shutdown.2 \
/xnu-12377.1.9/tools/lldbmacros/
H A Dkext.py537 pool.shutdown(wait=True)
554 pool.shutdown(wait=True)
/xnu-12377.1.9/bsd/sys/
H A Dsocket.h804 int shutdown(int, int);
/xnu-12377.1.9/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-12377.1.9/libsyscall/mach/
H A Derr_kern.sub158 "(os/unix) can't send after socket shutdown",
/xnu-12377.1.9/bsd/kern/
H A Duipc_syscalls.c2972 shutdown(__unused proc_ref_t p, struct shutdown_args *uap, in shutdown() function