Lines Matching refs:conn_vhdl
537 vertex_hdl_t conn_vhdl; in pcibr_slot_info_init() local
786 conn_vhdl = pciio_device_info_register(pcibr_vhdl, &pcibr_info->f_c); in pcibr_slot_info_init()
788 slotp->slot_conn = conn_vhdl; in pcibr_slot_info_init()
1466 vertex_hdl_t xconn_vhdl, conn_vhdl; in pcibr_slot_call_device_attach() local
1505 conn_vhdl = pcibr_info->f_vertex; in pcibr_slot_call_device_attach()
1508 error_func = pciio_device_attach(conn_vhdl, drv_flags); in pcibr_slot_call_device_attach()
1517 hwg_err = hwgraph_path_lookup(conn_vhdl, EDGE_LBL_SCSI_CTLR "/0", in pcibr_slot_call_device_attach()
1529 hwg_err = hwgraph_path_lookup(conn_vhdl, EDGE_LBL_SCSI_CTLR "/1", in pcibr_slot_call_device_attach()
1580 vertex_hdl_t conn_vhdl = GRAPH_VERTEX_NONE; in pcibr_slot_call_device_detach() local
1618 conn_vhdl = pcibr_info->f_vertex; in pcibr_slot_call_device_detach()
1620 error_func = pciio_device_detach(conn_vhdl, drv_flags); in pcibr_slot_call_device_detach()
1638 if (conn_vhdl != GRAPH_VERTEX_NONE) in pcibr_slot_call_device_detach()
1639 pcibr_device_unregister(conn_vhdl); in pcibr_slot_call_device_detach()