Lines Matching defs:vcount
3861 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0;
3906 vcount = 0;
3942 lastlog = vcount;
3943 varray[vcount++] = vdev;
3951 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0)
3983 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0)
3988 if (nvlist_add_string(varray[vcount - 1],
3993 if (nvlist_add_string(varray[vcount - 1],
4023 (const nvlist_t **)varray, lastlog == 0 ? vcount : lastlog) != 0)
4070 for (v = 0; v < vcount; v++)