Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstmf_ioctl.h195 uint32_t ve_ndx_valid:1, member
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1065 if (ve->ve_ndx_valid) in stmf_ioctl()
1089 (!ve->ve_ndx_valid || !ve->ve_lu_number_valid) && in stmf_ioctl()
1095 if (!ve->ve_ndx_valid) { in stmf_ioctl()
1097 ve_ret->ve_ndx_valid = 1; in stmf_ioctl()
1117 if (!ve->ve_ndx_valid) { in stmf_ioctl()
1205 ve->ve_ndx_valid = 1; in stmf_ioctl()
1258 ve->ve_ndx_valid = 1; in stmf_ioctl()
/titanic_50/usr/src/lib/libstmf/common/
H A Dstmf.c6140 ioctlViewEntry.ve_ndx_valid = B_TRUE; in stmfRemoveViewEntry()