Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sysdef/
H A Dsdevinfo.c44 static int _error(char *opt_noperror, ...);
132 _error(char *opt_noperror, ...) in _error() argument
145 va_start(ap, opt_noperror); in _error()
146 if (opt_noperror == NULL) { in _error()
150 fmt = opt_noperror; in _error()
/titanic_50/usr/src/cmd/prtconf/
H A Dpdevinfo.c834 _error(const char *opt_noperror, ...) in _error() argument
845 va_start(ap, opt_noperror); in _error()
846 if (opt_noperror == NULL) { in _error()
850 fmt = opt_noperror; in _error()