Lines Matching refs:orpr
1197 struct prison *tpr, *orpr, *nrpr, *trpr; in shm_prison_set() local
1215 orpr = osd_jail_get(pr, shm_prison_slot); in shm_prison_set()
1216 if (orpr != NULL) in shm_prison_set()
1219 if (orpr != NULL) { in shm_prison_set()
1220 if (orpr == pr) in shm_prison_set()
1247 orpr = osd_jail_get(pr, shm_prison_slot); in shm_prison_set()
1248 if (orpr != nrpr) in shm_prison_set()
1254 if (orpr != nrpr) { in shm_prison_set()
1255 if (orpr == pr) in shm_prison_set()
1257 if (orpr != NULL) { in shm_prison_set()
1263 if (trpr == orpr) { in shm_prison_set()