Lines Matching defs:jsys
1615 int error, jsys;
1621 error = vfs_copyopt(opts, "sysvsem", &jsys, sizeof(jsys));
1625 switch (jsys) {
1651 int jsys, descend;
1657 if (vfs_copyopt(opts, "sysvsem", &jsys, sizeof(jsys)) == ENOENT)
1658 jsys = vfs_flagopt(opts, "allow.sysvipc", NULL, 0)
1663 if (jsys == JAIL_SYS_DISABLE) {
1687 } else if (jsys != -1) {
1688 if (jsys == JAIL_SYS_NEW)
1737 int error, jsys;
1743 jsys = rpr == NULL ? JAIL_SYS_DISABLE
1745 error = vfs_setopt(opts, "sysvsem", &jsys, sizeof(jsys));