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

/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_execve.c96 struct netbsd32_posix_spawn_file_actions_entry *fae32,
102 *pathp32 = NETBSD32PTR64(fae32->fae_data.open.path);
106 *pathp32 = NETBSD32PTR64(fae32->fae_data.chdir.path);
119 struct netbsd32_posix_spawn_file_actions_entry *fae32 = NULL, *f32 = NULL; local
141 fal32 = fa->len * sizeof(*fae32);
144 fae32 = kmem_alloc(fal32, KM_SLEEP);
145 error = copyin(NETBSD32PTR64(fa32.fae), fae32, fal32);
152 f32 = &fae32[i];
170 kmem_free(fae32, fal32);
175 kmem_free(fae32, fal3
94 netbsd32_posix_spawn_fae_path( struct posix_spawn_file_actions_entry *fae, struct netbsd32_posix_spawn_file_actions_entry *fae32, char ***pathp, char **pathp32) argument
[all...]

Completed in 116 milliseconds