Home
last modified time | relevance | path

Searched refs:ct_path_head (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c173 value.ct_path_head); in mdiclient()
181 mdipathinfo_cb_str, (uintptr_t)value.ct_path_head); in mdiclient()
/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c1363 ct->ct_path_head = NULL; in i_mdi_client_alloc()
1559 pip = ct->ct_path_head; in i_mdi_client_compute_state()
1931 pip = ct->ct_path_head; in i_mdi_lba_lb()
1958 pip = ct->ct_path_head; in i_mdi_lba_lb()
2123 head = ct->ct_path_head; in mdi_select_path()
2528 return ((mdi_pathinfo_t *)ct->ct_path_head); in mdi_get_next_phci_path()
2739 pip = (mdi_pathinfo_t *)ct->ct_path_head; in mdi_pi_find()
2866 pip = (mdi_pathinfo_t *)ct->ct_path_head; in mdi_pi_alloc_compatible()
3110 if (ct->ct_path_head == NULL) { in i_mdi_client_add_path()
3111 ct->ct_path_head = pip; in i_mdi_client_add_path()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h526 mdi_pathinfo_t *ct_path_head; /* multi path list head */ member
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c892 pip = (struct mdi_pathinfo *)mdi_c.ct_path_head; in devinfo_print_pathing()