| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/ |
| H A D | 0001-src-rdate-Fix-printf-format-errors.patch | 9 | syslog(is_error?LOG_WARNING:LOG_INFO, buf); 22 @@ -82,7 +82,7 @@ write_log(int is_error, char *format, ...) 26 - syslog(is_error?LOG_WARNING:LOG_INFO, buf); 27 + syslog(is_error?LOG_WARNING:LOG_INFO, "%s", buf); 28 if(is_error || print_mode) 29 fprintf(is_error?stderr:stdout, "%s: %s\n", argv0, buf);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_utils.c | 19 bool is_error = level[1] <= KERN_ERR[1]; in __i915_printk() local 32 if (is_error) in __i915_printk() 40 if (is_error && !shown_bug_once) { in __i915_printk()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/ |
| H A D | get_syscall_info.c | 103 unsigned int is_error; in TEST() member 122 (void *) (&info.exit.is_error + 1) - in TEST() 243 ASSERT_EQ(exp_param->is_error, in TEST() 244 info.exit.is_error) { in TEST()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | lan91c96.c | 521 int is_error = 0; in smc_rcv() local 599 is_error = 1; in smc_rcv() 611 if (!is_error) { in smc_rcv()
|
| H A D | smc91111.c | 670 int is_error = 0; in smc_rcv() local 751 is_error = 1; in smc_rcv() 767 if (!is_error) { in smc_rcv()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ring.c | 389 buff->is_error |= buff_->is_error; in aq_ring_rx_clean() 394 if (buff->is_error || in aq_ring_rx_clean() 415 if (buff->is_error) { in aq_ring_rx_clean()
|
| H A D | aq_ring.h | 80 u32 is_error:1; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | ptrace-shared.h | 109 __uint8_t is_error; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | ptrace-shared.h | 109 __uint8_t is_error; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ptrace.h | 95 __u8 is_error; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cq.c | 487 int is_error; in mthca_poll_one() local 510 is_error = (cqe->opcode & MTHCA_ERROR_CQE_OPCODE_MASK) == in mthca_poll_one() 512 is_send = is_error ? cqe->opcode & 0x01 : cqe->is_send & 0x80; in mthca_poll_one() 570 if (is_error) { in mthca_poll_one()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | ptrace.c | 977 info->exit.is_error = !!info->exit.rval; in ptrace_get_syscall_info_exit() 978 if (!info->exit.is_error) in ptrace_get_syscall_info_exit() 982 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | cq.c | 666 int is_error; in mlx4_ib_poll_one() local 689 is_error = (cqe->owner_sr_opcode & MLX4_CQE_OPCODE_MASK) == in mlx4_ib_poll_one() 756 if (unlikely(is_error)) { in mlx4_ib_poll_one()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_plane.c | 100 bool is_error; member 1032 if (pdpu->is_error) in dpu_plane_flush() 1058 pdpu->is_error = error; in dpu_plane_set_error() 1214 pdpu->is_error = false; in dpu_plane_atomic_update()
|
| /OK3568_Linux_fs/buildroot/package/oracle-mysql/ |
| H A D | 0005-bison_3_breaks_mysql_server_build.patch | 2730 - if (($$ == NULL) || (YYTHD->is_error())) 2733 + if (($$ == NULL) || (thd->is_error())) 2741 - if (($$ == NULL) || (YYTHD->is_error())) 2743 + if (($$ == NULL) || (thd->is_error()))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_a0.c | 694 buff->is_error = 1U; in hw_atl_a0_hw_ring_rx_receive()
|
| H A D | hw_atl_b0.c | 962 buff->is_error = 1U; in hw_atl_b0_hw_ring_rx_receive()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | ste_dma40.c | 240 bool is_error; member 1688 if (!il[row].is_error) in d40_handle_interrupt()
|