Searched refs:report_error (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/dtc/ |
H A D | fdtput.c | 39 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 D | fdtget.c | 37 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()
|
/linux/net/batman-adv/ |
H A D | main.c | 696 goto report_error; in batadv_throw_uevent() 720 report_error: in batadv_throw_uevent()
|
/linux/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_leaf.c | 1298 bool report_error; in kvaser_usb_leaf_usbcan_conditionally_rx_error() local 1308 report_error = false; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1312 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1316 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1321 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1324 if (report_error) in kvaser_usb_leaf_usbcan_conditionally_rx_error()
|
/linux/arch/s390/pci/ |
H A D | pci_sysfs.c | 158 static const BIN_ATTR(report_error, S_IWUSR, NULL, report_error_write, PAGE_SIZE);
|