Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h195 uint32_t ve_ndx_valid:1, member
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1063 if (ve->ve_ndx_valid) in stmf_ioctl()
1087 (!ve->ve_ndx_valid || !ve->ve_lu_number_valid) && in stmf_ioctl()
1093 if (!ve->ve_ndx_valid) { in stmf_ioctl()
1095 ve_ret->ve_ndx_valid = 1; in stmf_ioctl()
1115 if (!ve->ve_ndx_valid) { in stmf_ioctl()
1203 ve->ve_ndx_valid = 1; in stmf_ioctl()
1256 ve->ve_ndx_valid = 1; in stmf_ioctl()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c6140 ioctlViewEntry.ve_ndx_valid = B_TRUE; in stmfRemoveViewEntry()