Searched refs:vcount (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c881 unsigned long vpos, vcount; local
883 if ( LDAP_SUCCESS != ldap_parse_virtuallist_control(ld,ctrl_response_array,&vpos, &vcount,&vresult) ) {
896 printf(gettext("index %lu content count %lu\n"), vpos, vcount);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2867 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; local
2905 vcount = 0;
2940 lastlog = vcount;
2941 varray[vcount++] = vdev;
2969 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0)
2995 lastlog == 0 ? vcount : lastlog) != 0)
3043 for (v = 0; v < vcount; v++)
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h839 uint32_t vcount; /* Virt count of node_t members */ member in struct:lru_s

Completed in 80 milliseconds