Home
last modified time | relevance | path

Searched refs:pbs_cookie (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/playstation2/include/
H A Dbus.h126 void *pbs_cookie; member
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); \
542 (*(t)->pbs_map)((t)->pbs_cookie, (a), (s), (f), (hp))
544 (*(t)->pbs_unmap)((t)->pbs_cookie, (h), (s))
546 (*(t)->pbs_subregion)((t)->pbs_cookie, (h), (o), (s), (hp))
559 (*(t)->pbs_alloc)((t)->pbs_cookie, (rs), (re), (s), (a), (b), \
[all …]
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dbus_space.c160 pbs->pbs_cookie = pbs; in bus_space_create()