Searched refs:jail (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_jail/ |
| H A D | zfs_jail_001_pos.ksh | 55 jail -r -f $JAIL_CONF $JAIL 64 log_must jail -c -f $JAIL_CONF $JAIL 71 log_must zfs jail $JAIL $TESTPOOL
|
| H A D | Makefile.am | 5 jail.conf \
|
| /f-stack/tools/route/tests/ |
| H A D | basic.sh | 37 atf_set require.progs jail jq 82 atf_set require.progs jail jq
|
| /f-stack/freebsd/contrib/openzfs/man/man8/ |
| H A D | zfs-unjail.8 | 1 zfs-jail.8
|
| H A D | Makefile.am | 22 zfs-jail.8 \
|
| /f-stack/freebsd/sys/ |
| H A D | jail.h | 44 struct jail { struct 114 int jail(struct jail *);
|
| H A D | syscallsubr.h | 47 struct jail; 171 int kern_jail(struct thread *td, struct jail *j);
|
| H A D | syscall.mk | 212 jail.o \
|
| H A D | sysproto.h | 853 char jail_l_[PADL_(struct jail *)]; struct jail * jail; char jail_r_[PADR_(struct jail *)]; member
|
| /f-stack/tools/ifconfig/ |
| H A D | Makefile | 83 LIBADD+= jail
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 124 jail
|
| /f-stack/freebsd/kern/ |
| H A D | kern_jail.c | 278 struct jail j; in sys_jail() 280 error = copyin(uap->jail, &version, sizeof(uint32_t)); in sys_jail() 290 bzero(&j, sizeof(struct jail)); in sys_jail() 291 error = copyin(uap->jail, &j0, sizeof(struct jail_v0)); in sys_jail() 310 error = copyin(uap->jail, &j, sizeof(struct jail)); in sys_jail() 323 kern_jail(struct thread *td, struct jail *j) in kern_jail() 3691 static SYSCTL_NODE(_security, OID_AUTO, jail, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| H A D | systrace_args.c | 1599 uarg[0] = (intptr_t) p->jail; /* struct jail * */ in systrace_args()
|
| /f-stack/tools/ |
| H A D | README.md | 63 jail
|