Searched refs:cur_inst (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c206 static scf_instance_t *cur_inst = NULL; variable
467 else if (cur_inst != NULL)
468 ret = scf_instance_get_pg(cur_inst, pg_name, pg);
906 scf_instance_destroy(cur_inst);
910 cur_inst = NULL;
1746 if (cur_inst) {
1748 ent = cur_inst;
2154 * Using get_pg() requires that the cur_svc/cur_inst be
2156 * if going to use lscf_select() to set up the cur_svc/cur_inst
10936 * cur_scope, and cur_svc and cur_inst ar
[all...]
/opensolaris-onvv-gate/usr/src/cmd/avs/dsstat/
H A Dii_stats.c102 uint32_t cur_inst, tst_inst; local
105 cur_inst = cur->pre_set->ks_instance;
111 cur_inst == tst_inst)
H A Dsndr_stats.c119 uint32_t cur_inst, tst_inst; local
122 cur_inst = cur->pre_set->ks_instance;
128 cur_inst == tst_inst)

Completed in 115 milliseconds