Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/
H A Ddns-install153 vout=`$SVCCFG -s $DNS_INSTALL_FMRI validate 2>&1`
154 if [ "$vout" != "" ]; then
155 msg="Validation errors in $DNS_INSTALL_FMRI:\n$vout"
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.c130 vout(int flags, const char *fmt, va_list ap) in vout() function
247 vout(flags, fmt, ap); in out()
264 vout(flags, fmt, ap); in outfl()
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-install411 vout=`$SVCCFG -s $NET_INSTALL_FMRI validate 2>&1`
412 if [ "$vout" != "" ]; then
413 msg="Validation errors in $NET_INSTALL_FMRI:\n$vout"