HomeSort by: relevance | last modified time | path
    Searched defs:bflags (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
shell.c 191 int flags, bflags; local
196 bflags = 0;
199 bflags |= O_NONBLOCK;
203 bflags |= O_NDELAY;
206 if (flags & bflags)
208 flags &= ~bflags;
  /src/external/gpl3/gdb.old/dist/readline/readline/
shell.c 191 int flags, bflags; local
196 bflags = 0;
199 bflags |= O_NONBLOCK;
203 bflags |= O_NDELAY;
206 if (flags & bflags)
208 flags &= ~bflags;
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom62_mul.c 73 enum toom7_flags aflags, bflags; local
152 bflags = toom7_w3_neg;
157 bflags = (enum toom7_flags) 0;
165 bflags = toom7_w3_neg;
170 bflags = (enum toom7_flags) 0;
181 bflags = toom7_w3_neg;
186 bflags = (enum toom7_flags) 0;
193 if (bflags & toom7_w3_neg)
196 bflags = (enum toom7_flags) (bflags | toom7_w1_neg)
    [all...]
  /src/sys/dev/isa/
isadma.c 730 int bflags; local
733 bflags = flags & M_WAITOK ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT;
735 if (_isa_dmamem_alloc(ids, chan, size, &addr, bflags))
737 if (_isa_dmamem_map(ids, chan, addr, size, &kva, bflags)) {
  /src/sbin/amrctl/
amrctl.c 393 describe_battery(int fd, int verbosity, int fwint, int bflags, int globalparam)
405 if (bflags || globalparam) {
587 int bflags = 0, fflags = 0, sflags = 0; local
609 bflags++;
681 describe_battery(fd, verbosity, i, bflags, globalparam);
682 if (!bflags || lvolno > -1 || physno > -1 || sbusno > -1 || targetno > -1)
  /src/sys/compat/linux/common/
linux_file.c 124 bsd_to_linux_ioflags(int bflags)
128 res |= cvtto_linux_mask(bflags, O_WRONLY, LINUX_O_WRONLY);
129 res |= cvtto_linux_mask(bflags, O_RDONLY, LINUX_O_RDONLY);
130 res |= cvtto_linux_mask(bflags, O_RDWR, LINUX_O_RDWR);
132 res |= cvtto_linux_mask(bflags, O_CREAT, LINUX_O_CREAT);
133 res |= cvtto_linux_mask(bflags, O_EXCL, LINUX_O_EXCL);
134 res |= cvtto_linux_mask(bflags, O_NOCTTY, LINUX_O_NOCTTY);
135 res |= cvtto_linux_mask(bflags, O_TRUNC, LINUX_O_TRUNC);
136 res |= cvtto_linux_mask(bflags, O_APPEND, LINUX_O_APPEND);
137 res |= cvtto_linux_mask(bflags, O_NONBLOCK, LINUX_O_NONBLOCK)
918 int bflags = 0; local
    [all...]
linux_socket.c 405 int bflags; local
409 bflags = linux_to_bsd_msg_flags(SCARG(uap, flags));
410 if (bflags < 0)
437 return do_sys_sendmsg(l, SCARG(uap, s), &msg, bflags, retval);
477 int bflags; local
492 bflags = linux_to_bsd_msg_flags(SCARG(uap, flags));
493 if (bflags < 0)
632 error = do_sys_sendmsg(l, SCARG(uap, s), &msg, bflags, retval);
  /src/sys/dev/pci/
hifn7751.c 146 int bflags = pflags & PR_WAITOK ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT; local
153 0, bflags, &cmd->src_map);
159 0, bflags, &cmd->dst_map_alloc);
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2606 int fd = -1, bflags, mode, textmode; local
2643 bflags = BIO_CLOSE;
2645 bflags |= BIO_FP_TEXT;
2646 b = BIO_new_fp(fp, bflags);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.c 274 uint_t bflags = tip->dtt_flags; local
306 tip->dtt_flags = bflags;
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 3086 int textmode, bflags; local
3132 bflags = BIO_CLOSE;
3134 bflags |= BIO_FP_TEXT;
3135 b = BIO_new_fp(fp, bflags);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 3034 int textmode, bflags; local
3079 bflags = BIO_CLOSE;
3081 bflags |= BIO_FP_TEXT;
3082 b = BIO_new_fp(fp, bflags);
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 1160 flagword bflags;
1206 bflags = b->flags;
1208 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING))
1215 if ((aflags & BSF_SECTION_SYM) != (bflags & BSF_SECTION_SYM))
1222 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION))
1229 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT))
1236 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL))
1243 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL))
1155 flagword bflags; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 1157 flagword bflags;
1215 bflags = b->flags;
1217 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING))
1224 if ((aflags & BSF_SECTION_SYM) != (bflags & BSF_SECTION_SYM))
1231 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION))
1238 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT))
1245 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL))
1252 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL))
1152 flagword bflags; local

Completed in 44 milliseconds