Searched refs:nsc_insert_node (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libnsctl/common/ |
H A D | nsc_hash.h | 40 int nsc_insert_node(hash_node_t **, void *, const char *);
|
H A D | hash.c | 44 nsc_insert_node(hash_node_t **hash, void *data, const char *key) in nsc_insert_node() function
|
H A D | mapfile-vers | 64 nsc_insert_node;
|
H A D | llib-lnsctl | 49 int nsc_insert_node(hash_node_t **, void *, const char *);
|
/titanic_50/usr/src/lib/libdscfg/common/ |
H A D | cfg_vols.c | 636 rc = nsc_insert_node(dsvol, data, search_key); in cfg_load_dsvols() 744 if (nsc_insert_node(svol, data, path) < 0) { in cfg_load_svols() 1199 if (nsc_insert_node(devhash, &devlist[devcount], path) < 0) { in add_dev_entry() 1220 nsc_insert_node(devhash, &devlist[i], devlist[i].path); in rebuild_devhash()
|
H A D | cfg_cluster.c | 573 nsc_insert_node(schash, hdp, dsp->scstat_ds_name); in init_sc_entry()
|
/titanic_50/usr/src/lib/librdc/common/ |
H A D | rdcpersist.c | 116 nsc_insert_node(volhash, volcount, vol); in load_rdc_vols() 127 nsc_insert_node(volhash, volcount, bmp); in load_rdc_vols()
|
/titanic_50/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 4170 (void) nsc_insert_node(volhash, mdata, mst); 4176 (void) nsc_insert_node(volhash, sdata, shd); 4201 (void) nsc_insert_node(volhash, gdata, group);
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 5492 (void) nsc_insert_node(volhash, volcount, vol); 5503 (void) nsc_insert_node(volhash, volcount, bmp); 5515 (void) nsc_insert_node(volhash, volcount, diskqueue);
|