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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c3341 uid_t next_pid; local
3353 req->id1.idmap_id_u.sid.rid, &next_pid)) {
3354 res->id.idmap_id_u.uid = next_pid;
3361 if (get_next_eph_uid(&next_pid) != 0)
3363 res->id.idmap_id_u.uid = next_pid;
3365 if (get_next_eph_gid(&next_pid) != 0)
3367 res->id.idmap_id_u.gid = next_pid;

Completed in 62 milliseconds