Searched refs:logopt (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 31 int logopt; member 264 options->logopt = TO_SYSLOG; in options_init() 291 .logopt = TO_STDOUT, in main() 304 if (log_init(options.loglevel, basename(argv[0]), options.logopt)) { in main()
|
/openbmc/linux/tools/thermal/thermometer/ |
H A D | thermometer.c | 38 int logopt; member 243 options->logopt = TO_SYSLOG; in options_init() 536 .logopt = TO_STDOUT, in main() 547 if (log_init(options.loglvl, argv[0], options.logopt)) in main()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | fix_warnings2.patch | 92 -openlog(name, logopt, facility) 93 +void openlog(name, logopt, facility) 95 int logopt;
|