Searched refs:conp_svc_fmri (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/contract/
H A Dprocess_impl.h63 refstr_t *conp_svc_fmri; /* Service FMRI */ member in struct:cont_process
/opensolaris-onvv-gate/usr/src/uts/common/contract/
H A Dprocess.c468 if (ctp->conp_svc_fmri != NULL) {
469 refstr_rele(ctp->conp_svc_fmri);
747 refstr_value(ctp->conp_svc_fmri)) == 0);
850 ctp->conp_svc_fmri = parent->p_ct_process->conp_svc_fmri;
855 ctp->conp_svc_fmri = tmpl->ctp_svc_fmri;
860 refstr_hold(ctp->conp_svc_fmri);

Completed in 98 milliseconds