Searched refs:checkflag (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 408 char type, char checkflag, void *valp, const char *perm) in dsl_check_access() argument 414 zfs_deleg_whokey(whokey, type, checkflag, valp); in dsl_check_access() 429 int checkflag, cred_t *cr) in dsl_check_user_access() argument 439 ZFS_DELEG_USER, checkflag, &id, perm) == 0) in dsl_check_user_access() 445 ZFS_DELEG_GROUP, checkflag, &id, perm) == 0) in dsl_check_user_access() 451 ZFS_DELEG_EVERYONE, checkflag, &id, perm) == 0) in dsl_check_user_access() 460 ZFS_DELEG_GROUP, checkflag, &id, perm) == 0) in dsl_check_user_access() 473 char type, char checkflag, void *valp, avl_tree_t *avl) in dsl_load_sets() argument 483 zfs_deleg_whokey(whokey, type, checkflag, valp); in dsl_load_sets() 512 char checkflag, cred_t *cr) in dsl_load_user_sets() argument [all …]
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_deleg.h | 93 char checkflag, void *data);
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 563 static int checkflag = 0; variable 3117 checkflag = 1; in doxtract() 3128 checkflag = 2; in doxtract() 4531 if (checkflag == 1) { /* Extended tar format and euid == 0 */ in resugname() 4571 } else if (checkflag == 2) { /* tar format and euid == 0 */ in resugname() 4575 if ((checkflag == 1) || (checkflag == 2)) in resugname()
|