Home
last modified time | relevance | path

Searched refs:phci (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c114 ioc.phci = phci_path; in g_get_lun_str()
411 ioc.phci = phci_path; in g_get_pathlist()
529 ioc.phci = phci_path; in g_get_pathcount()
667 if (!client_path || !phci) { in stms_path_enable_disable()
709 ioc_phci = phci; in stms_path_enable_disable()
715 ioc.phci = ioc_phci; in stms_path_enable_disable()
766 if (!phci) { in stms_path_enable_disable_all()
783 ioc_phci = phci; in stms_path_enable_disable_all()
787 ioc.phci = ioc_phci; in stms_path_enable_disable_all()
858 ioc.phci = phci_path; in g_stms_get_path_state()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtphci.c200 struct tphci_state *phci; in tphci_open() local
207 if (phci == NULL) { in tphci_open()
219 struct tphci_state *phci; in tphci_close() local
225 if (phci == NULL) { in tphci_close()
248 struct tphci_state *phci = NULL; in tphci_attach() local
271 phci = ddi_get_soft_state(tphci_state, instance); in tphci_attach()
272 ASSERT(phci != NULL); in tphci_attach()
273 phci->dip = dip; in tphci_attach()
351 struct tphci_state *phci; in tphci_getinfo() local
357 if (phci != NULL) in tphci_getinfo()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c67 phci_t phci; member
173 free(reg->phci.path); in rcm_mod_fini()
291 s_state(reg->phci.state)) > len + 1)) { in mpxio_getinfo()
469 phci_t phci; in get_affected_clients() local
474 phci.path = rsrc; in get_affected_clients()
515 if (strcmp(reg->phci.path, rsrc) == 0) in lookup_phci()
678 reg->phci.state = group->phcis[i].state; in refresh_regs()
693 if (reg->phci.path == NULL) { in refresh_regs()
700 reg->phci.state = group->phcis[i].state; in refresh_regs()
720 free(reg->phci.path); in refresh_regs()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c587 dev_info_t *phci; in ibnex_handle_hca_attach() local
593 phci = ibtl_ibnex_hcaguid2dip(hca_guid); in ibnex_handle_hca_attach()
601 ndi_devi_enter(phci); in ibnex_handle_hca_attach()
605 ndi_devi_exit(phci); in ibnex_handle_hca_attach()
609 ibnex_create_hcasvc_nodes(phci, hca_list->hl_hca_port_attr); in ibnex_handle_hca_attach()
611 ibnex_create_port_nodes(phci, &hca_list->hl_port_attr[ii]); in ibnex_handle_hca_attach()
612 ibnex_create_vppa_nodes(phci, &hca_list->hl_port_attr[ii]); in ibnex_handle_hca_attach()
615 ndi_devi_exit(phci); in ibnex_handle_hca_attach()
H A Dibnex.c2639 dev_info_t *phci; in ibnex_dm_callback() local
2694 phci = ibtl_ibnex_hcaguid2dip(*(longlong_t *)arg); in ibnex_dm_callback()
2695 (void) devfs_clean(phci, NULL, 0); in ibnex_dm_callback()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h761 caddr32_t phci; /* pHCI dev devfs path name */ member
825 caddr_t phci; /* pHCI dev devfs path name */ member
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c501 di_node_t root, vhci, node, phci; in is_xport_phys_in_pathlist() local
583 if ((phci = di_path_phci_node(path)) == DI_NODE_NIL) { in is_xport_phys_in_pathlist()
590 if ((phci_path = di_devfs_path(phci)) == NULL) { in is_xport_phys_in_pathlist()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7241 mdi_phci_t *phci; in mdi_component_is_phci() local
7247 phci = DEVI(dip)->devi_mdi_xhci; in mdi_component_is_phci()
7248 ASSERT(phci); in mdi_component_is_phci()
7249 *mdi_class = phci->ph_vhci->vh_class; in mdi_component_is_phci()
9433 mdi_vhcache_phci_t *phci, *nxt_phci; in clean_vhcache() local
9466 phci = vhcache->vhcache_phci_head; in clean_vhcache()
9468 for ( ; phci != NULL; phci = nxt_phci) { in clean_vhcache()
9470 nxt_phci = phci->cphci_next; in clean_vhcache()
9471 if (phci->cphci_phci != NULL) in clean_vhcache()
9472 enqueue_vhcache_phci(vhcache, phci); in clean_vhcache()
[all …]
H A Ddevcfg.c2001 boolean_t phci; in ndi_devi_exit() local
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c308 struct mdi_phci phci; in display_iport_dtc() local
338 if (mdb_vread(&phci, sizeof (struct mdi_phci), in display_iport_dtc()
344 if (phci.ph_path_head == NULL) { in display_iport_dtc()
351 (void *)&pidx, (uintptr_t)phci.ph_path_head); in display_iport_dtc()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1280 ioc.phci = phci_name_buf; in phci_to_vhci()
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c1395 ioc.phci = phci_path; in scsi_vhci_details()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c6198 if (ddi_copyin(pioc->phci, phci_path, MAXPATHLEN, mode)) { in vhci_ioc_get_phci_path()
6453 pioc->phci = (caddr_t)(uintptr_t)ioc32.phci; in vhci_get_iocdata()