Lines Matching refs:id2
1816 * req->id2 is unix id
1904 * Since req->id2.idtype is unused, we will use it here
1907 * from mis-interpreting req->id2 when it tries to free
1911 * be an option if req->id2.idtype cannot be re-used in
1914 * Similarly, we use req->id2.idmap_id_u.uid to return
1917 * the query always puts the result in req->id2.idmap_id_u.uid,
1954 req->id2.idtype = IDMAP_NONE;
1955 req->id2.idmap_id_u.uid = IDMAP_SENTINEL_PID;
2012 pid = &req->id2.idmap_id_u.uid;
2034 &req->id2.idtype, unixname,
2049 &req->id2.idtype, unixname,
2082 &req->id2domain, &req->id2.idtype,
2100 &req->id2.idtype, NULL,
2133 &req->id2.idtype, &res->retcode);
2160 &req->id2.idtype, &res->retcode);
2209 * 2. Reset req->id2.idtype to IDMAP_NONE
2220 type = req->id2.idtype;
2221 req->id2.idtype = IDMAP_NONE;
2222 posix_id = req->id2.idmap_id_u.uid;
2223 req->id2.idmap_id_u.uid = IDMAP_SENTINEL_PID;
2493 * Target type initialized from req->id2.idtype. If
2510 * req->id2.idtype =
2516 * mis-interpreting the contents of req->id2.
2517 * req->id2.idmap_id_u.uid =
2541 res->id.idtype = req->id2.idtype;
4611 * Target type initialized from req->id2.idtype. If
4628 * req->id2.idtype =
4634 * mis-interpreting the contents of req->id2.
4635 * req->id2..[uid or gid or sid] =
4657 res->id.idtype = req->id2.idtype;
4660 if (req->id2.idmap_id_u.sid.prefix != NULL) {
4662 free(req->id2.idmap_id_u.sid.prefix);
4663 req->id2.idmap_id_u.sid.prefix = NULL;