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