HomeSort by: relevance | last modified time | path
    Searched defs:v_count (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_var.c 56 size_t v_count; member in struct:npfvar
127 vp->v_count++;
148 vp->v_count += vp2->v_count;
150 vp2->v_count = 0;
228 return vp ? vp->v_count : 0;
246 if (vp->v_count <= idx) {
248 vp->v_key, vp->v_count, idx);
npf_var.c 56 size_t v_count; member in struct:npfvar
127 vp->v_count++;
148 vp->v_count += vp2->v_count;
150 vp2->v_count = 0;
228 return vp ? vp->v_count : 0;
246 if (vp->v_count <= idx) {
248 vp->v_key, vp->v_count, idx);
npf_var.c 56 size_t v_count; member in struct:npfvar
127 vp->v_count++;
148 vp->v_count += vp2->v_count;
150 vp2->v_count = 0;
228 return vp ? vp->v_count : 0;
246 if (vp->v_count <= idx) {
248 vp->v_key, vp->v_count, idx);

Completed in 31 milliseconds