Searched refs:bus_hdl (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c333 devctl_hdl_t bus_hdl = NULL; local
364 if ((bus_hdl = devctl_bus_acquire(ZCONSNEX_FILEPATH, 0)) == NULL) {
394 if (devctl_bus_dev_create(bus_hdl, ddef_hdl, 0, &dev_hdl) == -1) {
452 if (bus_hdl)
453 devctl_release(bus_hdl);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c231 devctl_hdl_t bus_hdl = NULL; local
238 bus_hdl = devctl_bus_acquire(buf, 0);
239 if (bus_hdl == NULL)
248 if (devctl_bus_dev_create(bus_hdl, ddef_hdl, 0, &dev_hdl))
262 if (bus_hdl) devctl_release(bus_hdl);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c2852 devctl_hdl_t bus_hdl; local
2864 bus_hdl = devctl_bus_acquire(SEATTLE_PSU_I2C_BUS_DEV, 0);
2868 bus_hdl = devctl_bus_acquire(BOSTON_PSU_I2C_BUS_DEV, 0);
2872 bus_hdl = devctl_bus_acquire(PSU_I2C_BUS_DEV, 0);
2877 if (bus_hdl == NULL)
2887 if (devctl_bus_dev_create(bus_hdl, ddef_hdl, 0, &dev_hdl))
2895 devctl_release(bus_hdl);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c70 devctl_hdl_t bus_hdl, dev_hdl; local
94 if ((bus_hdl = devctl_bus_acquire(apidt->xport_phys, 0)) == NULL) {
102 if (devctl_bus_dev_create(bus_hdl, ddef_hdl, 0, &dev_hdl)) {
104 devctl_release(bus_hdl);
121 devctl_release(bus_hdl);
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c149 sbp2_tgt_init(void *bus_hdl, sbp2_bus_t *bus, int maxluns, sbp2_tgt_t **tpp) argument
156 tp->t_bus_hdl = bus_hdl;

Completed in 107 milliseconds