Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
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-8019.80.24/tools/tests/perf_index/
H A Dtest_controller.py38 client_socket.shutdown(socket.SHUT_WR)
/xnu-8019.80.24/config/
H A DREADME.DEBUG-kernel.txt18 bash-3.2# shutdown -r now
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile217 shutdown.2 \
/xnu-8019.80.24/libsyscall/mach/
H A Derr_kern.sub154 "(os/unix) can't send after socket shutdown",
/xnu-8019.80.24/bsd/sys/
H A Dsocket.h1475 int shutdown(int, int);
/xnu-8019.80.24/bsd/kern/
H A Duipc_syscalls.c2443 shutdown(__unused struct proc *p, struct shutdown_args *uap, in shutdown() function