Lines Matching defs:veCnt
644 uint64_t veCnt = 0;
767 if (scf_value_get_count(value, &veCnt) == -1) {
781 veCnt++;
784 if (veCnt == 1) {
797 veCnt--;
805 scf_value_set_count(value, veCnt);
3504 uint64_t veCnt;
3567 if (scf_value_get_count(value, &veCnt) == -1) {
3588 sizeof (stmfViewEntryList) + veCnt * sizeof (stmfViewEntry));
3611 if (i == veCnt) {