Searched refs:veid (Results 1 – 3 of 3) sorted by relevance
892 uint32_t veid = 0; in stmf_add_ve_to_luid() local895 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() argument1236 if (ve->ve_id == veid) { in stmf_remove_ve_by_id()
158 int stmf_remove_ve_by_id(uint8_t *guid, uint32_t veid, uint32_t *err_detail);
561 uint32_t veid; in stmf_ioctl() local1066 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()