| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_diff.c | 173 arc_flags_t aflags = ARC_FLAG_WAIT; local 179 &aflags, zb) != 0)
|
| dmu_traverse.c | 504 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH; local 523 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE, &aflags, zb);
|
| zil.c | 201 arc_flags_t aflags = ARC_FLAG_WAIT; local 216 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); 277 arc_flags_t aflags = ARC_FLAG_WAIT; local 295 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
|
| dbuf.c | 940 arc_flags_t aflags = ARC_FLAG_NOWAIT; local 1013 aflags |= ARC_FLAG_L2CACHE; 1024 &aflags, &zb); 2310 arc_flags_t aflags = 2318 &aflags, &dpa->dpa_zb); 2404 arc_flags_t aflags) 2485 dpa->dpa_aflags = aflags;
|
| dmu_objset.c | 312 arc_flags_t aflags = ARC_FLAG_WAIT; local 318 aflags |= ARC_FLAG_L2CACHE; 323 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL, &aflags, &zb);
|
| dmu_send.c | 659 arc_flags_t aflags = ARC_FLAG_WAIT; local 666 &aflags, zb) != 0) 678 arc_flags_t aflags = ARC_FLAG_WAIT; local 684 &aflags, zb) != 0) 697 arc_flags_t aflags = ARC_FLAG_WAIT; local 709 &aflags, zb) != 0) {
|
| zio.c | 2521 arc_flags_t aflags = ARC_FLAG_WAIT; local 2532 &aflags, &zio->io_bookmark);
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| toom62_mul.c | 73 enum toom7_flags aflags, bflags; local 110 aflags = (enum toom7_flags) (toom7_w3_neg & mpn_toom_eval_pm1 (as1, asm1, 5, ap, n, s, gp)); 113 aflags = (enum toom7_flags) (aflags | (toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 5, ap, n, s, gp))); 306 mpn_toom_interpolate_7pts (pp, n, (enum toom7_flags) (aflags ^ bflags),
|
| /src/usr.sbin/makemandb/ |
| apropos.c | 60 apropos_flags *aflags; member in struct:callback_data 71 parseargs(int argc, char **argv, struct apropos_flags *aflags) 78 aflags->manconf = MANCONF; 104 aflags->manconf = optarg; 107 aflags->format = APROPOS_HTML; 110 aflags->format = APROPOS_TERM; 113 aflags->legacy = 1; 114 aflags->no_context = 1; 115 aflags->format = APROPOS_NONE; 118 aflags->no_context = 1 168 apropos_flags aflags; local [all...] |
| /src/sys/ufs/lfs/ |
| lfs_inode.c | 226 int aflags, error, allerror = 0; local 275 aflags = B_CLRBUF; 277 aflags |= B_SYNC; 287 eob - osize, cred, aflags); 303 aflags); 320 aflags, &bp); 358 aflags = B_CLRBUF; 360 aflags |= B_SYNC; 361 error = lfs_balloc(ovp, length - 1, 1, cred, aflags, &bp); 401 aflags = ioflag & IO_SYNC ? B_SYNC : 0 [all...] |
| /src/external/gpl3/binutils/dist/include/vms/ |
| dsc.h | 113 unsigned char aflags; member in struct:vms_dsc_nca
|
| /src/external/gpl3/binutils.old/dist/include/vms/ |
| dsc.h | 113 unsigned char aflags; member in struct:vms_dsc_nca
|
| /src/external/gpl3/gdb/dist/include/vms/ |
| dsc.h | 113 unsigned char aflags; member in struct:vms_dsc_nca
|
| /src/external/gpl3/gdb.old/dist/include/vms/ |
| dsc.h | 113 unsigned char aflags; member in struct:vms_dsc_nca
|
| /src/sys/arch/aarch64/aarch64/ |
| pmap.c | 562 int aflags = ((flags & PMAP_CANFAIL) ? 0 : UVM_PGA_USERESERVE) | local 565 pg = uvm_pagealloc(NULL, 0, NULL, aflags);
|
| /src/external/bsd/tcpdump/dist/ |
| print-bgp.c | 2423 u_int aflags, alenlen, alen; local 2431 aflags = GET_U_1(tptr); 2435 alenlen = bgp_attr_lenlen(aflags, tptr); 2442 alen = bgp_attr_len(aflags, tptr); 2452 if (aflags) { 2454 aflags & 0x80 ? "O" : "", 2455 aflags & 0x40 ? "T" : "", 2456 aflags & 0x20 ? "P" : "", 2457 aflags & 0x10 ? "E" : ""); 2458 if (aflags & 0xf 2819 uint8_t aflags, atype, alenlen; local [all...] |
| /src/sys/arch/x86/x86/ |
| pmap.c | 2551 int i, aflags; local 2563 aflags = ((flags & PMAP_CANFAIL) ? 0 : UVM_PGA_USERESERVE) | 2573 pt->pg[i] = uvm_pagealloc(obj, off, NULL, aflags);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| objdump.c | 1159 flagword aflags; 1205 aflags = a->flags; 1208 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) 1210 if ((aflags & BSF_DEBUGGING) != 0) 1215 if ((aflags & BSF_SECTION_SYM) != (bflags & BSF_SECTION_SYM)) 1217 if ((aflags & BSF_SECTION_SYM) != 0) 1222 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) 1224 if ((aflags & BSF_FUNCTION) != 0) 1229 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT)) 1231 if ((aflags & BSF_OBJECT) != 0 1154 flagword aflags; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objdump.c | 1156 flagword aflags; 1214 aflags = a->flags; 1217 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) 1219 if ((aflags & BSF_DEBUGGING) != 0) 1224 if ((aflags & BSF_SECTION_SYM) != (bflags & BSF_SECTION_SYM)) 1226 if ((aflags & BSF_SECTION_SYM) != 0) 1231 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) 1233 if ((aflags & BSF_FUNCTION) != 0) 1238 if ((aflags & BSF_OBJECT) != (bflags & BSF_OBJECT)) 1240 if ((aflags & BSF_OBJECT) != 0 1151 flagword aflags; local [all...] |