Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc273 fctio.fctio_obuf = (uint64_t)(uintptr_t)&attrs; in getPortAttributes()
327 fctio.fctio_obuf = (uint64_t)(uintptr_t)&attrs; in getDiscoveredAttributes()
370 fctio.fctio_obuf = (uint64_t)(uintptr_t)&attrs; in getDiscoveredAttributes()
433 fctio.fctio_obuf = (uint64_t)(uintptr_t)new uchar_t[*pRspBufferSize]; in sendRLS()
436 if (fctio.fctio_obuf == 0) { in sendRLS()
442 memcpy(pRspBuffer, (uchar_t *)(uintptr_t)fctio.fctio_obuf, in sendRLS()
444 if (fctio.fctio_obuf != 0) { in sendRLS()
445 delete((uchar_t *)(uintptr_t)fctio.fctio_obuf); in sendRLS()
H A DTgtFCHBA.cc127 fctio.fctio_obuf = (uint64_t)(uintptr_t)&attrs; in getHBAAttributes()
280 fctio.fctio_obuf = (uint64_t)(uintptr_t)tgthbaList; in loadAdapters()
/illumos-gate/usr/src/uts/common/sys/
H A Dfctio.h63 uint64_t fctio_obuf; /* Output buffer */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c309 (void *)(unsigned long)fctio->fctio_obuf, fctio->fctio_olen, in fct_copyout_iocdata()