| /src/external/bsd/libpcap/dist/pcap/ |
| can_socketcan.h | 51 uint8_t fd_flags; member in struct:__anon4951 56 /* Bits in the fd_flags field */
|
| /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/gpl3/gcc.old/dist/fixincludes/ |
| fixincl.c | 374 if (p_fixd->fd_flags & FD_MACH_IFNOT) 378 p_fixd->fd_flags |= FD_SKIP_TEST; 412 if (fixinc_mode && (p_fixd->fd_flags & FD_REPLACEMENT)) 414 p_fixd->fd_flags |= FD_SKIP_TEST; 879 if (p_fixd->fd_flags & FD_SUBROUTINE) 945 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) 976 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) 1027 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) 1061 if ((p_fixd->fd_flags & FD_SUBROUTINE) != 0) 1064 if ((p_fixd->fd_flags & FD_SHELL_SCRIPT) == 0 [all...] |
| fixlib.h | 202 int fd_flags; member in struct:fix_desc
|
| /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);
|
| control.c | 300 control_handle1(struct dhcpcd_ctx *ctx, int lfd, unsigned int fd_flags, 326 fd_flags |= FD_SENDLEN; 328 l = control_new(ctx, fd, fd_flags);
|
| /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));
|
| /src/external/bsd/libpcap/dist/ |
| pcap-linux.c | 3983 * CANFD_FDF, which is in the fd_flags field 3997 * Zero out the fd_flags and reserved 4003 * set in the fd_flags field, and that 4009 canhdr->fd_flags = 0; 4016 * Set CANFD_FDF in the fd_flags field, 4022 canhdr->fd_flags |= CANFD_FDF; 4025 * Zero out all the unknown bits in fd_flags 4030 * provided in the fd_flags field. 4038 * to the fd_flags field or uses either of 4041 canhdr->fd_flags &= (CANFD_FDF|CANFD_ESI|CANFD_BRS) [all...] |