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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16956 char *mpnbuf; local
17039 mpnbuf = safe_malloc(max_scf_name_len + 1);
17041 mpntov->mpg = mpnbuf;
17044 if (scf_property_get_name(mp, mpnbuf,
17076 if (strcmp(mpnbuf, SUPPORTPROP) == 0) {
17111 if (strncmp(mpnbuf, LIBSVC_PR, strlen(LIBSVC_PR)) != 0) {
17116 if (strncmp(mpnbuf, VARSVC_PR,
17210 mpnbuf = mpntov->mpg;
17219 mpnbuf);
17262 mpnbuf
[all...]

Completed in 85 milliseconds