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

/opensolaris-onvv-gate/usr/src/uts/common/contract/
H A Dprocess.c165 new->ctp_svc_aux = old->ctp_svc_aux;
166 if (new->ctp_svc_aux != NULL) {
167 refstr_hold(new->ctp_svc_aux);
189 if (ctp->ctp_svc_aux != NULL) {
190 refstr_rele(ctp->ctp_svc_aux);
307 if (ctp->ctp_svc_aux != NULL)
308 refstr_rele(ctp->ctp_svc_aux);
310 ctp->ctp_svc_aux = NULL;
312 ctp->ctp_svc_aux
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/contract/
H A Dprocess_impl.h51 refstr_t *ctp_svc_aux; /* Creator Auxiliary field */ member in struct:ctmpl_process

Completed in 91 milliseconds