Searched refs:checkflag (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_deleg.c | 417 char type, char checkflag, void *valp, const char *perm) in dsl_check_access() argument 423 zfs_deleg_whokey(whokey, type, checkflag, valp); in dsl_check_access() 438 int checkflag, cred_t *cr) in dsl_check_user_access() argument 448 ZFS_DELEG_USER, checkflag, &id, perm) == 0) in dsl_check_user_access() 454 ZFS_DELEG_GROUP, checkflag, &id, perm) == 0) in dsl_check_user_access() 460 ZFS_DELEG_EVERYONE, checkflag, &id, perm) == 0) in dsl_check_user_access() 469 ZFS_DELEG_GROUP, checkflag, &id, perm) == 0) in dsl_check_user_access() 482 char type, char checkflag, void *valp, avl_tree_t *avl) in dsl_load_sets() argument 492 zfs_deleg_whokey(whokey, type, checkflag, valp); in dsl_load_sets() 523 char checkflag, cred_t *cr) in dsl_load_user_sets() argument [all …]
|
| /src/sys/contrib/openzfs/include/ |
| H A D | zfs_deleg.h | 94 char checkflag, void *data);
|
| /src/crypto/krb5/src/kdc/ |
| H A D | tgs_policy.c | 45 krb5_flags checkflag; /* Flags to check against */ member 91 if (!(r->checkflag & tkt->enc_part2->flags)) { in check_tgs_opts() 132 if (r->checkflag & server->attributes) { in check_tgs_svc_deny_opts()
|
| /src/contrib/dialog/ |
| H A D | checklist.c | 41 int checkflag; member 81 (data->checkflag == FLAG_CHECK) ? "[%c]" : "(%c)", in print_item() 278 all.checkflag = flag; in dlg_checklist()
|