Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c912 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&ppi; in stmfClearProviderData()
1275 sbdIoctl.stmf_ibuf = (uint64_t)(unsigned long)sbdLu; in createDiskLu()
1412 sbdIoctl.stmf_ibuf = (uint64_t)(unsigned long)sbdLu; in importDiskLu()
1693 sbdIoctl.stmf_ibuf = (uint64_t)(unsigned long)&sbdLu; in setDiskStandby()
1933 sbdIoctl.stmf_ibuf = (uint64_t)(unsigned long)sbdLu; in modifyDiskLu()
4052 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&ident; in stmfGetSessionList()
4610 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)lu; in stmfGetLogicalUnitProperties()
4784 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)lu; in stmfGetViewEntryList()
5695 stmfIoctl.stmf_ibuf = in loadStmfProp()
6392 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&ppi; in getProviderData()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h80 uint64_t stmf_ibuf; member
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c488 ret = ddi_copyin((void *)((unsigned long)(*iocd)->stmf_ibuf), in stmf_copyin_iocdata()