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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c94 scf_instance_t *pt_inst; member in struct:scf_pg_tmpl
184 assert(t->pt_svc != NULL || t->pt_inst != NULL);
185 assert(t->pt_svc == NULL || t->pt_inst == NULL);
192 if (t->pt_inst != NULL)
193 r = scf_instance_to_fmri(t->pt_inst, buf, sz);
1874 pg_tmpl->pt_inst = p->pw_inst;
2033 pg_tmpl->pt_inst = p->pw_inst;
2068 assert(t->pt_svc != NULL || t->pt_inst != NULL);
2069 assert(t->pt_svc == NULL || t->pt_inst == NULL);
2077 if (t->pt_inst !
[all...]

Completed in 67 milliseconds