Searched refs:j32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1985 struct jail32 j32; local
1987 error = copyin(uap->jail, &j32, sizeof(struct jail32));
1990 CP(j32, j, version);
1991 PTRIN_CP(j32, j, path);
1992 PTRIN_CP(j32, j, hostname);
1993 PTRIN_CP(j32, j, jailname);
1994 CP(j32, j, ip4s);
1995 CP(j32, j, ip6s);
1996 PTRIN_CP(j32, j, ip4);
1997 PTRIN_CP(j32,
[all...]

Completed in 48 milliseconds