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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c4296 int want_wuser,
4365 if (want_wuser == 1 && *type != IDMAP_USID)
4367 else if (want_wuser == 0 && *type != IDMAP_GSID)
4369 else if (want_wuser == -1) {
4419 int want_wuser; local
4493 want_wuser = res->id.idtype == IDMAP_USID ? 1
4513 want_wuser, &canonname, &canondomain,
4292 lookup_name2sid( sqlite *cache, const char *name, const char *domain, int want_wuser, char **canonname, char **canondomain, char **sidprefix, idmap_rid_t *rid, idmap_id_type *type, idmap_mapping *req, int local_only) argument

Completed in 50 milliseconds