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

/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_execve.c123 size_t fal, fal32, slen, i = 0; local
141 fal32 = fa->len * sizeof(*fae32);
144 fae32 = kmem_alloc(fal32, KM_SLEEP);
145 error = copyin(NETBSD32PTR64(fa32.fae), fae32, fal32);
170 kmem_free(fae32, fal32);
175 kmem_free(fae32, fal32);

Completed in 125 milliseconds