Home
last modified time | relevance | path

Searched refs:base_type (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5743 char base_type = '\0'; in store_allow_perm() local
5758 base_type = ZFS_DELEG_NAMED_SET; in store_allow_perm()
5764 base_type = ZFS_DELEG_CREATE; in store_allow_perm()
5770 base_type = ZFS_DELEG_USER; in store_allow_perm()
5779 base_type = ZFS_DELEG_GROUP; in store_allow_perm()
5788 base_type = ZFS_DELEG_EVERYONE; in store_allow_perm()
5796 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm()
5830 base_type, locality, who); in store_allow_perm()
5834 base_type, locality); in store_allow_perm()
5863 "%c%c$%s", base_type, locality, who); in store_allow_perm()
[all …]