Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libdevctl/
H A Ddevctl.c36 devctl_request(u_long cmd, struct devreq *req) in devctl_request()
51 struct devreq req; in devctl_simple_request()
110 struct devreq req; in devctl_set_driver()
174 struct devreq req; in devctl_getpath()
/freebsd-14.2/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-14.2/sys/kern/
H A Dsubr_bus.c5537 find_device(struct devreq *req, device_t *devp) in find_device()
5649 struct devreq *req; in devctl2_ioctl()
5655 req = (struct devreq *)data; in devctl2_ioctl()