Searched defs:vd_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c405 mod_hash_t *vd_table; /* table of virtual disks served */ member in struct:vds
5405 mod_hash_walk(vds->vd_table, vds_check_for_vd, &vd_present);
5424 mod_hash_destroy_hash(vds->vd_table);
6846 if (mod_hash_insert(vds->vd_table, (mod_hash_key_t)id, vd) != 0) {
7244 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)id) != 0)
7262 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)id) != 0)
7337 if (mod_hash_destroy(vds->vd_table, (mod_hash_key_t)prev_id) != 0)
7414 vds->vd_table = mod_hash_create_ptrhash("vds_vd_table", VDS_NCHAINS,
7417 ASSERT(vds->vd_table != NULL);

Completed in 62 milliseconds