Lines Matching refs:orpr
1538 struct prison *tpr, *orpr, *nrpr, *trpr; in msg_prison_set() local
1555 orpr = osd_jail_get(pr, msg_prison_slot); in msg_prison_set()
1556 if (orpr != NULL) in msg_prison_set()
1559 if (orpr != NULL) { in msg_prison_set()
1560 if (orpr == pr) in msg_prison_set()
1587 orpr = osd_jail_get(pr, msg_prison_slot); in msg_prison_set()
1588 if (orpr != nrpr) in msg_prison_set()
1594 if (orpr != nrpr) { in msg_prison_set()
1595 if (orpr == pr) in msg_prison_set()
1597 if (orpr != NULL) { in msg_prison_set()
1603 if (trpr == orpr) { in msg_prison_set()