Searched refs:iocsc (Results 1 – 3 of 3) sorted by relevance
124 sv_switch_to_cntlr_iocdata_t iocsc; in adm_failover() local140 iocsc.client = client_path; in adm_failover()141 iocsc.class = path_class; in adm_failover()155 strcpy(iocsc.client, path_phys + strlen("/devices")); in adm_failover()158 if ((trailingMinor = strrchr(iocsc.client, ':')) != NULL) { in adm_failover()162 if (ioctl(fd, SCSI_VHCI_SWITCH_TO_CNTLR, &iocsc) != 0) { in adm_failover()
573 sv_switch_to_cntlr_iocdata_t iocsc; in g_failover() local591 iocsc.client = client_path; in g_failover()592 iocsc.class = class; in g_failover()594 strcpy(iocsc.client, char_ptr_start); in g_failover()595 strcpy(iocsc.class, path_class); in g_failover()597 if (ioctl(fd, SCSI_VHCI_SWITCH_TO_CNTLR, &iocsc) != 0) { in g_failover()
5420 sv_switch_to_cntlr_iocdata_t iocsc; in vhci_ctl() local5421 sv_switch_to_cntlr_iocdata_t *piocsc = &iocsc; in vhci_ctl()