Searched refs:ret_pip (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 6281 sv_path_info_t *ret_pip; in vhci_get_phci_path_list() local 6291 ret_pip = pibuf; in vhci_get_phci_path_list() 6301 ret_pip->device.ret_phci); in vhci_get_phci_path_list() 6302 (void) strcpy(ret_pip->ret_addr, mdi_pi_get_addr(pip)); in vhci_get_phci_path_list() 6303 (void) mdi_pi_get_state2(pip, &ret_pip->ret_state, in vhci_get_phci_path_list() 6304 &ret_pip->ret_ext_state); in vhci_get_phci_path_list() 6307 if (status == MDI_SUCCESS && ret_pip->ret_prop.ret_buf_size) { in vhci_get_phci_path_list() 6308 *ret_pip->ret_prop.ret_buf_size = (uint_t)prop_size; in vhci_get_phci_path_list() 6316 ret_pip->device.ret_phci, status)); in vhci_get_phci_path_list() 6321 if (status == MDI_SUCCESS && ret_pip->ret_prop.buf && in vhci_get_phci_path_list() [all …]
|
H A D | mpapi_impl.c | 4472 mdi_pathinfo_t *ret_pip; in vhci_mpapi_chk_last_path() local 4486 ret_pip = mdi_get_next_phci_path(cdip, NULL); in vhci_mpapi_chk_last_path() 4488 while ((ret_pip != NULL) && (count < 2)) { in vhci_mpapi_chk_last_path() 4489 mdi_pi_lock(ret_pip); in vhci_mpapi_chk_last_path() 4490 if ((MDI_PI_IS_ONLINE(ret_pip) || in vhci_mpapi_chk_last_path() 4491 MDI_PI_IS_STANDBY(ret_pip) || in vhci_mpapi_chk_last_path() 4492 MDI_PI_IS_INIT(ret_pip)) && in vhci_mpapi_chk_last_path() 4493 !(MDI_PI_IS_DISABLE(ret_pip) || in vhci_mpapi_chk_last_path() 4494 MDI_PI_IS_TRANSIENT(ret_pip) || in vhci_mpapi_chk_last_path() 4495 MDI_PI_FLAGS_IS_DEVICE_REMOVED(ret_pip))) { in vhci_mpapi_chk_last_path() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunmdi.c | 220 mdi_pathinfo_t **ret_pip, struct buf *buf); 1920 i_mdi_lba_lb(mdi_client_t *ct, mdi_pathinfo_t **ret_pip, struct buf *bp) in i_mdi_lba_lb() argument 1966 *ret_pip = pip; in i_mdi_lba_lb() 2041 void *arg, mdi_pathinfo_t **ret_pip) in mdi_select_path() argument 2072 *ret_pip = NULL; in mdi_select_path() 2173 *ret_pip = pip; in mdi_select_path() 2216 *ret_pip = pip; in mdi_select_path() 2254 if (i_mdi_lba_lb(ct, ret_pip, bp) in mdi_select_path() 2299 *ret_pip = NULL; in mdi_select_path() 2385 *ret_pip = pip; in mdi_select_path() [all …]
|