Home | Sort by: relevance | last modified time | path |
/src/sys/compat/netbsd32/ | |
netbsd32_sem.c | 66 netbsd32_intptr_t id32, *outidp = dst; local in function:netbsd32_ksem_copyout 72 id32 = (netbsd32_intptr_t)*idp; 73 return copyout(&id32, outidp, sizeof(id32)); |
netbsd32_sem.c | 66 netbsd32_intptr_t id32, *outidp = dst; local in function:netbsd32_ksem_copyout 72 id32 = (netbsd32_intptr_t)*idp; 73 return copyout(&id32, outidp, sizeof(id32)); |