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

/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_execve.c118 struct netbsd32_posix_spawn_file_actions fa32; local
125 error = copyin(ufa, &fa32, sizeof(fa32));
129 if (fa32.len == 0)
133 fa->len = fa->size = fa32.len;
145 error = copyin(NETBSD32PTR64(fa32.fae), fae32, fal32);

Completed in 228 milliseconds