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

/illumos-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)
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c209 static scf_instance_t *cur_inst = NULL; variable
473 else if (cur_inst != NULL)
474 ret = scf_instance_get_pg(cur_inst, pg_name, pg);
912 scf_instance_destroy(cur_inst);
916 cur_inst = NULL;
1752 if (cur_inst) {
1754 ent = cur_inst;
2160 * Using get_pg() requires that the cur_svc/cur_inst be
2162 * if going to use lscf_select() to set up the cur_svc/cur_inst
11240 * cur_scope, and cur_svc and cur_inst ar
[all...]

Completed in 117 milliseconds