Searched refs:fctio_alen (Results 1 – 3 of 3) sorted by relevance
60 uint32_t fctio_alen; /* Auxillary buffer length */ member
328 fctio.fctio_alen = (uint32_t)(sizeof (discoveredport)); in getDiscoveredAttributes()429 fctio.fctio_alen = (uint32_t)(sizeof (DestPortID)); in sendRLS()
272 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()