Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c114 ioc.phci = phci_path; in g_get_lun_str()
413 ioc.phci = phci_path; in g_get_pathlist()
531 ioc.phci = phci_path; in g_get_pathcount()
537 strcpy(ioc.phci, client_path); in g_get_pathcount()
661 stms_path_enable_disable(char *client_path, char *phci, int request) in stms_path_enable_disable() argument
669 if (!client_path || !phci) { in stms_path_enable_disable()
708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable()
709 ioc_phci = phci + DEV_PREFIX_LEN - 1; in stms_path_enable_disable()
711 ioc_phci = phci; in stms_path_enable_disable()
717 ioc.phci = ioc_phci; in stms_path_enable_disable()
[all …]
/titanic_44/usr/src/uts/common/io/
H A Dtphci.c197 struct tphci_state *phci; in tphci_open() local
203 phci = ddi_get_soft_state(tphci_state, getminor(*devp)); in tphci_open()
204 if (phci == NULL) { in tphci_open()
216 struct tphci_state *phci; in tphci_close() local
221 phci = ddi_get_soft_state(tphci_state, getminor(dev)); in tphci_close()
222 if (phci == NULL) { in tphci_close()
245 struct tphci_state *phci = NULL; in tphci_attach() local
268 phci = ddi_get_soft_state(tphci_state, instance); in tphci_attach()
269 ASSERT(phci != NULL); in tphci_attach()
270 phci->dip = dip; in tphci_attach()
[all …]
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c69 phci_t phci; member
175 free(reg->phci.path); in rcm_mod_fini()
252 (void) rcm_unregister_interest(hdl, reg->phci.path, 0); in mpxio_unregister()
290 len = snprintf(&c, 1, MPXIO_MSG_USAGE, s_state(reg->phci.state)); in mpxio_getinfo()
293 s_state(reg->phci.state)) > len + 1)) { in mpxio_getinfo()
471 phci_t phci; in get_affected_clients() local
476 phci.path = rsrc; in get_affected_clients()
482 if (bsearch(&phci, group->phcis, group->nphcis, sizeof (phci_t), in get_affected_clients()
517 if (strcmp(reg->phci.path, rsrc) == 0) in lookup_phci()
680 reg->phci.state = group->phcis[i].state; in refresh_regs()
[all …]
/titanic_44/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c581 dev_info_t *phci; in ibnex_handle_hca_attach() local
587 phci = ibtl_ibnex_hcaguid2dip(hca_guid); in ibnex_handle_hca_attach()
595 ndi_devi_enter(phci, &circ); in ibnex_handle_hca_attach()
599 ndi_devi_exit(phci, circ); in ibnex_handle_hca_attach()
603 ibnex_create_hcasvc_nodes(phci, hca_list->hl_hca_port_attr); in ibnex_handle_hca_attach()
605 ibnex_create_port_nodes(phci, &hca_list->hl_port_attr[ii]); in ibnex_handle_hca_attach()
606 ibnex_create_vppa_nodes(phci, &hca_list->hl_port_attr[ii]); in ibnex_handle_hca_attach()
609 ndi_devi_exit(phci, circ); in ibnex_handle_hca_attach()
H A Dibnex.c2634 dev_info_t *phci; in ibnex_dm_callback() local
2689 phci = ibtl_ibnex_hcaguid2dip(*(longlong_t *)arg); in ibnex_dm_callback()
2690 (void) devfs_clean(phci, NULL, 0); in ibnex_dm_callback()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h758 caddr32_t phci; /* pHCI dev devfs path name */ member
822 caddr_t phci; /* pHCI dev devfs path name */ member
/titanic_44/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()
/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c307 struct mdi_phci phci; in display_iport_dtc() local
337 if (mdb_vread(&phci, sizeof (struct mdi_phci), in display_iport_dtc()
343 if (phci.ph_path_head == NULL) { in display_iport_dtc()
350 (void *)&pidx, (uintptr_t)phci.ph_path_head); in display_iport_dtc()
/titanic_44/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 …]
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1280 ioc.phci = phci_name_buf; in phci_to_vhci()
/titanic_44/usr/src/cmd/luxadm/
H A Dfchba.c1395 ioc.phci = phci_path; in scsi_vhci_details()
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c6191 if (ddi_copyin(pioc->phci, phci_path, MAXPATHLEN, mode)) { in vhci_ioc_get_phci_path()
6448 pioc->phci = (caddr_t)(uintptr_t)ioc32.phci; in vhci_get_iocdata()