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

/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc39 #include <sys/fibre-channel/fcio.h>
409 /*#include <fcio.h>
434 fcio_t fcio; local
475 memset((caddr_t)&fcio, 0, sizeof (fcio));
476 fcio.fcio_cmd = FCIO_GET_NPIV_PORT_LIST;
477 fcio.fcio_xfer = FCIO_XFER_READ;
483 fcio.fcio_olen = bufSize;
484 fcio.fcio_obuf = (char *)pathList;
485 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
507 fcio_t fcio; local
520 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
527 fcio_t fcio; local
546 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
556 fcio_t fcio; local
566 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
582 fcio_t fcio; local
593 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
621 fcio_t fcio; local
634 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
662 fcio_t fcio; local
679 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
856 fcio_t fcio; local
872 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
890 fcio_t fcio; local
939 fcio_t fcio; local
977 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
1111 fcio_t fcio; local
1174 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
1186 fcio_t fcio; local
1210 fp_ioctl(getPath(), FCIO_CMD, &fcio, O_NDELAY | O_RDONLY | O_EXCL); local
1213 fp_ioctl(string path, int cmd, fcio_t *fcio, int openflag) argument
1256 fp_ioctl(string path, int cmd, fcio_t *fcio) argument
1261 fcsm_ioctl(int cmd, fcio_t *fcio) argument
[all...]
H A DFCHBA.cc39 #include <sys/fibre-channel/fcio.h>
67 fcio_t fcio; local
73 // construct fcio struct
74 memset(&fcio, 0, sizeof (fcio_t));
76 fcio.fcio_cmd = FCIO_GET_OTHER_ADAPTER_PORTS;
77 fcio.fcio_xfer = FCIO_XFER_RW;
79 fcio.fcio_olen = MAXPATHLEN;
80 fcio.fcio_obuf = (char *)nextPath;
81 fcio.fcio_ilen = sizeof (i);
82 fcio
172 fcio_t fcio; local
219 fcio_t fcio; local
284 fcio_t fcio; local
328 fcio_t fcio; local
[all...]
H A DFCHBANPIVPort.cc41 #include <sys/fibre-channel/fcio.h>
84 fcio_t fcio; local
87 memset(&fcio, 0, sizeof (fcio));
89 fcio.fcio_cmd = FCIO_GET_NPIV_ATTRIBUTES;
90 fcio.fcio_olen = sizeof (attrs);
91 fcio.fcio_xfer = FCIO_XFER_READ;
92 fcio.fcio_obuf = (caddr_t)&attrs;
93 fp_ioctl(getPath(), FCIO_CMD, &fcio); local
103 void FCHBANPIVPort::fp_ioctl(string path, int cmd, fcio_t *fcio) { argument
[all...]
H A DFCHBANPIVPort.h36 #include <sys/fibre-channel/fcio.h>
H A DFCHBAPort.h37 #include <sys/fibre-channel/fcio.h>
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da_state.h47 #include <sys/fibre-channel/fcio.h>
49 #include <sys/fc4/fcio.h>
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c953 fcio_t fcio; local
975 fcio.fcio_cmd = FCIO_GET_HOST_PARAMS;
976 fcio.fcio_xfer = FCIO_XFER_READ;
977 fcio.fcio_obuf = (caddr_t)host_val;
978 fcio.fcio_olen = sizeof (fc_port_dev_t);
980 if (g_issue_fcio_ioctl(fd, &fcio, verbose) != 0) {
1012 g_issue_fcio_ioctl(int fd, fcio_t *fcio, int verbose) argument
1017 if (ioctl(fd, FCIO_CMD, fcio) != 0) {
1026 strerror(errno), fcio->fcio_errno,
1027 fcio
1135 fcio_t fcio; local
2164 fcio_t fcio; local
3333 fcio_t fcio; local
4763 fcio_t fcio; local
5215 fcio_t fcio; local
5353 fcio_t fcio; local
[all...]
H A Dhot.c171 fcio_t fcio; local
187 fcio.fcio_cmd = FCIO_RESET_LINK;
188 fcio.fcio_xfer = FCIO_XFER_WRITE;
196 fcio.fcio_ilen = sizeof (wwn);
197 fcio.fcio_ibuf = (caddr_t)&wwn;
198 if (g_issue_fcio_ioctl(fp_fd, &fcio, verbose) != 0) {
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h45 #include <sys/fibre-channel/fcio.h>
48 * sys/fc4/fcio.h includes sys/fc4/fcal_linkapp.h. The following #define
50 * since that file contains the same structure definitions as sys/fc4/fcio.h.
53 #include <sys/fc4/fcio.h>
H A Dgfc.h48 #include <sys/fibre-channel/fcio.h>
52 * sys/fc4/fcio.h includes sys/fc4/fcal_linkapp.h. The following #define
54 * since that file contains the same structure definitions as sys/fc4/fcio.h.
57 #include <sys/fc4/fcio.h>
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h70 #include <sys/fibre-channel/fcio.h>

Completed in 527 milliseconds