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

/osnet-11/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc42 #include <sys/fctio.h>
248 fctio_t fctio; local
251 memset(&fctio, 0, sizeof (fctio));
267 fctio.fctio_cmd = FCTIO_GET_ADAPTER_PORT_ATTRIBUTES;
268 fctio.fctio_ilen = 8;
269 fctio.fctio_ibuf = (uint64_t)(uintptr_t)&en_wwn;
270 fctio.fctio_xfer = FCTIO_XFER_READ;
271 fctio.fctio_olen = (uint32_t)(sizeof (attrs));
272 fctio
302 fctio_t fctio; local
358 fctio_t fctio; local
401 fctio_t fctio; local
463 fct_ioctl(int cmd, fctio_t *fctio) argument
[all...]
H A DTgtFCHBA.cc39 #include <sys/fctio.h>
93 fctio_t fctio; local
123 memset(&fctio, 0, sizeof (fctio));
124 fctio.fctio_cmd = FCTIO_GET_ADAPTER_ATTRIBUTES;
125 fctio.fctio_olen = (uint32_t)(sizeof (attrs));
126 fctio.fctio_xfer = FCTIO_XFER_READ;
127 fctio.fctio_obuf = (uint64_t)(uintptr_t)&attrs;
128 fctio.fctio_ilen = 8;
129 fctio
169 fctio_t fctio; local
224 fctio_t fctio; local
[all...]
H A DTgtFCHBAPort.h36 #include <sys/fctio.h>

Completed in 15 milliseconds