/titanic_50/usr/src/cmd/fs.d/smbclnt/test/ |
H A D | tconn.c | 59 int c, error, aflags; in main() local 131 aflags = atoi(secopt); in main() 132 if (aflags < 1 || aflags > 0x1f) { in main() 136 smb_ctx_setauthflags(ctx, aflags); in main()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dmu_diff.c | 132 arc_flags_t aflags = ARC_FLAG_WAIT; in diff_cb() local 138 &aflags, zb) != 0) in diff_cb()
|
H A D | dmu_traverse.c | 495 arc_flags_t aflags = ARC_FLAG_NOWAIT | ARC_FLAG_PREFETCH; in traverse_prefetcher() local 514 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE, &aflags, zb); in traverse_prefetcher()
|
H A D | dbuf.c | 641 arc_flags_t aflags = ARC_FLAG_NOWAIT; in dbuf_read_impl() local 693 aflags |= ARC_FLAG_L2CACHE; in dbuf_read_impl() 695 aflags |= ARC_FLAG_L2COMPRESS; in dbuf_read_impl() 706 &aflags, &zb); in dbuf_read_impl() 2039 arc_flags_t aflags = in dbuf_issue_final_prefetch() local 2047 &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch() 2105 arc_flags_t aflags) in dbuf_prefetch() argument 2186 dpa->dpa_aflags = aflags; in dbuf_prefetch()
|
H A D | dmu_objset.c | 312 arc_flags_t aflags = ARC_FLAG_WAIT; in dmu_objset_open_impl() local 318 aflags |= ARC_FLAG_L2CACHE; in dmu_objset_open_impl() 320 aflags |= ARC_FLAG_L2COMPRESS; in dmu_objset_open_impl() 325 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL, &aflags, &zb); in dmu_objset_open_impl()
|
H A D | zil.c | 185 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_block() local 200 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 261 arc_flags_t aflags = ARC_FLAG_WAIT; in zil_read_log_data() local 279 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
H A D | dmu_send.c | 581 arc_flags_t aflags = ARC_FLAG_WAIT; in do_dump() local 588 &aflags, zb) != 0) in do_dump() 600 arc_flags_t aflags = ARC_FLAG_WAIT; in do_dump() local 606 &aflags, zb) != 0) in do_dump() 619 arc_flags_t aflags = ARC_FLAG_WAIT; in do_dump() local 631 &aflags, zb) != 0) { in do_dump()
|
H A D | zio.c | 2244 arc_flags_t aflags = ARC_FLAG_WAIT; in zio_ddt_collision() local 2255 &aflags, &zio->io_bookmark); in zio_ddt_collision()
|
H A D | zfs_vnops.c | 1568 int aflags = (flag & FAPPEND) ? V_APPEND : 0; in zfs_create() local 1594 if (mode && (error = zfs_zaccess_rwx(zp, mode, aflags, cr))) { in zfs_create()
|
/titanic_50/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 1048 ea_fdopen(ea_file_t *ef, int fd, const char *creator, int aflags, int oflags) in ea_fdopen() argument 1094 if ((aflags & EO_VALIDATE_MSK) == EO_VALID_HDR) { in ea_fdopen() 1124 if ((aflags & EO_VALIDATE_MSK) == EO_VALID_HDR) { in ea_fdopen() 1135 if ((aflags & EO_POSN_MSK) == EO_TAIL) { in ea_fdopen() 1158 int aflags, int oflags, mode_t mode) in ea_open() argument 1174 if (ea_fdopen(ef, fd, creator, aflags, oflags) == -1) { in ea_open()
|
/titanic_50/usr/src/common/smbclnt/ |
H A D | smbfs_ntacl.c | 1347 uint8_t aflags; in zace2ntace() local 1361 aflags = 0; in zace2ntace() 1364 aflags |= znaf->na_flag; in zace2ntace() 1390 ntace->ace_hdr.ace_flags = aflags; in zace2ntace()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dbuf.h | 281 zio_priority_t prio, arc_flags_t aflags);
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_log.c | 333 fmd_log_open_exacct(fmd_log_t *lp, int aflags, int oflags) in fmd_log_open_exacct() argument 340 if (ea_fdopen(&lp->log_ea, fd, creator, aflags, oflags) != 0) { in fmd_log_open_exacct()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | devinfo.c | 3043 char *name, dev_t devt, int aflags, int alen, caddr_t aval, in di_getprop_add() argument 3071 pflags = aflags & ~DDI_PROP_TYPE_MASK; in di_getprop_add() 3128 pp->prop_flags = aflags; in di_getprop_add()
|
/titanic_50/usr/src/uts/common/c2/ |
H A D | audit_event.c | 4980 } aflags[6] = { in aus_p_online() local 4995 if (aflags[i].flag == uap->flag) in aus_p_online() 4998 cflag = (i == 6) ? "bad flag":aflags[i].cflag; in aus_p_online()
|