Home
last modified time | relevance | path

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

/trueos/sys/compat/linux/
HDlinux_mib.c359 int jsys, error; in linux_prison_create() local
363 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)); in linux_prison_create()
367 } else if (jsys == JAIL_SYS_INHERIT) { in linux_prison_create()
386 int error, jsys, len, osrel, oss_version; in linux_prison_check() local
391 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)); in linux_prison_check()
401 if (jsys != JAIL_SYS_NEW && jsys != JAIL_SYS_INHERIT) { in linux_prison_check()
472 int error, gotversion, jsys, len, oss_version; in linux_prison_set() local
477 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)); in linux_prison_set()
481 jsys = -1; in linux_prison_set()
488 jsys = JAIL_SYS_NEW; in linux_prison_set()
[all …]
/trueos/sys/kern/
HDkern_jail.c562 int fi, jid, jsys, len, level; in kern_jail_set() local
663 error = vfs_copyopt(opts, pr_flag_jailsys[fi].name, &jsys, in kern_jail_set()
664 sizeof(jsys)); in kern_jail_set()
669 switch (jsys) { in kern_jail_set()