Home
last modified time | relevance | path

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

/NextBSD/sys/dev/proto/
HDproto_dev.h41 #define PROTO_IOC_REGION _IOWR(PROTO_IOC_CLASS, 1, struct proto_ioc_region) macro
HDproto_core.c437 case PROTO_IOC_REGION: in proto_ioctl()
/NextBSD/tools/bus_space/
HDbus.c118 if (ioctl(r->fd, PROTO_IOC_REGION, &region) == -1) { in bs_map()