HomeSort by: relevance | last modified time | path
    Searched defs:l32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_ipc.c 360 netbsd32_long l32; local in function:netbsd32_msgsnd_fetch_type
366 error = copyin(src, &l32, sizeof(l32));
368 *l = l32;
392 netbsd32_long l32; local in function:netbsd32_msgrcv_put_type
397 l32 = (netbsd32_long)(*l);
398 return copyout(&l32, dst, sizeof(l32));
netbsd32_ipc.c 360 netbsd32_long l32; local in function:netbsd32_msgsnd_fetch_type
366 error = copyin(src, &l32, sizeof(l32));
368 *l = l32;
392 netbsd32_long l32; local in function:netbsd32_msgrcv_put_type
397 l32 = (netbsd32_long)(*l);
398 return copyout(&l32, dst, sizeof(l32));

Completed in 49 milliseconds