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

/netbsd-current/sys/arch/playstation2/include/
H A Dbus.h499 #define __pbs_opname(op,size) __pbs_c(__pbs_c(__pbs_c(pbs_,op),_),size) macro
503 (*(t)->__pbs_opname(r,sz))((t)->pbs_cookie, h, o))
508 (*(t)->__pbs_opname(w,sz))((t)->pbs_cookie, h, o, v); \
515 (*(t)->__pbs_opname(type,sz))((t)->pbs_cookie, h, o, a, c); \
521 (*(t)->__pbs_opname(type,sz))((t)->pbs_cookie, h, o, v, c); \
528 (*(t)->__pbs_opname(c,sz))((t)->pbs_cookie, h1, o1, h2, o2, cnt); \

Completed in 74 milliseconds