Home
last modified time | relevance | path

Searched refs:stmf_iocdata_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h82 } stmf_iocdata_t; typedef
288 int stmf_copyin_iocdata(intptr_t data, int mode, stmf_iocdata_t **iocd,
290 int stmf_copyout_iocdata(intptr_t data, int mode, stmf_iocdata_t *iocd,
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c299 stmf_iocdata_t stmfIoctl; in groupIoctl()
364 stmf_iocdata_t stmfIoctl; in groupMemberIoctl()
634 stmf_iocdata_t stmfIoctl; in addViewEntryIoctl()
868 stmf_iocdata_t stmfIoctl; in stmfClearProviderData()
3494 stmf_iocdata_t stmfIoctl; in groupListIoctl()
3629 stmf_iocdata_t stmfIoctl; in groupMemberListIoctl()
4010 stmf_iocdata_t stmfIoctl; in stmfGetSessionList()
4205 stmf_iocdata_t stmfIoctl; in stmfGetTargetList()
4337 stmf_iocdata_t stmfIoctl; in stmfGetTargetProperties()
4433 stmf_iocdata_t stmfIoctl; in stmfGetLogicalUnitList()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c470 stmf_copyin_iocdata(intptr_t data, int mode, stmf_iocdata_t **iocd, in stmf_copyin_iocdata()
477 *iocd = kmem_zalloc(sizeof (stmf_iocdata_t), KM_SLEEP); in stmf_copyin_iocdata()
479 ret = ddi_copyin((void *)data, *iocd, sizeof (stmf_iocdata_t), mode); in stmf_copyin_iocdata()
506 kmem_free(*iocd, sizeof (stmf_iocdata_t)); in stmf_copyin_iocdata()
511 stmf_copyout_iocdata(intptr_t data, int mode, stmf_iocdata_t *iocd, void *obuf) in stmf_copyout_iocdata()
521 ret = ddi_copyout(iocd, (void *)data, sizeof (stmf_iocdata_t), mode); in stmf_copyout_iocdata()
532 stmf_iocdata_t *iocd; in stmf_ioctl()
1401 kmem_free(iocd, sizeof (stmf_iocdata_t)); in stmf_ioctl()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c355 stmf_iocdata_t *iocd; in stmf_sbd_ioctl()
518 kmem_free(iocd, sizeof (stmf_iocdata_t)); in stmf_sbd_ioctl()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c2723 stmf_iocdata_t *iocd; in qlt_ioctl()
2989 kmem_free(iocd, sizeof (stmf_iocdata_t)); in qlt_ioctl()