Searched refs:iocsc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c575 sv_switch_to_cntlr_iocdata_t iocsc; local
593 iocsc.client = client_path;
594 iocsc.class = class;
596 strcpy(iocsc.client, char_ptr_start);
597 strcpy(iocsc.class, path_class);
599 if (ioctl(fd, SCSI_VHCI_SWITCH_TO_CNTLR, &iocsc) != 0) {

Completed in 15 milliseconds