Home
last modified time | relevance | path

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

/freebsd/lib/libdevctl/
H A Ddevctl.c35 devctl_request(u_long cmd, struct devreq *req) in devctl_request()
50 struct devreq req; in devctl_simple_request()
109 struct devreq req; in devctl_set_driver()
173 struct devreq req; in devctl_getpath()
/freebsd/sys/sys/
H A Dbus.h121 struct devreq { struct
132 #define DEV_ATTACH _IOW('D', 1, struct devreq) argument
133 #define DEV_DETACH _IOW('D', 2, struct devreq)
134 #define DEV_ENABLE _IOW('D', 3, struct devreq)
135 #define DEV_DISABLE _IOW('D', 4, struct devreq)
136 #define DEV_SUSPEND _IOW('D', 5, struct devreq)
137 #define DEV_RESUME _IOW('D', 6, struct devreq)
138 #define DEV_SET_DRIVER _IOW('D', 7, struct devreq)
139 #define DEV_CLEAR_DRIVER _IOW('D', 8, struct devreq)
140 #define DEV_RESCAN _IOW('D', 9, struct devreq)
[all …]
/freebsd/sys/kern/
H A Dsubr_bus.c5616 find_device(struct devreq *req, device_t *devp) in find_device()
5728 struct devreq *req; in devctl2_ioctl()
5734 req = (struct devreq *)data; in devctl2_ioctl()