Home
last modified time | relevance | path

Searched refs:fmt (Results 251 – 275 of 1153) sorted by path

1...<<11121314151617181920>>...47

/illumos-gate/usr/src/cmd/pcieb/
H A Dpcieb.c38 pcieb_usage(const char *fmt, ...) in pcieb_usage() argument
40 if (fmt != NULL) { in pcieb_usage()
44 va_start(ap, fmt); in pcieb_usage()
45 (void) vfprintf(stderr, fmt, ap); in pcieb_usage()
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c119 verbose_log(int pri, const char *fmt, ...) in verbose_log() argument
123 va_start(ap, fmt); in verbose_log()
124 vsyslog(pri, fmt, ap); in verbose_log()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcplugin/
H A Dpsvcplugin.c191 static void init_err(char *fmt, char *arg1, char *arg2) in init_err() argument
195 sprintf(msg, fmt, arg1, arg2); in init_err()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h543 extern void envd_log(int pri, const char *fmt, ...);
H A Dpiclenvd.c1958 envd_log(int pri, const char *fmt, ...) in envd_log() argument
1962 va_start(ap, fmt); in envd_log()
1963 vsyslog(pri, fmt, ap); in envd_log()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcplugin/
H A Dpsvcplugin.c173 static void init_err(char *fmt, char *arg1, char *arg2) in init_err() argument
177 sprintf(msg, fmt, arg1, arg2); in init_err()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h464 extern void envd_log(int pri, const char *fmt, ...);
H A Dpiclenvd.c2351 envd_log(int pri, const char *fmt, ...) in envd_log() argument
2355 va_start(ap, fmt); in envd_log()
2356 vsyslog(pri, fmt, ap); in envd_log()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h363 extern void envd_log(int pri, const char *fmt, ...);
H A Dpiclenvd.c2801 envd_log(int pri, const char *fmt, ...) in envd_log() argument
2805 va_start(ap, fmt); in envd_log()
2806 vsyslog(pri, fmt, ap); in envd_log()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Denvd.h161 extern void envd_log(int pri, const char *fmt, ...);
H A Dpiclenvd.c1063 envd_log(int pri, const char *fmt, ...) in envd_log() argument
1067 va_start(ap, fmt); in envd_log()
1068 vsyslog(pri, fmt, ap); in envd_log()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcplugin/
H A Dpsvcplugin.c113 static void init_err(char *fmt, char *arg1, char *arg2) in init_err() argument
117 sprintf(msg, fmt, arg1, arg2); in init_err()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c949 static void init_err(const char *fmt, char *arg1, char *arg2) in init_err() argument
953 (void) snprintf(msg, sizeof (msg), fmt, arg1, arg2); in init_err()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h358 extern void envd_log(int pri, const char *fmt, ...);
H A Dpiclenvd.c1561 envd_log(int pri, const char *fmt, ...) in envd_log() argument
1565 va_start(ap, fmt); in envd_log()
1566 vsyslog(pri, fmt, ap); in envd_log()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c422 pri_debug(int level, char *fmt, ...) in pri_debug() argument
427 va_start(ap, fmt); in pri_debug()
428 vsyslog(level, fmt, ap); in pri_debug()
H A Dpriplugin.h70 void pri_debug(int level, char *fmt, ...);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c274 static void log_msg(int pri, const char *fmt, ...);
285 static void snmpplugin_log(const char *fmt, ...);
2008 log_msg(int pri, const char *fmt, ...) in log_msg() argument
2012 va_start(ap, fmt); in log_msg()
2013 vsyslog(pri, fmt, ap); in log_msg()
2026 snmpplugin_log(const char *fmt, ...) in snmpplugin_log() argument
2032 va_start(ap, fmt); in snmpplugin_log()
2033 (void) vsnprintf(snmpplugin_lbuf, SNMPPLUGIN_DMAX_LINE, fmt, ap); in snmpplugin_log()
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c381 if (fmt[strlen(fmt) - 1] != '\n') in verror()
387 fatal(const char *fmt, ...) in fatal() argument
391 va_start(ap, fmt); in fatal()
392 verror(fmt, ap); in fatal()
403 dfatal(const char *fmt, ...) in dfatal() argument
407 va_start(ap, fmt); in dfatal()
410 if (fmt != NULL) in dfatal()
415 if (fmt != NULL && fmt[strlen(fmt) - 1] != '\n') { in dfatal()
418 } else if (fmt == NULL) { in dfatal()
437 va_start(ap, fmt); in notice()
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java83 int fmt); in pool_conf_export() argument
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c91 static void pu_notice(const char *fmt, ...);
153 fmt, alist); in pu_output()
189 pu_notice(const char *fmt, ...) in pu_notice() argument
193 va_start(alist, fmt); in pu_notice()
194 pu_output(LOG_NOTICE, fmt, alist); in pu_notice()
230 pu_die(const char *fmt, ...) in pu_die() argument
234 va_start(alist, fmt); in pu_die()
235 pu_output(LOG_ERR, fmt, alist); in pu_die()
255 pu_terminate(const char *fmt, ...) in pu_terminate() argument
259 va_start(alist, fmt); in pu_terminate()
[all …]
/illumos-gate/usr/src/cmd/power/
H A Dconf.c105 mesg(int code, char *fmt, ...) in mesg() argument
128 va_start(vargs, fmt); in mesg()
129 (void) vfprintf(stderr, gettext(fmt), vargs); in mesg()
H A Dparse.c161 char es_prop[] = "energystar-v?", *fmt = "%s init/access error\n"; in lookup_estar_vers() local
169 mesg(MERR, fmt, "di_init"); in lookup_estar_vers()
172 mesg(MERR, fmt, "di_prom_init"); in lookup_estar_vers()
H A Dpowerd.c166 logerror(const char *fmt, ...) in logerror() argument
170 va_start(args, fmt); in logerror()
172 vsyslog(LOG_ERR, fmt, args); in logerror()

1...<<11121314151617181920>>...47