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

/illumos-gate/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
/illumos-gate/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) {
/illumos-gate/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);
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h108 * nsc_lookup action
341 extern void nsc_lookup(nsc_lookup_args_t *, int);
H A Dnscd_frontend.c749 nsc_lookup(&largs, 0);
H A Dcache.c1094 * These macros are for exclusive use of nsc_lookup
1759 nsc_lookup(nsc_lookup_args_t *largs, int flag) { function
2134 * the largs->buffer (input buffer to nsc_lookup).
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c1391 if (nsc_lookup(volhash, qvol) == NULL) {
1512 if (nsc_lookup(volhash, qvol) == NULL)
1658 vc = nsc_lookup(volhash, datavol);
1663 vc = nsc_lookup(volhash, bmpvol);
4474 if (nsc_lookup(volhash, vol1) == NULL) {
4520 if (vol2 && nsc_lookup(volhash, vol2) == NULL) {
4567 if (vol3 && nsc_lookup(volhash, diskqueue) == NULL) {
4630 vc = nsc_lookup(volhash, vol1);
4645 vc = nsc_lookup(volhash, vol2);
4659 vc = nsc_lookup(volhas
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1021 sdata = (shdvol_t *)nsc_lookup(volhash, shadow);
1032 nsc_lookup(volhash, sdata->master);
1913 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
1955 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
2063 if (nsc_lookup(volhash, master_volume) == NULL) {
2074 if (nsc_lookup(volhash, shadow_volume) == NULL) {
4028 gdata = (grptag_t *)nsc_lookup(volhash, group_name);
4164 mdata = (mstcount_t *)nsc_lookup(volhash, mst);
4184 gdata = (grptag_t *)nsc_lookup(volhash, group);

Completed in 93 milliseconds