Home
last modified time | relevance | path

Searched refs:proto_ioc_region (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/proto/
H A Dproto_dev.h34 struct proto_ioc_region { struct
39 #define PROTO_IOC_REGION _IOWR(PROTO_IOC_CLASS, 1, struct proto_ioc_region) argument
H A Dproto_core.c450 struct proto_ioc_region *region; in proto_ioctl()
466 region = (struct proto_ioc_region *)data; in proto_ioctl()
/freebsd/tools/bus_space/
H A Dbus.c97 struct proto_ioc_region region; in bs_map()