| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | e752x_edac.c | 380 int handle_error) in process_ce() argument 384 if (handle_error) in process_ce() 438 int handle_error) in process_ue() argument 442 if (handle_error) in process_ue() 447 int *error_found, int handle_error) in process_ue_no_info_wr() argument 451 if (!handle_error) in process_ue_no_info_wr() 481 int handle_error) in process_ded_retry() argument 485 if (handle_error) in process_ded_retry() 490 int *error_found, int handle_error) in process_threshold_ce() argument 494 if (handle_error) in process_threshold_ce() [all …]
|
| H A D | synopsys_edac.c | 479 static void handle_error(struct mem_ctl_info *mci, struct synps_ecc_status *p) in handle_error() function 553 handle_error(mci, &priv->stat); in intr_handler() 582 handle_error(mci, &priv->stat); in check_errors()
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_sh.c | 82 static void handle_error(struct uart_port *port) in handle_error() function 110 handle_error(port); in sh_serial_tstc_generic() 124 handle_error(port); in serial_getc_check() 126 handle_error(port); in serial_getc_check() 144 handle_error(port); in sh_serial_getc_generic() 147 handle_error(port); in sh_serial_getc_generic()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | httpserver.py | 41 def handle_error(self, request, client_address): function 45 self.server.handle_error = handle_error
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | insane.bbclass | 305 oe.qa.handle_error("libdir", "\n".join(messages), d) 521 …oe.qa.handle_error("license-checksum", pn + ": Recipe file fetches files and does not have license… 529 …oe.qa.handle_error("license-checksum", pn + ": LIC_FILES_CHKSUM contains an invalid URL: " + url, … 533 …oe.qa.handle_error("license-checksum", pn + ": LIC_FILES_CHKSUM points to an invalid file: " + src… 604 oe.qa.handle_error("license-checksum", msg, d) 650 oe.qa.handle_error("la", error_msg, d) 657 oe.qa.handle_error("pkgconfig", error_msg, d) 670 oe.qa.handle_error(w, warnings[w], d) 672 oe.qa.handle_error(e, errors[e], d) 687 oe.qa.handle_error(w, warnings[w], d) [all …]
|
| H A D | yocto-check-layer.bbclass | 15 …oe.qa.handle_error("installed-vs-shipped", 'Package %s is skipping "installed-vs-shipped" QA test.…
|
| H A D | license.bbclass | 186 oe.qa.handle_error("license-no-generic", 199 oe.qa.handle_error("license-exists", 225 oe.qa.handle_error("license-syntax", 400 oe.qa.handle_error('license-format', 406 oe.qa.handle_error('license-format',
|
| H A D | license_image.bbclass | 67 …oe.qa.handle_error('license-incompatible', "Including %s with incompatible license(s) %s into the … 103 oe.qa.handle_error('license-file-missing',
|
| H A D | ptest.bbclass | 132 …oe.qa.handle_error("missing-ptest", "supports ptests but is not included in oe-core's ptest-packag…
|
| H A D | package.bbclass | 913 oe.qa.handle_error("perm-config", msg, d) 1053 oe.qa.handle_error("perm-line", msg, d) 1090 oe.qa.handle_error("perm-link", msg, d) 1262 oe.qa.handle_error("already-stripped", msg, d) 1420 oe.qa.handle_error("packages-list", msg, d) 1457 oe.qa.handle_error("files-invalid", msg, d) 1526 oe.qa.handle_error("incompatible-license", msg, d) 1550 oe.qa.handle_error("installed-vs-shipped", msg, d) 1896 oe.qa.handle_error("pkgv-undefined", msg, d) 2460 oe.qa.handle_error("var-undefined", msg, d)
|
| H A D | multilib.bbclass | 219 oe.qa.handle_error("multilib", msg, d)
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdriswrast.c | 444 goto handle_error; in __glXDRIscreenProbe() 454 goto handle_error; in __glXDRIscreenProbe() 473 handle_error: in __glXDRIscreenProbe()
|
| H A D | glxdri2.c | 946 goto handle_error; in __glXDRIscreenProbe() 961 goto handle_error; in __glXDRIscreenProbe() 972 goto handle_error; in __glXDRIscreenProbe() 1004 handle_error: in __glXDRIscreenProbe()
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | msi.c | 421 if (ops->handle_error) in __msi_domain_alloc_irqs() 422 ret = ops->handle_error(domain, desc, ret); in __msi_domain_alloc_irqs()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | qa.py | 187 def handle_error(error_class, error_msg, d): function
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | msi.c | 1466 .handle_error = pci_msi_domain_handle_error, 1480 if (ops->handle_error == NULL) in pci_msi_domain_update_dom_ops() 1481 ops->handle_error = pci_msi_domain_handle_error; in pci_msi_domain_update_dom_ops()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | msi.h | 318 int (*handle_error)(struct irq_domain *domain, member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | ucc_uart.c | 502 goto handle_error; in qe_uart_int_rx() 532 handle_error: in qe_uart_int_rx()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_device.c | 468 handle_error: in tls_push_data() 492 goto handle_error; in tls_push_data()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/ |
| H A D | cpm_uart_core.c | 278 goto handle_error; in cpm_uart_int_rx() 314 handle_error: in cpm_uart_int_rx()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | disk-io.c | 2622 bool handle_error = false; in init_tree_roots() local 2630 if (handle_error) { in init_tree_roots() 2659 handle_error = true; in init_tree_roots() 2666 handle_error = true; in init_tree_roots() 2683 handle_error = true; in init_tree_roots() 2691 handle_error = true; in init_tree_roots()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | mesh.c | 1031 static void handle_error(struct mesh_state *ms) in handle_error() function 1511 handle_error(ms); in cmd_complete() 1676 handle_error(ms); in DEF_SCSI_QCMD()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 1124 self.handle_error() 1145 def handle_error(self): member in Slot
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-4.0.rst | 235 classes they should be changed to ``oe.qa.handle_error()``.
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | asihpi.c | 260 static u16 handle_error(u16 err, int line, char *filename) in handle_error() function 269 #define hpi_handle_error(x) handle_error(x, __LINE__, __FILE__)
|