Lines Matching refs:sidp
142 getsidname(uid_t who, boolean_t user, char **sidp, boolean_t noresolve) in getsidname() argument
151 *sidp = NULL; in getsidname()
160 IDMAP_REQ_FLG_USE_CACHE, sidp, NULL); in getsidname()
163 IDMAP_REQ_FLG_USE_CACHE, sidp, NULL); in getsidname()
180 if (*sidp = malloc(len + 1)) { in getsidname()
181 (void) snprintf(*sidp, len + 1, in getsidname()
193 return (*sidp ? 0 : 1); in getsidname()
200 sid_string_by_id(uid_t who, boolean_t user, char **sidp, boolean_t noresolve) in sid_string_by_id() argument
202 return (getsidname(who, user, sidp, noresolve)); in sid_string_by_id()
414 char *sidp = NULL; in ace_type_txt() local
431 &sidp, flags & ACL_NORESOLVE)) in ace_type_txt()
433 error = str_append(dynstr, sidp); in ace_type_txt()
453 &sidp, flags & ACL_NORESOLVE)) in ace_type_txt()
455 error = str_append(dynstr, sidp); in ace_type_txt()
470 if (sidp) in ace_type_txt()
471 free(sidp); in ace_type_txt()