Lines Matching refs:orpr
1569 struct prison *tpr, *orpr, *nrpr, *trpr; in msg_prison_set() local
1586 orpr = osd_jail_get(pr, msg_prison_slot); in msg_prison_set()
1587 if (orpr != NULL) in msg_prison_set()
1590 if (orpr != NULL) { in msg_prison_set()
1591 if (orpr == pr) in msg_prison_set()
1618 orpr = osd_jail_get(pr, msg_prison_slot); in msg_prison_set()
1619 if (orpr != nrpr) in msg_prison_set()
1625 if (orpr != nrpr) { in msg_prison_set()
1626 if (orpr == pr) in msg_prison_set()
1628 if (orpr != NULL) { in msg_prison_set()
1634 if (trpr == orpr) { in msg_prison_set()