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

/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1942 struct jail32 j32; local
1944 error = copyin(uap->jail, &j32, sizeof(struct jail32));
1947 CP(j32, j, version);
1948 PTRIN_CP(j32, j, path);
1949 PTRIN_CP(j32, j, hostname);
1950 PTRIN_CP(j32, j, jailname);
1951 CP(j32, j, ip4s);
1952 CP(j32, j, ip6s);
1953 PTRIN_CP(j32, j, ip4);
1954 PTRIN_CP(j32,
[all...]

Completed in 64 milliseconds