Lines Matching refs:ret_buf
1411 ioc->ret_buf = NULL; in get_scsi_vhci_pathinfo()
1439 ioc->ret_buf = (sv_path_info_t *) in get_scsi_vhci_pathinfo()
1441 if (ioc->ret_buf == NULL) { in get_scsi_vhci_pathinfo()
1451 ioc->ret_buf[i].ret_prop.buf_size = prop_buf_size; in get_scsi_vhci_pathinfo()
1452 if ((ioc->ret_buf[i].ret_prop.buf = in get_scsi_vhci_pathinfo()
1457 if ((ioc->ret_buf[i].ret_prop.ret_buf_size = in get_scsi_vhci_pathinfo()
1465 free(ioc->ret_buf[i].ret_prop.buf); in get_scsi_vhci_pathinfo()
1466 free(ioc->ret_buf[i].ret_prop.ret_buf_size); in get_scsi_vhci_pathinfo()
1468 free(ioc->ret_buf); in get_scsi_vhci_pathinfo()
1476 free(ioc->ret_buf[i].ret_prop.buf); in get_scsi_vhci_pathinfo()
1477 free(ioc->ret_buf[i].ret_prop.ret_buf_size); in get_scsi_vhci_pathinfo()
1479 free(ioc->ret_buf); in get_scsi_vhci_pathinfo()