Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc272 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getPortAttributes()
326 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getDiscoveredAttributes()
368 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getDiscoveredAttributes()
434 fctio.fctio_olen = *pRspBufferSize; in sendRLS()
H A DTgtFCHBA.cc125 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getHBAAttributes()
279 fctio.fctio_olen = bufSize; in loadAdapters()
/titanic_50/usr/src/uts/common/sys/
H A Dfctio.h58 uint32_t fctio_olen; /* Output buffer length */ member
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c271 if ((*fctio)->fctio_olen) in fct_copyin_iocdata()
272 *obuf = kmem_zalloc((*fctio)->fctio_olen, KM_SLEEP); in fct_copyin_iocdata()
278 kmem_free(*obuf, (*fctio)->fctio_olen); in fct_copyin_iocdata()
298 if (fctio->fctio_olen) { in fct_copyout_iocdata()
300 (void *)(unsigned long)fctio->fctio_obuf, fctio->fctio_olen, in fct_copyout_iocdata()
790 if (fctio->fctio_olen < sizeof (fc_tgt_hba_list_t)) { in fct_fctiocmd()
794 list->numPorts = (fctio->fctio_olen - in fct_fctiocmd()
816 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()
836 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()
856 if (fctio->fctio_olen < attr_length || in fct_fctiocmd()
[all …]