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)
140 #define DEV_RESCAN _IOW('D', 9, struct devreq)
141 #define DEV_DELETE _IOW('D', 10, struct devreq)
143 #define DEV_THAW _IOW('D', 12, struct devreq)
[all …]
/freebsd/sys/kern/
H A Dsubr_bus.c5500 find_device(struct devreq *req, device_t *devp) in find_device()
5612 struct devreq *req; in devctl2_ioctl()
5618 req = (struct devreq *)data; in devctl2_ioctl()