Home
last modified time | relevance | path

Searched refs:jsys (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dsysv_msg.c1505 int error, jsys; in msg_prison_check() local
1511 error = vfs_copyopt(opts, "sysvmsg", &jsys, sizeof(jsys)); in msg_prison_check()
1515 switch (jsys) { in msg_prison_check()
1541 int jsys, descend; in msg_prison_set() local
1547 if (vfs_copyopt(opts, "sysvmsg", &jsys, sizeof(jsys)) == ENOENT) in msg_prison_set()
1553 if (jsys == JAIL_SYS_DISABLE) { in msg_prison_set()
1577 } else if (jsys != -1) { in msg_prison_set()
1578 if (jsys == JAIL_SYS_NEW) in msg_prison_set()
1627 int error, jsys; in msg_prison_get() local
1633 jsys = rpr == NULL ? JAIL_SYS_DISABLE in msg_prison_get()
[all …]
H A Dsysv_shm.c1104 int error, jsys; in shm_prison_check() local
1110 error = vfs_copyopt(opts, "sysvshm", &jsys, sizeof(jsys)); in shm_prison_check()
1114 switch (jsys) { in shm_prison_check()
1140 int jsys, descend; in shm_prison_set() local
1147 if (vfs_copyopt(opts, "sysvshm", &jsys, sizeof(jsys)) == ENOENT) in shm_prison_set()
1153 if (jsys == JAIL_SYS_DISABLE) { in shm_prison_set()
1177 } else if (jsys != -1) { in shm_prison_set()
1178 if (jsys == JAIL_SYS_NEW) in shm_prison_set()
1227 int error, jsys; in shm_prison_get() local
1233 jsys = rpr == NULL ? JAIL_SYS_DISABLE in shm_prison_get()
[all …]
H A Dsysv_sem.c1559 int error, jsys; in sem_prison_check() local
1565 error = vfs_copyopt(opts, "sysvsem", &jsys, sizeof(jsys)); in sem_prison_check()
1569 switch (jsys) { in sem_prison_check()
1595 int jsys, descend; in sem_prison_set() local
1601 if (vfs_copyopt(opts, "sysvsem", &jsys, sizeof(jsys)) == ENOENT) in sem_prison_set()
1607 if (jsys == JAIL_SYS_DISABLE) { in sem_prison_set()
1631 } else if (jsys != -1) { in sem_prison_set()
1632 if (jsys == JAIL_SYS_NEW) in sem_prison_set()
1681 int error, jsys; in sem_prison_get() local
1687 jsys = rpr == NULL ? JAIL_SYS_DISABLE in sem_prison_get()
[all …]
H A Dkern_jail.c532 int jid, jsys, len, level; in kern_jail_set() local
640 error = vfs_copyopt(opts, jsf->name, &jsys, sizeof(jsys)); in kern_jail_set()
645 switch (jsys) { in kern_jail_set()