Home
last modified time | relevance | path

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

/titanic_41/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);
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2809 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; in zpool_vdev_split() local
2848 vcount = 0; in zpool_vdev_split()
2883 lastlog = vcount; in zpool_vdev_split()
2884 varray[vcount++] = vdev; in zpool_vdev_split()
2912 if (nvlist_dup(vdev, &varray[vcount++], 0) != 0) in zpool_vdev_split()
2938 lastlog == 0 ? vcount : lastlog) != 0) in zpool_vdev_split()
2986 for (v = 0; v < vcount; v++) in zpool_vdev_split()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h839 uint32_t vcount; /* Virt count of node_t members */ member