Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c892 uint32_t veid = 0; in stmf_add_ve_to_luid() local
895 ASSERT(ve_tmp->ve_id >= veid); in stmf_add_ve_to_luid()
896 if (ve_tmp->ve_id != veid) in stmf_add_ve_to_luid()
898 veid++; in stmf_add_ve_to_luid()
899 if (veid == 0xffffffff) in stmf_add_ve_to_luid()
903 ve->ve_id = veid; in stmf_add_ve_to_luid()
1215 stmf_remove_ve_by_id(uint8_t *guid, uint32_t veid, uint32_t *err_detail) in stmf_remove_ve_by_id() argument
1236 if (ve->ve_id == veid) { in stmf_remove_ve_by_id()
H A Dlun_map.h158 int stmf_remove_ve_by_id(uint8_t *guid, uint32_t veid, uint32_t *err_detail);
H A Dstmf.c561 uint32_t veid; in stmf_ioctl() local
1066 veid = ve->ve_ndx; in stmf_ioctl()
1068 veid = 0xffffffff; in stmf_ioctl()
1076 &veid, in stmf_ioctl()
1096 ve_ret->ve_ndx = veid; in stmf_ioctl()