Home
last modified time | relevance | path

Searched refs:PTROUT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/mpt/
H A Dmpt_user.c586 #define PTROUT(v) ((u_int32_t)(uintptr_t)(v)) macro
768 page_req32->buf = PTROUT(page_req->buf); in mpt_ioctl()
776 ext_page_req32->buf = PTROUT(ext_page_req->buf); in mpt_ioctl()
786 raid_act32->buf = PTROUT(raid_act->buf); in mpt_ioctl()
/dragonfly/sys/dev/misc/ipmi/
H A Dipmi.c322 #define PTROUT(p) ((uintptr_t)(p)) macro
/dragonfly/sys/dev/raid/mps/
H A Dmps_user.c174 #define PTROUT(v) (uint32_t)(uintptr_t)(v) macro
180 do { (dst).fld = PTROUT((src).fld); } while (0)
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_user.c176 #define PTROUT(v) (uint32_t)(uintptr_t)(v) macro
182 do { (dst).fld = PTROUT((src).fld); } while (0)