Home
last modified time | relevance | path

Searched defs:fctio (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc249 fctio_t fctio; in getPortAttributes() local
303 fctio_t fctio; in getDiscoveredAttributes() local
359 fctio_t fctio; in getDiscoveredAttributes() local
402 fctio_t fctio; in sendRLS() local
464 void TgtFCHBAPort::fct_ioctl(int cmd, fctio_t *fctio) { in fct_ioctl()
H A DTgtFCHBA.cc93 fctio_t fctio; in getHBAAttributes() local
169 fctio_t fctio; in doForceLip() local
224 fctio_t fctio; in loadAdapters() local
/titanic_41/usr/src/uts/common/sys/
H A Dfctio.h52 typedef struct fctio { struct
53 uint16_t fctio_xfer; /* direction */ argument
54 uint16_t fctio_cmd; /* sub command */ argument
55 uint16_t fctio_flags; /* flags */ argument
56 uint16_t fctio_cmd_flags; /* command specific flags */ argument
57 uint32_t fctio_ilen; /* Input buffer length */ argument
58 uint32_t fctio_olen; /* Output buffer length */ argument
59 uint32_t fctio_alen; /* Auxillary buffer length */ argument
60 uint32_t fctio_errno; /* FC internal error code */ argument
61 uint64_t fctio_ibuf; /* Input buffer */ argument
[all …]
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c241 fct_copyin_iocdata(intptr_t data, int mode, fctio_t **fctio, in fct_copyin_iocdata()
294 fct_copyout_iocdata(intptr_t data, int mode, fctio_t *fctio, void *obuf) in fct_copyout_iocdata()
777 fctio_t *fctio; in fct_fctiocmd() local