/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_nopfuncs.c | 55 warning(__func__); in nop_glBindMultiTextureEXT() 61 warning(__func__); in nop_glColor3hNV() 67 warning(__func__); in nop_glColor3hvNV() 73 warning(__func__); in nop_glColor4hNV() 79 warning(__func__); in nop_glColor4hvNV() 85 warning(__func__); in nop_glDisableClientStateIndexedEXT() 91 warning(__func__); in nop_glEnableClientStateIndexedEXT() 97 warning(__func__); in nop_glFogCoordhNV() 103 warning(__func__); in nop_glFogCoordhvNV() 109 warning(__func__); in nop_glGetNamedBufferParameterivEXT() [all …]
|
/external/openssh/ |
D | key.c | 29 fatal("%s: %s", __func__, ssh_err(r)); in key_add_private() 38 fatal("%s: failed", __func__); in key_new_private() 61 fatal("%s: %s", __func__, ssh_err(r)); in key_generate() 71 fatal("%s: %s", __func__, ssh_err(r)); in key_cert_copy() 81 fatal("%s: %s", __func__, ssh_err(r)); in key_from_private() 101 fatal_on_fatal_errors(r, __func__, 0); in key_from_blob() 102 error("%s: %s", __func__, ssh_err(r)); in key_from_blob() 120 fatal_on_fatal_errors(r, __func__, 0); in key_to_blob() 121 error("%s: %s", __func__, ssh_err(r)); in key_to_blob() 125 fatal("%s: giant len %zu", __func__, blen); in key_to_blob() [all …]
|
D | opacket.c | 19 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_start() 29 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_char() 38 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int() 47 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_int64() 56 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_string() 65 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_cstring() 74 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_raw() 84 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum() 95 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_bignum2() 106 fatal("%s: %s", __func__, ssh_err(r)); in ssh_packet_put_ecpoint() [all …]
|
D | monitor_wrap.c | 101 fatal("%s: no log channel", __func__); in mm_log_handler() 116 fatal("%s: write: %s", __func__, strerror(errno)); in mm_log_handler() 136 debug3("%s entering: type %d", __func__, type); in mm_request_send() 141 fatal("%s: write: %s", __func__, strerror(errno)); in mm_request_send() 143 fatal("%s: write: %s", __func__, strerror(errno)); in mm_request_send() 152 debug3("%s entering", __func__); in mm_request_receive() 157 fatal("%s: read: %s", __func__, strerror(errno)); in mm_request_receive() 161 fatal("%s: read: bad msg_len %d", __func__, msg_len); in mm_request_receive() 165 fatal("%s: read: %s", __func__, strerror(errno)); in mm_request_receive() 173 debug3("%s entering: type %d", __func__, type); in mm_request_receive_expect() [all …]
|
D | sandbox-systrace.c | 104 debug3("%s: preparing systrace sandbox", __func__); in ssh_sandbox_init() 116 debug3("%s: ready", __func__); in ssh_sandbox_child() 119 fatal("%s: kill(%d, SIGSTOP)", __func__, getpid()); in ssh_sandbox_child() 120 debug3("%s: started", __func__); in ssh_sandbox_child() 132 debug3("%s: wait for child %ld", __func__, (long)child_pid); in ssh_sandbox_parent() 140 __func__, WTERMSIG(status)); in ssh_sandbox_parent() 143 __func__, WEXITSTATUS(status)); in ssh_sandbox_parent() 144 fatal("%s: child not stopped", __func__); in ssh_sandbox_parent() 146 debug3("%s: child %ld stopped", __func__, (long)child_pid); in ssh_sandbox_parent() 151 fatal("%s: open(\"/dev/systrace\"): %s", __func__, in ssh_sandbox_parent() [all …]
|
D | bufaux.c | 34 error("%s: %s", __func__, ssh_err(ret)); in buffer_get_short_ret() 46 fatal("%s: buffer error", __func__); in buffer_get_short() 57 error("%s: %s", __func__, ssh_err(ret)); in buffer_get_int_ret() 69 fatal("%s: buffer error", __func__); in buffer_get_int() 80 error("%s: %s", __func__, ssh_err(ret)); in buffer_get_int64_ret() 92 fatal("%s: buffer error", __func__); in buffer_get_int64() 103 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_short() 112 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int() 121 fatal("%s: %s", __func__, ssh_err(ret)); in buffer_put_int64() 132 error("%s: %s", __func__, ssh_err(ret)); in buffer_get_string_ret() [all …]
|
D | mux.c | 200 debug3("%s: entering for channel %d", __func__, cid); in mux_master_session_cleanup_cb() 202 fatal("%s: channel_by_id(%i) == NULL", __func__, cid); in mux_master_session_cleanup_cb() 206 __func__, c->self, c->ctl_chan); in mux_master_session_cleanup_cb() 221 debug3("%s: entering for channel %d", __func__, cid); in mux_master_control_cleanup_cb() 223 fatal("%s: channel_by_id(%i) == NULL", __func__, cid); in mux_master_control_cleanup_cb() 227 __func__, c->self, c->remote_id); in mux_master_control_cleanup_cb() 232 debug2("%s: channel %d: not open", __func__, sc->self); in mux_master_control_cleanup_cb() 275 fatal("%s: channel %d: c->mux_ctx == NULL", __func__, c->self); in process_mux_master_hello() 277 error("%s: HELLO received twice", __func__); in process_mux_master_hello() 282 error("%s: malformed message", __func__); in process_mux_master_hello() [all …]
|
D | monitor.c | 318 debug3("%s: method %s: partial", __func__, in monitor_child_preauth() 328 __func__, ent->type); in monitor_child_preauth() 354 fatal("%s: authenticated invalid user", __func__); in monitor_child_preauth() 356 fatal("%s: authentication method name unknown", __func__); in monitor_child_preauth() 359 __func__, authctxt->user); in monitor_child_preauth() 430 debug("%s: child log fd closed", __func__); in monitor_read_log() 435 fatal("%s: log fd read: %s", __func__, strerror(errno)); in monitor_read_log() 439 fatal("%s: invalid log message length %u", __func__, len); in monitor_read_log() 446 fatal("%s: log fd read: %s", __func__, strerror(errno)); in monitor_read_log() 453 __func__, level); in monitor_read_log() [all …]
|
/external/clang/test/CodeGenObjC/ |
D | predefined-expr.m | 3 // CHECK: @"__func__.-[Foo instanceTest1]" = private unnamed_addr constant [21 x i8] c"-[Foo instan… 4 // CHECK: @"__func__.-[Foo instanceTest2:]" = private unnamed_addr constant [22 x i8] c"-[Foo insta… 5 // CHECK: @"__func__.-[Foo instanceTest3:withB:]" = private unnamed_addr constant [28 x i8] c"-[Foo… 6 // CHECK: @"__func__.-[Foo instanceTest4]" = private unnamed_addr constant [21 x i8] c"-[Foo instan… 7 // CHECK: @"__func__.+[Foo classTest1]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest… 8 // CHECK: @"__func__.+[Foo classTest2:]" = private unnamed_addr constant [19 x i8] c"+[Foo classTes… 9 // CHECK: @"__func__.+[Foo classTest3:withB:]" = private unnamed_addr constant [25 x i8] c"+[Foo cl… 10 // CHECK: @"__func__.+[Foo classTest4]" = private unnamed_addr constant [18 x i8] c"+[Foo classTest… 11 // CHECK: @"__func__.-[Foo(Category) instanceTestWithCategory]" = private unnamed_addr constant [42… 12 // CHECK: @"__func__.+[Foo(Category) classTestWithCategory]" = private unnamed_addr constant [39 x … [all …]
|
/external/u-boot/drivers/fpga/ |
D | fpga.c | 47 __func__, devnum, desc); in fpga_get_desc() 83 __func__, desc->devdesc); in fpga_dev_info() 91 fpga_no_sup((char *)__func__, "Xilinx devices"); in fpga_dev_info() 99 fpga_no_sup((char *)__func__, "Altera devices"); in fpga_dev_info() 107 fpga_no_sup((char *)__func__, "Lattice devices"); in fpga_dev_info() 112 __func__, desc->devtype); in fpga_dev_info() 115 printf("%s: Invalid device number %d\n", __func__, devnum); in fpga_dev_info() 130 debug("%s\n", __func__); in fpga_init() 151 printf("%s: NULL device descriptor\n", __func__); in fpga_add() 156 printf("%s: FPGA support not initialized!\n", __func__); in fpga_add() [all …]
|
D | zynqpl.c | 96 debug("%s: Let's check bitstream header\n", __func__); in check_header() 112 debug("%s: data swapped - let's swap\n", __func__); in check_header() 115 debug("%s: %d/%x: pattern %x/%x bin_format\n", __func__, i, in check_header() 118 debug("%s: Bitstream is not recognized\n", __func__); in check_header() 122 debug("%s: Found bitstream header at %x %s swapinng\n", __func__, in check_header() 135 debug("%s: word %x %x/%x\n", __func__, word, p, (u32)&buf[p]); in check_data() 140 __func__, p, (u32)&buf[p]); in check_data() 171 debug("%s: Error: isr = 0x%08X\n", __func__, in zynq_dma_transfer() 173 debug("%s: Write count = 0x%08X\n", __func__, in zynq_dma_transfer() 175 debug("%s: Read count = 0x%08X\n", __func__, in zynq_dma_transfer() [all …]
|
D | xilinx.c | 51 desc = fpga_validate(devnum, dataptr, 0, (char *)__func__); in fpga_loadbitstream() 65 __func__); in fpga_loadbitstream() 77 __func__); in fpga_loadbitstream() 88 __func__); in fpga_loadbitstream() 90 __func__, dataptr, devnum, xdesc->name); in fpga_loadbitstream() 95 __func__); in fpga_loadbitstream() 103 __func__); in fpga_loadbitstream() 115 __func__); in fpga_loadbitstream() 127 __func__); in fpga_loadbitstream() 149 printf("%s: Missing load operation\n", __func__); in xilinx_load() [all …]
|
/external/u-boot/drivers/usb/gadget/ |
D | rndis.c | 184 debug("%s: OID_GEN_SUPPORTED_LIST\n", __func__); in gen_ndis_query_resp() 194 debug("%s: OID_GEN_HARDWARE_STATUS\n", __func__); in gen_ndis_query_resp() 208 debug("%s: OID_GEN_MEDIA_SUPPORTED\n", __func__); in gen_ndis_query_resp() 215 debug("%s: OID_GEN_MEDIA_IN_USE\n", __func__); in gen_ndis_query_resp() 223 debug("%s: OID_GEN_MAXIMUM_FRAME_SIZE\n", __func__); in gen_ndis_query_resp() 233 debug("%s: OID_GEN_LINK_SPEED\n", __func__); in gen_ndis_query_resp() 244 debug("%s: OID_GEN_TRANSMIT_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp() 253 debug("%s: OID_GEN_RECEIVE_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp() 262 debug("%s: OID_GEN_VENDOR_ID\n", __func__); in gen_ndis_query_resp() 269 debug("%s: OID_GEN_VENDOR_DESCRIPTION\n", __func__); in gen_ndis_query_resp() [all …]
|
D | dwc2_udc_otg_xfer_dma.c | 42 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_udc_ep0_zlp() 51 "%s : Prepare Setup packets.\n", __func__); in dwc2_udc_pre_setup() 61 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_udc_pre_setup() 63 __func__, readl(®->out_endp[EP0_CON].doepctl)); in dwc2_udc_pre_setup() 72 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out() 74 __func__, readl(®->out_endp[EP0_CON].doepctl)); in dwc2_ep0_complete_out() 77 "%s : Prepare Complete Out packet.\n", __func__); in dwc2_ep0_complete_out() 88 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out() 90 __func__, readl(®->out_endp[EP0_CON].doepctl)); in dwc2_ep0_complete_out() 128 __func__, ep_num, in setdma_rx() [all …]
|
/external/u-boot/fs/btrfs/ |
D | super.c | 83 printf("%s: Unsupported flags: %llu\n", __func__, in btrfs_check_super() 88 printf("%s: tree_root level too big: %d >= %d\n", __func__, in btrfs_check_super() 94 printf("%s: chunk_root level too big: %d >= %d\n", __func__, in btrfs_check_super() 100 printf("%s: log_root level too big: %d >= %d\n", __func__, in btrfs_check_super() 107 printf("%s: invalid sectorsize %u\n", __func__, in btrfs_check_super() 114 printf("%s: invalid nodesize %u\n", __func__, sb->nodesize); in btrfs_check_super() 119 printf("%s: invalid leafsize %u, should be %u\n", __func__, in btrfs_check_super() 125 printf("%s: tree_root block unaligned: %llu\n", __func__, in btrfs_check_super() 131 printf("%s: chunk_root block unaligned: %llu\n", __func__, in btrfs_check_super() 137 printf("%s: log_root block unaligned: %llu\n", __func__, in btrfs_check_super() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | predefined-expr.cpp | 108 printf("__func__ %s\n", __func__); in topLevelNamespaceFunction() 119 printf("__func__ %s\n", __func__); in anonymousNamespaceFunction() 133 printf("__func__ %s\n", __func__); in classTemplateFunction() 142 printf("__func__ %s\n", __func__); in staticFunction() 148 printf("__func__ %s\n", __func__); 154 printf("__func__ %s\n", __func__); in virtualFunction() 160 printf("__func__ %s\n", __func__); in functionWithParameters() 166 printf("__func__ %s\n", __func__); in functionReturningClass() 173 printf("__func__ %s\n", __func__); in variadicFunction() 179 printf("__func__ %s\n", __func__); in withTemplateParameter1() [all …]
|
/external/u-boot/arch/arm/mach-tegra/tegra124/ |
D | cpu.c | 25 debug("%s entry\n", __func__); in enable_cpu_power_rail() 50 debug("%s entry\n", __func__); in enable_cpu_clocks() 55 debug("%s: PLLX base = 0x%08X\n", __func__, reg); in enable_cpu_clocks() 58 debug("%s: PLLX locked, delay for stable clocks\n", __func__); in enable_cpu_clocks() 62 debug("%s: Setting CCLK_BURST and DIVIDER\n", __func__); in enable_cpu_clocks() 66 debug("%s: Enabling clock to all CPUs\n", __func__); in enable_cpu_clocks() 72 debug("%s: Enabling main CPU complex clocks\n", __func__); in enable_cpu_clocks() 78 debug("%s: Done\n", __func__); in enable_cpu_clocks() 86 debug("%s entry\n", __func__); in remove_cpu_resets() 156 debug("%s entry\n", __func__); in tegra124_init_clocks() [all …]
|
/external/clang/test/SemaCXX/ |
D | predefined-expr.cpp | 6 static_assert(sizeof(__func__) == 4, "foo"); in foo() 13 static_assert(sizeof(__func__) == 4, "bar"); in bar() 22 static_assert(sizeof(__func__) == 4, "baz"); in baz() 27 static_assert(sizeof(__func__) == 11, "operator()"); in baz() 36 static_assert(sizeof(__func__) == 27, "___Z3bazIiEiv_block_invoke"); in baz() 44 static_assert(sizeof(__func__) == 4, "baz"); in baz() 53 static_assert(sizeof(__func__) == 5, "main"); in main() 58 static_assert(sizeof(__func__) == 11, "operator()"); in main() 67 static_assert(sizeof(__func__) == 20, "__main_block_invoke"); in main() 75 static_assert(sizeof(__func__) == 5, "main"); in main() [all …]
|
/external/openssh/openbsd-compat/ |
D | port-linux.c | 83 "security_getenforce() failed", __func__); in ssh_selinux_getctxbyname() 86 "context for %s", __func__, pwname); in ssh_selinux_getctxbyname() 92 __func__, pwname); in ssh_selinux_getctxbyname() 113 debug3("%s: setting execution context", __func__); in ssh_selinux_setup_exec_context() 119 fatal("%s: security_getenforce() failed", __func__); in ssh_selinux_setup_exec_context() 122 "context for %s", __func__, pwname); in ssh_selinux_setup_exec_context() 126 "for %s (in enforcing mode)", __func__, pwname); in ssh_selinux_setup_exec_context() 132 debug3("%s: done", __func__); in ssh_selinux_setup_exec_context() 146 debug3("%s: setting TTY context on %s", __func__, tty); in ssh_selinux_setup_pty() 153 error("%s: getfilecon: %s", __func__, strerror(errno)); in ssh_selinux_setup_pty() [all …]
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/ |
D | security_engine.c | 157 __func__); in tegra_se_operation_complete() 172 "idle state timeout.\n", __func__); in tegra_se_operation_complete() 187 ERROR("%s: SE write over AHB timeout.\n", __func__); in tegra_se_operation_complete() 196 ERROR("%s: error during SE operation! 0x%x", __func__, val); in tegra_se_operation_complete() 234 ERROR("%s: ERR: SE status is not idle!\n", __func__); in tegra_se_operation_prepare() 267 __func__); in tegra_se_context_save_atomic() 304 __func__, blk_count_limit, val); in tegra_se_context_save_atomic() 423 ERROR("%s: ERR: context save buffer NULL pointer!\n", __func__); in tegra_se_lp_generate_random_data() 520 ERROR("%s: ERR: context save buffer NULL pointer!\n", __func__); in tegra_se_lp_sticky_bits_context_save() 554 ERROR("%s: ERR: context save buffer NULL pointer!\n", __func__); in tegra_se_aeskeytable_context_save() [all …]
|
/external/u-boot/drivers/clk/ |
D | clk-ti-sci.c | 30 debug("%s(dev=%p)\n", __func__, dev); in ti_sci_clk_probe() 46 debug("%s(clk=%p, args_count=%d)\n", __func__, clk, args->args_count); in ti_sci_clk_of_xlate() 65 debug("%s(clk=%p)\n", __func__, clk); in ti_sci_clk_request() 71 debug("%s(clk=%p)\n", __func__, clk); in ti_sci_clk_free() 83 debug("%s(clk=%p)\n", __func__, clk); in ti_sci_clk_get_rate() 87 dev_err(clk->dev, "%s: get_freq failed (%d)\n", __func__, ret); in ti_sci_clk_get_rate() 91 debug("%s(current_freq=%llu)\n", __func__, current_freq); in ti_sci_clk_get_rate() 103 debug("%s(clk=%p, rate=%lu)\n", __func__, clk, rate); in ti_sci_clk_set_rate() 112 dev_err(clk->dev, "%s: set_freq failed (%d)\n", __func__, ret); in ti_sci_clk_set_rate() 126 debug("%s(clk=%p, parent=%p)\n", __func__, clk, parent); in ti_sci_clk_set_parent() [all …]
|
/external/u-boot/drivers/remoteproc/ |
D | k3_system_controller.c | 110 __func__, K3_MSG_M3_TO_R5_CERT_RESULT, fw->hdr.cmd_id); in k3_sysctrler_load_response() 117 __func__); in k3_sysctrler_load_response() 121 __func__, fw->hdr.flags); in k3_sysctrler_load_response() 125 debug("%s: Firmware authentication passed\n", __func__); in k3_sysctrler_load_response() 141 __func__, K3_MSG_M3_TO_R5_BOOT_NOTIFICATION, in k3_sysctrler_boot_notification_response() 146 debug("%s: Boot notification received\n", __func__); in k3_sysctrler_boot_notification_response() 167 __func__, addr, size); in k3_sysctrler_load() 181 __func__, ret); in k3_sysctrler_load() 189 __func__, ret); in k3_sysctrler_load() 199 __func__, dev->name); in k3_sysctrler_load() [all …]
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ionutils.c | 19 fprintf(stderr, "<%s>: Invalid buffer...\n", __func__); in write_buffer() 36 fprintf(stderr, "<%s>: Invalid buffer...\n", __func__); in read_buffer() 57 fprintf(stderr, "<%s>: Invalid ion info\n", __func__); in ion_export_buffer_fd() 65 __func__, strerror(errno)); in ion_export_buffer_fd() 76 __func__, strerror(errno)); in ion_export_buffer_fd() 90 __func__); in ion_export_buffer_fd() 102 __func__, strerror(errno)); in ion_export_buffer_fd() 112 __func__, buffer_fd, maplen); in ion_export_buffer_fd() 121 __func__, strerror(errno)); in ion_export_buffer_fd() 157 fprintf(stderr, "<%s>: Invalid ion info\n", __func__); in ion_import_buffer_fd() [all …]
|
/external/arm-trusted-firmware/plat/common/ |
D | ubsan.c | 114 print_loc(__func__, &data->loc); in __ubsan_handle_type_mismatch_abort() 121 print_loc(__func__, &data->loc); in __ubsan_handle_type_mismatch_v1_abort() 129 print_loc(__func__, &data->loc); in __ubsan_handle_add_overflow_abort() 137 print_loc(__func__, &data->loc); in __ubsan_handle_sub_overflow_abort() 145 print_loc(__func__, &data->loc); in __ubsan_handle_mul_overflow_abort() 152 print_loc(__func__, &data->loc); in __ubsan_handle_negate_overflow_abort() 159 print_loc(__func__, &data->loc); in __ubsan_handle_pointer_overflow_abort() 167 print_loc(__func__, &data->loc); in __ubsan_handle_divrem_overflow_abort() 175 print_loc(__func__, &data->loc); in __ubsan_handle_shift_out_of_bounds_abort() 182 print_loc(__func__, &data->loc); in __ubsan_handle_out_of_bounds_abort() [all …]
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_secy_ops.c | 33 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_protect_frames() 53 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_encrypt() 73 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_replay() 93 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_current_cipher_suite() 121 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_cp_control_enable_port() 141 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_get_capability() 162 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_get_receive_lowest_pn() 183 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_get_transmit_next_pn() 204 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_set_transmit_next_pn() 225 wpa_printf(MSG_ERROR, "KaY: %s params invalid", __func__); in secy_set_receive_lowest_pn() [all …]
|