Searched defs:orig_who (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c2148 validate_idmapping(utf8string *orig_who, uid_t *mapped_id, int isuser, argument
2151 if (u8s_mapped_to_nobody(orig_who, *mapped_id, isuser)) {
2169 who = utf8_to_str(orig_who, &len, NULL);
2189 who = utf8_to_str(orig_who, &len, NULL);
2209 u8s_mapped_to_nobody(utf8string *orig_who, uid_t mapped_id, int isuser) argument
2211 if (orig_who->utf8string_len == 6 &&
2212 bcmp("nobody", orig_who->utf8string_val, 6) == 0)

Completed in 62 milliseconds