Searched refs:vcount (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 881 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 D | libzfs_pool.c | 2809 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 D | nca.h | 839 uint32_t vcount; /* Virt count of node_t members */ member
|