Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/common/sys/
H A Dfctio.h57 uint32_t fctio_ilen; /* Input buffer length */ member
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c255 if ((*fctio)->fctio_ilen) { in fct_copyin_iocdata()
256 *ibuf = kmem_zalloc((*fctio)->fctio_ilen, KM_SLEEP); in fct_copyin_iocdata()
258 *ibuf, (*fctio)->fctio_ilen, mode)) { in fct_copyin_iocdata()
286 kmem_free(*ibuf, (*fctio)->fctio_ilen); in fct_copyin_iocdata()
936 kmem_free(ibuf, fctio->fctio_ilen); in fct_fctiocmd()