| /src/sys/arch/arm/nvidia/ |
| tegra_lic.c | 136 int iflags = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; local 149 return intr_establish_xname(irq, ipl, level | iflags, func, arg,
|
| /src/tests/lib/libc/regex/ |
| t_regex_att.c | 502 int iflags = getflags(name); local 519 int c = regcomp(&re, pattern, flags | iflags);
|
| /src/external/bsd/nvi/dist/regex/ |
| regex2.h | 150 int iflags; /* internal flags */ member in struct:re_guts
|
| /src/lib/libc/regex/ |
| regex2.h | 185 int iflags; /* internal flags */ member in struct:re_guts
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regex2.h | 144 int iflags; /* internal flags */ member in struct:re_guts
|
| /src/usr.bin/xinstall/ |
| xinstall.c | 183 u_int iflags; local 189 iflags = 0; 363 iflags |= HASGID; 372 iflags |= HASUID; 381 iflags |= SETFLAGS; 393 install_dir(*argv, iflags); 400 install(*argv, to_name, iflags | DIRECTORY); 439 install(*argv, to_name, iflags);
|
| /src/external/bsd/nvi/dist/ex/ |
| ex.h | 135 u_int16_t iflags; /* User input information. */ member in struct:_excmd
|
| /src/sbin/resize_ffs/ |
| resize_ffs.c | 140 static unsigned char *iflags; variable 1264 iflags = alloconce(oldsb->fs_ncg * oldsb->fs_ipg, "inode flags"); 1265 memset(iflags, 0, oldsb->fs_ncg * oldsb->fs_ipg); 1517 iflags[inum] |= IF_DIRTY; 1520 iflags[inum] |= IF_DIRTY; 1587 if (iflags[i] & IF_DIRTY) { 1588 iflags[i & ~m] |= IF_BDIRTY; 1599 if ((iflags[i] & IF_BDIRTY) == 0) 1683 iflags[inomove[i]] = iflags[i] | IF_DIRTY [all...] |
| /src/sys/arch/arm/broadcom/ |
| bcm2835_intr.c | 553 int iflags = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; local 570 firq->intr_mpsafe = iflags; 575 IST_LEVEL | iflags, func, NULL, xname); 578 IST_LEVEL | iflags, bcm2835_icu_intr, firq, xname); 596 if (firq->intr_mpsafe != iflags) { 921 int iflags = (flags & FDT_INTR_MPSAFE) ? IST_MPSAFE : 0; local 931 IST_LEVEL | iflags, func, arg, xname);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_acl.c | 533 zfs_ace_valid(vtype_t obj_type, zfs_acl_t *aclp, uint16_t type, uint16_t iflags) 539 if (!zfs_acl_valid_ace_type(type, iflags)) 557 (iflags & (ACE_FILE_INHERIT_ACE|ACE_DIRECTORY_INHERIT_ACE))) 560 if (iflags & (ACE_INHERIT_ONLY_ACE|ACE_NO_PROPAGATE_INHERIT_ACE)) { 561 if ((iflags & (ACE_FILE_INHERIT_ACE| 572 uint32_t *access_mask, uint16_t *iflags, uint16_t *type) 618 *iflags = aclp->z_ops.ace_flags_get(acep); 724 uint16_t iflags, type; local 733 &who, &access_mask, &iflags, &type)) { 758 entry_type = (iflags & ACE_TYPE_FLAGS) 806 uint16_t type, iflags; local 897 uint16_t iflags, type; local 1324 uint16_t iflags, type; local 1464 int iflags = (acep_flags & 0xf); local 1487 uint16_t iflags, newflags, type; local 1785 uint16_t type, iflags; local 2091 uint16_t type, iflags; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/ |
| ARMDisassembler.cpp | 2354 unsigned iflags = fieldFromInstruction(Insn, 6, 3); local 2376 Inst.addOperand(MCOperand::createImm(iflags)); 2381 Inst.addOperand(MCOperand::createImm(iflags)); 2386 if (iflags) S = MCDisassembler::SoftFail; 2401 unsigned iflags = fieldFromInstruction(Insn, 5, 3); local 2416 Inst.addOperand(MCOperand::createImm(iflags)); 2421 Inst.addOperand(MCOperand::createImm(iflags)); 2426 if (iflags) S = MCDisassembler::SoftFail;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-expand.cc | 769 unsigned int iflags local 792 iflags |= GOMP_TASK_FLAG_UP; 798 iflags |= GOMP_TASK_FLAG_STRICT; 806 iflags |= GOMP_TASK_FLAG_GRAINSIZE; 808 iflags |= GOMP_TASK_FLAG_STRICT; 816 iflags |= GOMP_TASK_FLAG_IF; 818 iflags |= GOMP_TASK_FLAG_NOGROUP; 821 iflags |= GOMP_TASK_FLAG_REDUCTION; 826 iflags |= GOMP_TASK_FLAG_PRIORITY; 828 iflags |= GOMP_TASK_FLAG_DETACH [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-expand.cc | 768 unsigned int iflags local 791 iflags |= GOMP_TASK_FLAG_UP; 797 iflags |= GOMP_TASK_FLAG_STRICT; 805 iflags |= GOMP_TASK_FLAG_GRAINSIZE; 807 iflags |= GOMP_TASK_FLAG_STRICT; 815 iflags |= GOMP_TASK_FLAG_IF; 817 iflags |= GOMP_TASK_FLAG_NOGROUP; 820 iflags |= GOMP_TASK_FLAG_REDUCTION; 825 iflags |= GOMP_TASK_FLAG_PRIORITY; 827 iflags |= GOMP_TASK_FLAG_DETACH [all...] |
| /src/sys/dist/pf/net/ |
| pfvar.h | 185 u_int8_t iflags; /* PFI_AFLAG_* */ member in struct:pf_addr_wrap
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-ppc.c | 5478 unsigned long iflags, oflags; 5489 iflags = elf_elfheader (ibfd)->e_flags; 5492 if (iflags & ~EF_PPC64_ABI) 5496 (_("%pB uses unknown e_flags 0x%lx"), ibfd, iflags); 5500 else if (iflags != oflags && iflags != 0) 5505 ibfd, iflags, oflags); 5474 unsigned long iflags, oflags; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-ppc.c | 5486 unsigned long iflags, oflags; 5497 iflags = elf_elfheader (ibfd)->e_flags; 5500 if (iflags & ~EF_PPC64_ABI) 5504 (_("%pB uses unknown e_flags 0x%lx"), ibfd, iflags); 5508 else if (iflags != oflags && iflags != 0) 5513 ibfd, iflags, oflags); 5482 unsigned long iflags, oflags; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-ppc.c | 5485 unsigned long iflags, oflags; 5496 iflags = elf_elfheader (ibfd)->e_flags; 5499 if (iflags & ~EF_PPC64_ABI) 5503 (_("%pB uses unknown e_flags 0x%lx"), ibfd, iflags); 5507 else if (iflags != oflags && iflags != 0) 5512 ibfd, iflags, oflags); 5481 unsigned long iflags, oflags; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-ppc.c | 5482 unsigned long iflags, oflags; 5493 iflags = elf_elfheader (ibfd)->e_flags; 5496 if (iflags & ~EF_PPC64_ABI) 5500 (_("%pB uses unknown e_flags 0x%lx"), ibfd, iflags); 5504 else if (iflags != oflags && iflags != 0) 5509 ibfd, iflags, oflags); 5478 unsigned long iflags, oflags; local
|