Lines Matching refs:sidp
121 getsidname(uid_t who, boolean_t user, char **sidp, boolean_t noresolve) in getsidname() argument
130 *sidp = NULL; in getsidname()
139 IDMAP_REQ_FLG_USE_CACHE, sidp, NULL); in getsidname()
142 IDMAP_REQ_FLG_USE_CACHE, sidp, NULL); in getsidname()
159 if (*sidp = malloc(len + 1)) { in getsidname()
160 (void) snprintf(*sidp, len + 1, in getsidname()
172 return (*sidp ? 0 : 1); in getsidname()
384 char *sidp = NULL; in ace_type_txt() local
401 &sidp, flags & ACL_NORESOLVE)) in ace_type_txt()
403 error = str_append(dynstr, sidp); in ace_type_txt()
423 &sidp, flags & ACL_NORESOLVE)) in ace_type_txt()
425 error = str_append(dynstr, sidp); in ace_type_txt()
440 if (sidp) in ace_type_txt()
441 free(sidp); in ace_type_txt()