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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c3384 idmap_retcode retcode2; local
3432 retcode2 = ns_lookup_bypid(res->id.idmap_id_u.uid,
3434 if (IDMAP_ERROR(retcode2)) {
3437 retcode2);
3582 idmap_retcode retcode2; local
3617 retcode2 = ns_lookup_bypid(req->id1.idmap_id_u.uid,
3619 if (retcode2 == IDMAP_SUCCESS)
3622 TRACE(req, res, "Getting UNIX name error=%d", retcode2);
4653 idmap_retcode retcode2; local
4769 retcode2
4786 idmap_retcode retcode2; local
[all...]

Completed in 52 milliseconds