Searched refs:checkflag (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | dsl_deleg.c | 418 char type, char checkflag, void *valp, const char *perm) in dsl_check_access() argument 424 zfs_deleg_whokey(whokey, type, checkflag, valp); in dsl_check_access() 439 int checkflag, cred_t *cr) in dsl_check_user_access() argument 449 ZFS_DELEG_USER, checkflag, &id, perm) == 0) in dsl_check_user_access() 455 ZFS_DELEG_GROUP, checkflag, &id, perm) == 0) in dsl_check_user_access() 461 ZFS_DELEG_EVERYONE, checkflag, &id, perm) == 0) in dsl_check_user_access() 470 ZFS_DELEG_GROUP, checkflag, &id, perm) == 0) in dsl_check_user_access() 483 char type, char checkflag, void *valp, avl_tree_t *avl) in dsl_load_sets() argument 493 zfs_deleg_whokey(whokey, type, checkflag, valp); in dsl_load_sets() 524 char checkflag, cred_t *cr) in dsl_load_user_sets() argument [all …]
|
| /freebsd-head/sys/contrib/openzfs/include/ |
| HD | zfs_deleg.h | 93 char checkflag, void *data);
|
| /freebsd-head/contrib/dialog/ |
| HD | checklist.c | 41 int checkflag; member 81 (data->checkflag == FLAG_CHECK) ? "[%c]" : "(%c)", in print_item() 278 all.checkflag = flag; in dlg_checklist()
|