| /src/external/bsd/libpcap/dist/pcap/ |
| can_socketcan.h | 51 uint8_t fd_flags; member in struct:__anon7262 56 /* Bits in the fd_flags field */
|
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep-control.c | 112 unsigned int fd_flags = FD_SENDLEN; local 118 fd_flags |= FD_UNPRIV; 132 fd = control_new(ctx, ctx->ps_ctl->psp_work_fd, fd_flags);
|
| /src/sbin/efi/ |
| utils.c | 402 int fd, fd_flags; local 410 if ((fd_flags = fcntl(fd, F_GETFL)) == -1) 413 if (fcntl(fd, F_SETFL, O_NONBLOCK | fd_flags) == -1) 417 fd_flags = -1; 461 if (fd_flags != -1) 462 fcntl(fd, F_SETFL, fd_flags);
|
| /src/external/mpl/dhcp/dist/omapip/ |
| dispatch.c | 215 int fd_flags = 0, fd = 0; local 254 fd_flags |= ISC_SOCKFDWATCH_READ; 259 fd_flags |= ISC_SOCKFDWATCH_WRITE; 263 if (fd_flags != 0) { 265 fd, fd_flags, 321 int fd_flags = 0; local 348 fd_flags |= ISC_SOCKFDWATCH_READ; 352 fd_flags |= ISC_SOCKFDWATCH_WRITE; 355 isc_socket_fdwatchpoke(obj->fd, fd_flags);
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| fixlib.h | 202 int fd_flags; member in struct:fix_desc
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| fixlib.h | 202 int fd_flags; member in struct:fix_desc
|
| /src/usr.sbin/pstat/ |
| pstat.c | 126 u_int fd_flags; member in struct:flagbit_desc 378 for (; fd->fd_flags != 0; fd++) 379 if ((flags & fd->fd_flags) != 0)
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 1335 int fd_flags; local 1337 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); 1339 fd_flags | FD_CLOEXEC));
|