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

/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c65 static hash_node_t **schash; variable
309 if (data = (hash_data_t *)nsc_lookup(schash, dgname)) {
496 * Add an entry into the sclist and the schash for future lookups.
529 if ((schash = nsc_create_hash()) == NULL)
570 if (nsc_lookup(schash, dsp->scstat_ds_name)) {
589 nsc_insert_node(schash, hdp, dsp->scstat_ds_name);

Completed in 65 milliseconds