Home
last modified time | relevance | path

Searched refs:fmri_buf_canonified (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c679 char *fmri_buf_canonified = NULL; in check_for_restarter() local
692 fmri_buf_canonified = safe_malloc(max_scf_fmri_length + 1); in check_for_restarter()
693 if (scf_canonify_fmri(fmri_buf, fmri_buf_canonified, in check_for_restarter()
702 if (fmri_buf_canonified) in check_for_restarter()
703 free(fmri_buf_canonified); in check_for_restarter()