Home
last modified time | relevance | path

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

/xnu-8796.101.5/tests/
H A Dposix_spawnattr_set_crash_behavior_np.c31 bool shutdown = (strcmp(child_mode, "clean") == 0) || dirty; in _do_set_crash_behavior_test() local
89 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-8796.101.5/tools/tests/perf_index/
H A Dtest_controller.py38 client_socket.shutdown(socket.SHUT_WR)
/xnu-8796.101.5/config/
H A DREADME.DEBUG-kernel.txt18 bash-3.2# shutdown -r now
/xnu-8796.101.5/bsd/man/man2/
H A DMakefile220 shutdown.2 \
/xnu-8796.101.5/libsyscall/mach/
H A Derr_kern.sub158 "(os/unix) can't send after socket shutdown",
/xnu-8796.101.5/bsd/sys/
H A Dsocket.h1511 int shutdown(int, int);
/xnu-8796.101.5/bsd/kern/
H A Duipc_syscalls.c2488 shutdown(__unused proc_ref_t p, struct shutdown_args *uap, in shutdown() function