Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dheader.hpp24 report_error( in header_str()
29 report_error("journald requires header do not start with " in header_str()
36 report_error( in header_str()
47 report_error("Header name is reserved."); in header_str()
65 static void report_error(const char*);
/openbmc/linux/scripts/dtc/
H A Dfdtput.c39 static void report_error(const char *name, int namelen, int err) in report_error() function
128 report_error(node_name, -1, node); in store_key_value()
134 report_error(property, -1, err); in store_key_value()
173 report_error(path, sep - path, node); in create_paths()
199 report_error(node_name, -1, -FDT_ERR_BADPATH); in create_node()
207 report_error(node_name, -1, node); in create_node()
214 report_error(p + 1, -1, node); in create_node()
H A Dfdtget.c37 static void report_error(const char *where, int err) in report_error() function
218 report_error(property, len); in show_data_for_item()
254 report_error(arg[i], node); in do_fdtget()
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dconsteval_string.hpp41 report_error("String mismatch; check parameter name."); in consteval_string()
47 static void report_error(const char*);
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c1165 bool report_error; in kvaser_usb_leaf_usbcan_conditionally_rx_error() local
1175 report_error = false; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1179 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1183 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1188 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
1191 if (report_error) in kvaser_usb_leaf_usbcan_conditionally_rx_error()
/openbmc/linux/arch/s390/pci/
H A Dpci_sysfs.c153 static BIN_ATTR(report_error, S_IWUSR, NULL, report_error_write, PAGE_SIZE);
/openbmc/u-boot/tools/
H A Dfdtgrep.c70 static void report_error(const char *where, int err) in report_error() function
820 report_error("fdt_find_regions", count); in do_fdtgrep()