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

/netbsd-current/sys/arch/playstation2/include/
H A Dbus.h524 #define __pbs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \ macro
684 __pbs_copy(1, u_int8_t, (t), (h1), (o1), (h2), (o2), (c))
686 __pbs_copy(2, u_int16_t, (t), (h1), (o1), (h2), (o2), (c))
688 __pbs_copy(4, u_int32_t, (t), (h1), (o1), (h2), (o2), (c))
690 __pbs_copy(8, u_int64_t, (t), (h1), (o1), (h2), (o2), (c))

Completed in 67 milliseconds