Home
last modified time | relevance | path

Searched refs:fctio_ilen (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc269 fctio.fctio_ilen = 8; in getPortAttributes()
323 fctio.fctio_ilen = 8; in getDiscoveredAttributes()
371 fctio.fctio_ilen = (uint32_t)(sizeof (wwn)); in getDiscoveredAttributes()
424 fctio.fctio_ilen = (uint32_t)(sizeof (en_portWWN)); in sendRLS()
H A DTgtFCHBA.cc128 fctio.fctio_ilen = 8; in getHBAAttributes()
200 fctio.fctio_ilen = 8; in doForceLip()
/illumos-gate/usr/src/uts/common/sys/
H A Dfctio.h58 uint32_t fctio_ilen; /* Input buffer length */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c264 if ((*fctio)->fctio_ilen) { in fct_copyin_iocdata()
265 *ibuf = kmem_zalloc((*fctio)->fctio_ilen, KM_SLEEP); in fct_copyin_iocdata()
267 *ibuf, (*fctio)->fctio_ilen, mode)) { in fct_copyin_iocdata()
295 kmem_free(*ibuf, (*fctio)->fctio_ilen); in fct_copyin_iocdata()
955 kmem_free(ibuf, fctio->fctio_ilen); in fct_fctiocmd()