Lines Matching refs:id1
125 if (IS_ID_UID(req->id1) || IS_ID_GID(req->id1))
128 if (IS_ID_SID(req->id1)) {
257 if (IS_ID_SID(req->id1)) {
262 } else if (IS_ID_UID(req->id1)) {
267 } else if (IS_ID_GID(req->id1)) {
343 req->id1.idmap_id_u.sid.prefix != NULL &&
400 if (IS_ID_SID(req->id1)) {
405 } else if (IS_ID_UID(req->id1)) {
410 } else if (IS_ID_GID(req->id1)) {
441 if (IS_ID_SID(req->id1)) {
446 } else if ((IS_ID_UID(req->id1)) ||
447 (IS_ID_GID(req->id1))) {
548 result->mappings.mappings_val[cb_data->next].id1.idmap_id_u.sid.prefix =
550 result->mappings.mappings_val[cb_data->next].id1.idmap_id_u.sid.rid =
552 result->mappings.mappings_val[cb_data->next].id1.idtype =
1073 retcode = copy_id(&mapping->id1, &request->id1);
1099 if (IS_ID_SID(mapping->id1))
1100 free(mapping->id1.idmap_id_u.sid.prefix);