/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/ |
H A D | 0001-src-rdate-Fix-printf-format-errors.patch | 9 | syslog(is_error?LOG_WARNING:LOG_INFO, buf); 26 - syslog(is_error?LOG_WARNING:LOG_INFO, buf); 27 + syslog(is_error?LOG_WARNING:LOG_INFO, "%s", buf);
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 0001-Fix-build-with-clang.patch | 46 int deny_severity = LOG_WARNING; /* ditto */ 61 int deny_severity = LOG_WARNING; /* ditto */
|
H A D | safe_finger.patch | 28 +int deny_severity = LOG_WARNING;
|
H A D | 0001-Fix-implicit-function-declaration-warnings.patch | 81 int deny_severity = LOG_WARNING; /* ditto */
|
H A D | fix_warnings2.patch | 176 int deny_severity = LOG_WARNING; /* ditto */
|
H A D | 13_shlib_weaksym.patch | 253 +int deny_severity = LOG_WARNING;
|
H A D | 10_usagi-ipv6.patch | 524 int deny_severity = LOG_WARNING;
|
/openbmc/linux/drivers/gpu/drm/amd/display/include/ |
H A D | logger_types.h | 87 LOG_WARNING, enumerator 137 (1ULL << LOG_WARNING) | \
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | level.hpp | 14 warning = LOG_WARNING,
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | log.h | 50 #define LOG_WARN LOG_WARNING
|
/openbmc/linux/tools/thermal/lib/ |
H A D | log.h | 21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__)
|
H A D | log.c | 16 [LOG_WARNING] = "WARN",
|
/openbmc/phosphor-mboxd/ |
H A D | common.c | 22 FILE *s = (p < LOG_WARNING) ? stdout : stderr; in mbox_log_console()
|
/openbmc/hiomapd/ |
H A D | common.c | 22 FILE *s = (p < LOG_WARNING) ? stdout : stderr; in mbox_log_console()
|
/openbmc/inarp/ |
H A D | inarp.c | 184 inarp_log(inarp, LOG_WARNING, in get_local_ipaddr() 191 inarp_log(inarp, LOG_WARNING, in get_local_ipaddr() 385 inarp_log(inarp, LOG_WARNING, in arp_recv()
|
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/ |
H A D | 0006-dropbear-configuration-file.patch | 28 dropbear_log(LOG_WARNING, "pam_start() failed, rc=%d, %s",
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | log.hpp | 42 WARNING = LOG_WARNING,
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | add-error-check-for-disk-filled-up.patch | 54 syslog(LOG_WARNING, "tftpd: write(ack): %m");
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | lanplus.c | 2826 lprintf(LOG_WARNING, "Unsupported cipher suite ID : %d\n", in ipmi_lanplus_open_session() 2889 lprintf(LOG_WARNING, "Error in open session response message : %s\n", in ipmi_lanplus_open_session() 2898 lprintf(LOG_WARNING, "Warning: Console session ID is not " in ipmi_lanplus_open_session() 2922 lprintf(LOG_WARNING, "Authentication algorithm 0x%02x is " in ipmi_lanplus_open_session() 2931 lprintf(LOG_WARNING, "Integrity algorithm 0x%02x is " in ipmi_lanplus_open_session() 2940 lprintf(LOG_WARNING, "Encryption algorithm 0x%02x is " in ipmi_lanplus_open_session() 3067 lprintf(LOG_WARNING, "> Error: no response from RAKP 1 message"); in ipmi_lanplus_rakp1() 3240 lprintf(LOG_WARNING, "> Error: no response from RAKP 3 message"); in ipmi_lanplus_rakp3()
|
/openbmc/ipmitool/src/ |
H A D | ipmievd.c | 584 …lprintf(LOG_WARNING, "SEL buffer used at %d%%, please consider clearing the SEL buffer", selwatch_… in selwatch_setup() 620 …lprintf(LOG_WARNING, "SEL buffer is %d%% full, please consider clearing the SEL buffer", selwatch_… in selwatch_check()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_lanp.c | 258 lprintf(LOG_WARNING, "Mismatched data lengths: %d != %d", in set_lan_param_wait() 267 lprintf(LOG_WARNING, "LAN Parameter Data does not match! " in set_lan_param_wait() 904 lprintf(LOG_WARNING, "Invalid authentication type: %s", p); in ipmi_lan_set_auth() 921 lprintf(LOG_WARNING, "Invalid authentication level: %s", p); in ipmi_lan_set_auth()
|
H A D | ipmi_chassis.c | 173 lprintf(LOG_WARNING, "Chassis may not support Force Identify On\n"); in ipmi_chassis_identify()
|
/openbmc/btbridge/ |
H A D | btbridged.c | 94 FILE *s = (p < LOG_WARNING) ? stdout : stderr; in bt_log_console()
|
/openbmc/qemu/qga/ |
H A D | main.c | 354 return LOG_WARNING; in glib_log_level_to_system()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp_0.3-beta15-52.diff | 1998 syslog(LOG_WARNING, _("%s: %s: drive is sleeping"),
|