Home
last modified time | relevance | path

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

/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()
/linux/net/batman-adv/
H A Dmain.c647 goto report_error; in batadv_throw_uevent()
671 report_error: in batadv_throw_uevent()
/linux/include/linux/fs/
H A Dsuper_types.h129 void (*report_error)(const struct fserror_event *event); member
/linux/arch/s390/pci/
H A Dpci_sysfs.c160 static const BIN_ATTR(report_error, S_IWUSR, NULL, report_error_write, PAGE_SIZE);
/linux/tools/perf/
H A Dbuiltin-record.c1372 bool report_error = true; in record__open() local
1399 report_error = false; in record__open()
1405 if (report_error || verbose > 0) { in record__open()
/linux/fs/xfs/
H A Dxfs_super.c1299 .report_error = xfs_fs_report_error,