Searched defs:mpvbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16957 char *mpvbuf; local
17040 mpvbuf = safe_malloc(max_scf_value_len + 1);
17042 mpntov->mfile = mpvbuf;
17159 if (scf_value_get_astring(mv, mpvbuf,
17211 mpvbuf = mpntov->mfile;
17212 if (access(mpvbuf, F_OK) != 0) {
17263 mpvbuf = mpntov->mfile;
17264 r = check_instance_support(mpvbuf, wip->fmri,
17320 if (fmpntov->mfile == mpvbuf)
17321 mpvbuf
[all...]

Completed in 96 milliseconds