Searched refs:devreq (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/lib/libdevctl/ |
| HD | devctl.c | 39 devctl_request(u_long cmd, struct devreq *req) in devctl_request() 54 struct devreq req; in devctl_simple_request() 113 struct devreq req; in devctl_set_driver()
|
| /NextBSD/sys/sys/ |
| HD | bus.h | 102 struct devreq { struct 113 #define DEV_ATTACH _IOW('D', 1, struct devreq) argument 114 #define DEV_DETACH _IOW('D', 2, struct devreq) 115 #define DEV_ENABLE _IOW('D', 3, struct devreq) 116 #define DEV_DISABLE _IOW('D', 4, struct devreq) 117 #define DEV_SUSPEND _IOW('D', 5, struct devreq) 118 #define DEV_RESUME _IOW('D', 6, struct devreq) 119 #define DEV_SET_DRIVER _IOW('D', 7, struct devreq)
|
| /NextBSD/sys/kern/ |
| HD | subr_bus.c | 5117 find_device(struct devreq *req, device_t *devp) in find_device() 5164 struct devreq *req; in devctl2_ioctl() 5170 req = (struct devreq *)data; in devctl2_ioctl()
|