Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/compat/linux/
Dlinux_mib.c358 int jsys, error; in linux_prison_create() local
362 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)); in linux_prison_create()
366 } else if (jsys == JAIL_SYS_INHERIT) { in linux_prison_create()
385 int error, jsys, len, osrel, oss_version; in linux_prison_check() local
390 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)); in linux_prison_check()
400 if (jsys != JAIL_SYS_NEW && jsys != JAIL_SYS_INHERIT) { in linux_prison_check()
471 int error, gotversion, jsys, len, oss_version; in linux_prison_set() local
476 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)); in linux_prison_set()
480 jsys = -1; in linux_prison_set()
487 jsys = JAIL_SYS_NEW; in linux_prison_set()
[all …]
/freebsd-9-stable/sys/kern/
Dkern_jail.c545 int fi, jid, jsys, len, level; in kern_jail_set() local
646 error = vfs_copyopt(opts, pr_flag_jailsys[fi].name, &jsys, in kern_jail_set()
647 sizeof(jsys)); in kern_jail_set()
652 switch (jsys) { in kern_jail_set()