Searched refs:shutdown (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/tests/ |
| 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-8019.80.24/tools/tests/perf_index/ |
| H A D | test_controller.py | 38 client_socket.shutdown(socket.SHUT_WR)
|
| /xnu-8019.80.24/config/ |
| H A D | README.DEBUG-kernel.txt | 18 bash-3.2# shutdown -r now
|
| /xnu-8019.80.24/bsd/man/man2/ |
| H A D | Makefile | 217 shutdown.2 \
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | err_kern.sub | 154 "(os/unix) can't send after socket shutdown",
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | socket.h | 1475 int shutdown(int, int);
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_syscalls.c | 2443 shutdown(__unused struct proc *p, struct shutdown_args *uap, in shutdown() function
|