Searched refs:report_error (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/scripts/dtc/ |
D | fdtput.c | 53 static void report_error(const char *name, int namelen, int err) in report_error() function 142 report_error(node_name, -1, node); in store_key_value() 148 report_error(property, -1, err); in store_key_value() 187 report_error(path, sep - path, node); in create_paths() 213 report_error(node_name, -1, -FDT_ERR_BADPATH); in create_node() 221 report_error(node_name, -1, node); in create_node() 228 report_error(p + 1, -1, node); in create_node()
|
D | fdtget.c | 51 static void report_error(const char *where, int err) in report_error() function 232 report_error(property, len); in show_data_for_item() 268 report_error(arg[i], node); in do_fdtget()
|
/linux-4.4.14/drivers/net/can/usb/ |
D | kvaser_usb.c | 985 bool report_error; in kvaser_usbcan_conditionally_rx_error() local 995 report_error = false; in kvaser_usbcan_conditionally_rx_error() 999 report_error = true; in kvaser_usbcan_conditionally_rx_error() 1003 report_error = true; in kvaser_usbcan_conditionally_rx_error() 1008 report_error = true; in kvaser_usbcan_conditionally_rx_error() 1011 if (report_error) in kvaser_usbcan_conditionally_rx_error()
|