Home
last modified time | relevance | path

Searched refs:nsc_lookup (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/librdc/common/
H A Drdcpersist.c110 volcount = (volcount_t *)nsc_lookup(volhash, vol); in load_rdc_vols()
120 volcount = (volcount_t *)nsc_lookup(volhash, bmp); in load_rdc_vols()
281 if (nsc_lookup(volhash, vol) == NULL) { in do_autosv_enable()
288 if (nsc_lookup(volhash, bmp) == NULL) { in do_autosv_enable()
326 vc = nsc_lookup(volhash, vol); in do_autosv_disable()
335 vc = nsc_lookup(volhash, bmp); in do_autosv_disable()
423 vc = (volcount_t *)nsc_lookup(volhash, oldbmp); in sv_reconfig()
430 if (nsc_lookup(volhash, newbmp) == NULL) { in sv_reconfig()
/titanic_41/usr/src/lib/libnsctl/common/
H A Dnsc_hash.h41 void *nsc_lookup(hash_node_t **, const char *);
H A Dhash.c78 nsc_lookup(hash_node_t **hash, const char *key) in nsc_lookup() function
H A Dmapfile-vers65 nsc_lookup;
H A Dllib-lnsctl50 void *nsc_lookup(hash_node_t **, const char *);
/titanic_41/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c168 data = nsc_lookup(dsvol, search_key); in cfg_add_user()
337 data = nsc_lookup(dsvol, search_key); in cfg_rem_user()
1016 statinfo = nsc_lookup(devhash, path); in sv_action()
1086 node = nsc_lookup(svol, svc.svc_path); in sv_action()
1171 data = nsc_lookup(devhash, path); in add_dev_entry()
1244 result = (device_t *)nsc_lookup(devhash, path); in find_devid()
H A Dcfg_cluster.c309 if (data = (hash_data_t *)nsc_lookup(schash, dgname)) { in cfg_dgname_islocal()
570 if (nsc_lookup(schash, dsp->scstat_ds_name)) { in init_sc_entry()
/titanic_41/usr/src/cmd/avs/rdc/
H A Dsndradm.c1391 if (nsc_lookup(volhash, qvol) == NULL) { in diskq_subcmd()
1512 if (nsc_lookup(volhash, qvol) == NULL) in diskq_subcmd()
1658 vc = nsc_lookup(volhash, datavol); in rdc_force_disable()
1663 vc = nsc_lookup(volhash, bmpvol); in rdc_force_disable()
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(volhash, diskqueue);
[all …]
/titanic_41/usr/src/cmd/nscd/
H A Dcache.h341 extern void nsc_lookup(nsc_lookup_args_t *, int);
H A Dnscd_frontend.c749 nsc_lookup(&largs, 0); in lookup()
H A Dcache.c1759 nsc_lookup(nsc_lookup_args_t *largs, int flag) { in nsc_lookup() function
/titanic_41/usr/src/cmd/avs/dsw/
H A Diiadm.c1021 sdata = (shdvol_t *)nsc_lookup(volhash, shadow); in remove_iiset()
1032 nsc_lookup(volhash, sdata->master); in remove_iiset()
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);