Searched refs:whokey (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_deleg.c175 const char *whokey = nvpair_name(whopair); local
182 if (zap_lookup(mos, zapobj, whokey, 8, 1, &jumpobj) != 0) {
184 zapobj, whokey, tx);
194 "%s %s", whokey, perm);
218 const char *whokey = nvpair_name(whopair); local
224 if (zap_lookup(mos, zapobj, whokey, 8,
226 (void) zap_remove(mos, zapobj, whokey, tx);
230 tx, "%s", whokey);
234 if (zap_lookup(mos, zapobj, whokey, 8, 1, &jumpobj) != 0)
244 whokey, t
412 char whokey[ZFS_MAX_DELEG_NAME]; local
481 char whokey[ZFS_MAX_DELEG_NAME]; local
678 char whokey[ZFS_MAX_DELEG_NAME]; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py61 # see the comment in dsl_deleg.c for the definition of whokey
62 for whokey in raw.keys():
63 perms = raw[whokey].keys()
64 whotypechr = whokey[0].lower()
65 ws = whokey[3:]
89 if whokey[1] == "l":
91 elif whokey[1] == "d":
94 raise ValueError(whokey[1])
239 for whokey in raw.keys():
240 if whokey[
[all...]

Completed in 57 milliseconds