Searched refs:orpr (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 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() [all …]
|
| H A D | sysv_shm.c | 1137 struct prison *tpr, *orpr, *nrpr, *trpr; in shm_prison_set() local 1155 orpr = osd_jail_get(pr, shm_prison_slot); in shm_prison_set() 1156 if (orpr != NULL) in shm_prison_set() 1159 if (orpr != NULL) { in shm_prison_set() 1160 if (orpr == pr) in shm_prison_set() 1187 orpr = osd_jail_get(pr, shm_prison_slot); in shm_prison_set() 1188 if (orpr != nrpr) in shm_prison_set() 1194 if (orpr != nrpr) { in shm_prison_set() 1195 if (orpr == pr) in shm_prison_set() 1197 if (orpr != NULL) { in shm_prison_set() [all …]
|
| H A D | sysv_sem.c | 1592 struct prison *tpr, *orpr, *nrpr, *trpr; in sem_prison_set() local 1609 orpr = osd_jail_get(pr, sem_prison_slot); in sem_prison_set() 1610 if (orpr != NULL) in sem_prison_set() 1613 if (orpr != NULL) { in sem_prison_set() 1614 if (orpr == pr) in sem_prison_set() 1641 orpr = osd_jail_get(pr, sem_prison_slot); in sem_prison_set() 1642 if (orpr != nrpr) in sem_prison_set() 1648 if (orpr != nrpr) { in sem_prison_set() 1649 if (orpr == pr) in sem_prison_set() 1651 if (orpr != NULL) { in sem_prison_set() [all …]
|