Lines Matching defs:jsys
1536 int error, jsys;
1542 error = vfs_copyopt(opts, "sysvmsg", &jsys, sizeof(jsys));
1546 switch (jsys) {
1572 int jsys, descend;
1578 if (vfs_copyopt(opts, "sysvmsg", &jsys, sizeof(jsys)) == ENOENT)
1579 jsys = vfs_flagopt(opts, "allow.sysvipc", NULL, 0)
1584 if (jsys == JAIL_SYS_DISABLE) {
1608 } else if (jsys != -1) {
1609 if (jsys == JAIL_SYS_NEW)
1658 int error, jsys;
1664 jsys = rpr == NULL ? JAIL_SYS_DISABLE
1666 error = vfs_setopt(opts, "sysvmsg", &jsys, sizeof(jsys));