Home
last modified time | relevance | path

Searched refs:FCIO_CMD (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc488 fp_ioctl(getPath(), FCIO_CMD, &fcio); in FCHBAPort()
523 fp_ioctl(getPath(), FCIO_CMD, &fcio); in deleteNPIVPort()
549 fp_ioctl(getPath(), FCIO_CMD, &fcio); in createNPIVPort()
569 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortNPIVAttributes()
596 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortAttributes()
637 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getDiscoveredAttributes()
682 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getDiscoveredAttributes()
875 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getRNIDMgmtInfo()
980 fp_ioctl(getPath(), FCIO_CMD, &fcio); in sendRLS()
1177 fp_ioctl(getPath(), FCIO_CMD, &fcio); in sendRNID()
[all …]
H A DFCHBA.cc108 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in FCHBA()
183 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in getHBAAttributes()
242 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in doForceLip()
290 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in npivGetHBAAttributes()
H A DFCHBANPIVPort.cc93 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortAttributes()
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c475 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in q_findversion()
852 if (ioctl(dev_fd, FCIO_CMD, &fcio) != 0) { in q_load_file()
1026 if (ioctl(dev_fd, FCIO_CMD, &fcio) != 0) { in fcode_load_file()
H A Dfcalupdate.c391 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in findversion()
415 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in findversion()
H A Dx86_adm.c382 if (ioctl(fd, FCIO_CMD, &fcio) != 0) { in adm_forcelip()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h46 #define FCIO_CMD (FCTIO | 1998) macro
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1019 if (ioctl(fd, FCIO_CMD, fcio) != 0) { in g_issue_fcio_ioctl()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c800 case FCIO_CMD: { in fp_ioctl()