Searched refs:bflags (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | shell.c | 174 int flags, bflags; local 179 bflags = 0; 182 bflags |= O_NONBLOCK; 186 bflags |= O_NDELAY; 189 if (flags & bflags) 191 flags &= ~bflags;
|
| /openbsd-src/sys/dev/isa/ |
| H A D | isadma.c | 618 int bflags; in isa_malloc() local 621 bflags = flags & M_NOWAIT ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK; in isa_malloc() 623 if (isa_dmamem_alloc(isadev, chan, size, &addr, bflags)) in isa_malloc() 625 if (isa_dmamem_map(isadev, chan, addr, size, &kva, bflags)) { in isa_malloc()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | objdump.c | 478 flagword bflags; in compare_symbols() local 530 bflags = b->flags; in compare_symbols() 532 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) in compare_symbols() 539 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols() 546 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL)) in compare_symbols() 553 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL)) in compare_symbols()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | objdump.c | 496 flagword bflags; in compare_symbols() local 548 bflags = b->flags; in compare_symbols() 550 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) in compare_symbols() 557 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols() 564 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL)) in compare_symbols() 571 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL)) in compare_symbols()
|