Home
last modified time | relevance | path

Searched refs:fctio_alen (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfctio.h60 uint32_t fctio_alen; /* Auxillary buffer length */ member
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc328 fctio.fctio_alen = (uint32_t)(sizeof (discoveredport)); in getDiscoveredAttributes()
429 fctio.fctio_alen = (uint32_t)(sizeof (DestPortID)); in sendRLS()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c272 if ((*fctio)->fctio_alen) { in fct_copyin_iocdata()
273 *abuf = kmem_zalloc((*fctio)->fctio_alen, KM_SLEEP); in fct_copyin_iocdata()
275 *abuf, (*fctio)->fctio_alen, mode)) { in fct_copyin_iocdata()
291 kmem_free(*abuf, (*fctio)->fctio_alen); in fct_copyin_iocdata()
950 kmem_free(abuf, fctio->fctio_alen); in fct_fctiocmd()