Searched refs:nsc_lookup (Results 1 - 6 of 6) sorted by relevance
| /osnet-11/usr/src/lib/libnsctl/common/ |
| H A D | nsc_hash.h | 41 void *nsc_lookup(hash_node_t **, const char *);
|
| H A D | llib-lnsctl | 50 void *nsc_lookup(hash_node_t **, const char *);
|
| H A D | hash.c | 78 nsc_lookup(hash_node_t **hash, const char *key) function
|
| /osnet-11/usr/src/lib/librdc/common/ |
| H A D | rdcpersist.c | 110 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 D | cfg_cluster.c | 309 if (data = (hash_data_t *)nsc_lookup(schash, dgname)) { 570 if (nsc_lookup(schash, dsp->scstat_ds_name)) {
|
| H A D | cfg_vols.c | 168 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