Home
last modified time | relevance | path

Searched refs:orpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsysv_msg.c1570 struct prison *tpr, *orpr, *nrpr, *trpr; in msg_prison_set() local
1587 orpr = osd_jail_get(pr, msg_prison_slot); in msg_prison_set()
1588 if (orpr != NULL) in msg_prison_set()
1591 if (orpr != NULL) { in msg_prison_set()
1592 if (orpr == pr) in msg_prison_set()
1619 orpr = osd_jail_get(pr, msg_prison_slot); in msg_prison_set()
1620 if (orpr != nrpr) in msg_prison_set()
1626 if (orpr != nrpr) { in msg_prison_set()
1627 if (orpr == pr) in msg_prison_set()
1629 if (orpr != NULL) { in msg_prison_set()
[all …]
H A Dsysv_shm.c1167 struct prison *tpr, *orpr, *nrpr, *trpr; in shm_prison_set() local
1185 orpr = osd_jail_get(pr, shm_prison_slot); in shm_prison_set()
1186 if (orpr != NULL) in shm_prison_set()
1189 if (orpr != NULL) { in shm_prison_set()
1190 if (orpr == pr) in shm_prison_set()
1217 orpr = osd_jail_get(pr, shm_prison_slot); in shm_prison_set()
1218 if (orpr != nrpr) in shm_prison_set()
1224 if (orpr != nrpr) { in shm_prison_set()
1225 if (orpr == pr) in shm_prison_set()
1227 if (orpr != NULL) { in shm_prison_set()
[all …]
H A Dsysv_sem.c1649 struct prison *tpr, *orpr, *nrpr, *trpr; in sem_prison_set() local
1666 orpr = osd_jail_get(pr, sem_prison_slot); in sem_prison_set()
1667 if (orpr != NULL) in sem_prison_set()
1670 if (orpr != NULL) { in sem_prison_set()
1671 if (orpr == pr) in sem_prison_set()
1698 orpr = osd_jail_get(pr, sem_prison_slot); in sem_prison_set()
1699 if (orpr != nrpr) in sem_prison_set()
1705 if (orpr != nrpr) { in sem_prison_set()
1706 if (orpr == pr) in sem_prison_set()
1708 if (orpr != NULL) { in sem_prison_set()
[all …]