Lines Matching refs:mpnbuf
16943 char *mpnbuf; in lscf_service_cleanup() local
17026 mpnbuf = safe_malloc(max_scf_name_len + 1); in lscf_service_cleanup()
17028 mpntov->mpg = mpnbuf; in lscf_service_cleanup()
17031 if (scf_property_get_name(mp, mpnbuf, in lscf_service_cleanup()
17063 if (strcmp(mpnbuf, SUPPORTPROP) == 0) { in lscf_service_cleanup()
17098 if (strncmp(mpnbuf, LIBSVC_PR, strlen(LIBSVC_PR)) != 0) { in lscf_service_cleanup()
17103 if (strncmp(mpnbuf, VARSVC_PR, in lscf_service_cleanup()
17197 mpnbuf = mpntov->mpg; in lscf_service_cleanup()
17206 mpnbuf); in lscf_service_cleanup()
17249 mpnbuf = mpntov->mpg; in lscf_service_cleanup()
17303 if (fmpntov->mpg == mpnbuf) in lscf_service_cleanup()
17304 mpnbuf = NULL; in lscf_service_cleanup()
17315 if (mpnbuf) in lscf_service_cleanup()
17316 free(mpnbuf); in lscf_service_cleanup()