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

/opensolaris-onvv-gate/usr/src/uts/common/contract/
H A Dprocess.c161 new->ctp_svc_fmri = old->ctp_svc_fmri;
162 if (new->ctp_svc_fmri != NULL) {
163 refstr_hold(new->ctp_svc_fmri);
186 if (ctp->ctp_svc_fmri != NULL) {
187 refstr_rele(ctp->ctp_svc_fmri);
298 if (ctp->ctp_svc_fmri != NULL)
299 refstr_rele(ctp->ctp_svc_fmri);
301 ctp->ctp_svc_fmri = NULL;
303 ctp->ctp_svc_fmri
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/contract/
H A Dprocess_impl.h50 refstr_t *ctp_svc_fmri; /* Service FMRI */ member in struct:ctmpl_process

Completed in 43 milliseconds