Searched refs:ctp_svc_aux (Results 1 – 2 of 2) sorted by relevance
165 new->ctp_svc_aux = old->ctp_svc_aux; in ctmpl_process_dup()166 if (new->ctp_svc_aux != NULL) { in ctmpl_process_dup()167 refstr_hold(new->ctp_svc_aux); in ctmpl_process_dup()189 if (ctp->ctp_svc_aux != NULL) { in ctmpl_process_free()190 refstr_rele(ctp->ctp_svc_aux); in ctmpl_process_free()307 if (ctp->ctp_svc_aux != NULL) in ctmpl_process_set()308 refstr_rele(ctp->ctp_svc_aux); in ctmpl_process_set()310 ctp->ctp_svc_aux = NULL; in ctmpl_process_set()312 ctp->ctp_svc_aux = in ctmpl_process_set()393 if (ctp->ctp_svc_aux == NULL) { in ctmpl_process_get()[all …]
51 refstr_t *ctp_svc_aux; /* Creator Auxiliary field */ member