Home
last modified time | relevance | path

Searched refs:fp_ioctl (Results 1 – 6 of 6) 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 DFCHBAPort.h139 static void fp_ioctl(std::string path, int cmd, fcio_t *arg);
140 static void fp_ioctl(std::string path, int cmd, fcio_t *arg,
H A DFCHBANPIVPort.cc93 fp_ioctl(getPath(), FCIO_CMD, &fcio); in getPortAttributes()
103 void FCHBANPIVPort::fp_ioctl(string path, int cmd, fcio_t *fcio) { in fp_ioctl() function in FCHBANPIVPort
H A DFCHBANPIVPort.h63 static void fp_ioctl(std::string path, int cmd, fcio_t *arg);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h292 static int fp_ioctl(dev_t dev, int cmd, intptr_t data, int mode,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c70 fp_ioctl, /* ioctl */
763 fp_ioctl(dev_t dev, int cmd, intptr_t data, int mode, cred_t *credp, int *rval) in fp_ioctl() function