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

/osnet-11/usr/src/lib/libnsctl/common/
H A Dnsc_hash.h41 void *nsc_lookup(hash_node_t **, const char *);
H A Dllib-lnsctl50 void *nsc_lookup(hash_node_t **, const char *);
H A Dhash.c78 nsc_lookup(hash_node_t **hash, const char *key) function
/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c110 volcount = (volcount_t *)nsc_lookup(volhash, vol);
120 volcount = (volcount_t *)nsc_lookup(volhash, bmp);
281 if (nsc_lookup(volhash, vol) == NULL) {
288 if (nsc_lookup(volhash, bmp) == NULL) {
326 vc = nsc_lookup(volhash, vol);
335 vc = nsc_lookup(volhash, bmp);
423 vc = (volcount_t *)nsc_lookup(volhash, oldbmp);
430 if (nsc_lookup(volhash, newbmp) == NULL) {
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_cluster.c309 if (data = (hash_data_t *)nsc_lookup(schash, dgname)) {
570 if (nsc_lookup(schash, dsp->scstat_ds_name)) {
H A Dcfg_vols.c168 data = nsc_lookup(dsvol, search_key);
337 data = nsc_lookup(dsvol, search_key);
1016 statinfo = nsc_lookup(devhash, path);
1086 node = nsc_lookup(svol, svc.svc_path);
1171 data = nsc_lookup(devhash, path);
1244 result = (device_t *)nsc_lookup(devhash, path);

Completed in 45 milliseconds