Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsysv_shm.c1197 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()
[all …]
H A Dsysv_msg.c1569 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()
[all …]
H A Dsysv_sem.c1648 struct prison *tpr, *orpr, *nrpr, *trpr; in sem_prison_set() local
1665 orpr = osd_jail_get(pr, sem_prison_slot); in sem_prison_set()
1666 if (orpr != NULL) in sem_prison_set()
1669 if (orpr != NULL) { in sem_prison_set()
1670 if (orpr == pr) in sem_prison_set()
1697 orpr = osd_jail_get(pr, sem_prison_slot); in sem_prison_set()
1698 if (orpr != nrpr) in sem_prison_set()
1704 if (orpr != nrpr) { in sem_prison_set()
1705 if (orpr == pr) in sem_prison_set()
1707 if (orpr != NULL) { in sem_prison_set()
[all …]