Home
last modified time | relevance | path

Searched refs:vcount (Results 1 – 2 of 2) 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.c3356 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; in zpool_vdev_split() local
3394 vcount = 0; in zpool_vdev_split()
3429 lastlog = vcount; in zpool_vdev_split()
3430 varray[vcount++] = vdev; in zpool_vdev_split()
3458 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0) in zpool_vdev_split()
3484 lastlog == 0 ? vcount : lastlog) != 0) in zpool_vdev_split()
3532 for (v = 0; v < vcount; v++) in zpool_vdev_split()