Lines Matching defs:jsys
1164 int error, jsys;
1170 error = vfs_copyopt(opts, "sysvshm", &jsys, sizeof(jsys));
1174 switch (jsys) {
1200 int jsys, descend;
1207 if (vfs_copyopt(opts, "sysvshm", &jsys, sizeof(jsys)) == ENOENT)
1208 jsys = vfs_flagopt(opts, "allow.sysvipc", NULL, 0)
1213 if (jsys == JAIL_SYS_DISABLE) {
1237 } else if (jsys != -1) {
1238 if (jsys == JAIL_SYS_NEW)
1287 int error, jsys;
1293 jsys = rpr == NULL ? JAIL_SYS_DISABLE
1295 error = vfs_setopt(opts, "sysvshm", &jsys, sizeof(jsys));