Searched refs:startfd (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tls.c | 335 tls_exec_client(const char *user, int startfd, const char *srcaddr, in tls_exec_client() argument 354 sockfd = startfd; in tls_exec_client() 448 int startfd; in tls_call_exec_client() local 454 startfd = 3; in tls_call_exec_client() 456 startfd = 0; in tls_call_exec_client() 458 if (proto_descriptor(sock) != startfd) { in tls_call_exec_client() 460 if (dup2(proto_descriptor(sock), startfd) == -1) in tls_call_exec_client() 468 if (fcntl(startfd, F_SETFD, 0) == -1) in tls_call_exec_client() 472 closefrom(startfd + 1); in tls_call_exec_client() 474 if (asprintf(&startfdstr, "%d", startfd) == -1) in tls_call_exec_client() [all …]
|
| /freebsd/tests/sys/pmc/ |
| H A D | pmc_wrap_test.c | 93 child_spin(int startfd) in child_spin() argument 99 (void)read(startfd, &c, 1); in child_spin()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | socket.c | 216 kill_asyncio(int startfd)
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | main.c | 1001 int startfd in kill_asyncio() argument
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_io.c | 4524 int startfd argument
|