Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dstmf_ioctl.h205 } stmf_view_op_entry_t; typedef
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c555 stmf_view_op_entry_t *ve; in stmf_ioctl()
1049 ve = (stmf_view_op_entry_t *)ibuf; in stmf_ioctl()
1051 (iocd->stmf_ibuf_size < sizeof (stmf_view_op_entry_t))) { in stmf_ioctl()
1090 iocd->stmf_obuf_size >= sizeof (stmf_view_op_entry_t)) { in stmf_ioctl()
1091 stmf_view_op_entry_t *ve_ret = in stmf_ioctl()
1092 (stmf_view_op_entry_t *)obuf; in stmf_ioctl()
1111 ve = (stmf_view_op_entry_t *)ibuf; in stmf_ioctl()
1113 (iocd->stmf_ibuf_size < sizeof (stmf_view_op_entry_t))) { in stmf_ioctl()
1194 n = iocd->stmf_obuf_size/sizeof (stmf_view_op_entry_t); in stmf_ioctl()
1196 ve = (stmf_view_op_entry_t *)obuf; in stmf_ioctl()
[all …]
/titanic_41/usr/src/lib/libstmf/common/
H A Dstmf.c635 stmf_view_op_entry_t ioctlViewEntry; in addViewEntryIoctl()
4748 stmf_view_op_entry_t *fVeList; in stmfGetViewEntryList()
4772 fVeListSize = fVeListSize * (sizeof (stmf_view_op_entry_t)); in stmfGetViewEntryList()
4773 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()
4813 sizeof (stmf_view_op_entry_t); in stmfGetViewEntryList()
4815 fVeList = (stmf_view_op_entry_t *)calloc(1, fVeListSize); in stmfGetViewEntryList()
6121 stmf_view_op_entry_t ioctlViewEntry; in stmfRemoveViewEntry()
6777 stmf_view_op_entry_t ioctlViewEntry; in validateLunNumIoctl()