Home
last modified time | relevance | path

Searched defs:bus_ops (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/uts/common/sys/
H A Ddevops.h177 struct bus_ops { struct
178 int busops_rev; /* rev of this structure */
179 int (*bus_map)(dev_info_t *dip, dev_info_t *rdip,
190 int (*bus_add_intrspec)(dev_info_t *dip,
196 void (*bus_remove_intrspec)(dev_info_t *dip,
230 int (*bus_prop_op)(dev_t dev, dev_info_t *dip,
240 int (*bus_get_eventcookie)(dev_info_t *dip,
249 int (*bus_remove_eventcall)(dev_info_t *devi,
278 void (*bus_fm_access_enter)(dev_info_t *dip,
280 void (*bus_fm_access_exit)(dev_info_t *dip,
[all …]