Searched defs:ddi_bus_prop_op (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1394 return (ddi_bus_prop_op(dev, dip, dip, prop_op,
1414 * is `ddi_bus_prop_op', because we know that in this case,
1419 * ddi_bus_prop_op as a proxy for the parent. This
1425 bop = ddi_bus_prop_op;
1432 if ((bop != ddi_bus_prop_op) || ndi_dev_is_prom_node(dip)) {
3600 * This routine is not static because ddi_bus_prop_op() which lives in
4387 * The ddi_bus_prop_op default bus nexus prop op function.
4394 ddi_bus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, function

Completed in 90 milliseconds