Home
last modified time | relevance | path

Searched refs:__func__ (Results 1 – 25 of 1204) sorted by relevance

12345678910>>...49

/openbsd/regress/lib/libcrypto/asn1/
H A Dx509_algor.c36 errx(1, "%s: X509_ALGOR_new", __func__); in x509_algor_new_test()
39 errx(1, "%s: OBJ_nid2obj", __func__); in x509_algor_new_test()
75 errx(1, "%s: X509_ALGOR_new", __func__); in x509_algor_set0_test()
249 errx(1, "%s: X509_ALGOR_new", __func__); in x509_algor_get0_test()
259 __func__, V_ASN1_UNDEF, ptype); in x509_algor_get0_test()
286 __func__, V_ASN1_INTEGER, ptype); in x509_algor_get0_test()
306 __func__, V_ASN1_INTEGER, ptype); in x509_algor_get0_test()
332 errx(1, "%s: X509_ALGOR_new", __func__); in x509_algor_set_evp_md_test()
336 __func__); in x509_algor_set_evp_md_test()
353 errx(1, "%s: X509_ALGOR_set0", __func__); in x509_algor_set_evp_md_test()
[all …]
/openbsd/usr.sbin/vmd/
H A Darm64_vm.c25 fatalx("%s: unimplemented", __func__); in create_memory_map()
32 fatalx("%s: unimplemented", __func__); in load_firmware()
41 fatalx("%s: unimplemented", __func__); in init_emulated_hw()
49 fatalx("%s: unimplemented", __func__); in restore_emulated_hw()
56 fatalx("%s: unimplemented", __func__); in pause_vm_md()
63 fatalx("%s: unimplemented", __func__); in unpause_vm_md()
70 fatalx("%s: unimplemented", __func__); in dump_devs()
78 fatalx("%s: unimplemented", __func__); in dump_send_header()
93 fatalx("%s: unimplemented", __func__); in write_mem()
101 fatalx("%s: unimplemented", __func__); in read_mem()
[all …]
H A Dvionet.c456 __func__); in vionet_rx()
471 __func__); in vionet_rx()
479 __func__); in vionet_rx()
573 __func__, sz); in vionet_rx_copy()
582 __func__); in vionet_rx_copy()
641 __func__); in vionet_rx_zerocopy()
790 __func__); in vionet_tx()
805 __func__); in vionet_tx()
827 __func__); in vionet_tx()
876 __func__); in vionet_tx()
[all …]
H A Dsev.c53 log_warnx("%s: failed to get platform state", __func__); in sev_init()
57 log_warnx("%s: platform uninitialized", __func__); in sev_init()
62 log_warnx("%s: launch failed", __func__); in sev_init()
68 log_warnx("%s: failed to get guest state", __func__); in sev_init()
109 "len = 0x%zx", __func__, addr, size); in sev_register_encryption()
126 "vmr_size 0x%lx", __func__, i, addr, size, in sev_register_encryption()
163 "%zu:0x%lx", __func__, i, vmr->vmr_va); in sev_encrypt_memory()
171 log_warnx("%s: failed to launch measure", __func__); in sev_encrypt_memory()
175 log_warnx("%s: failed to launch finish", __func__); in sev_encrypt_memory()
180 log_warnx("%s: failed to get guest state", __func__); in sev_encrypt_memory()
[all …]
/openbsd/regress/lib/libcrypto/x509/
H A Dx509_extensions_test.c79 "want %d, got %d.\n", __func__, 0, got); in test_x509v3_add1_i2d_empty_stack()
105 "added error %d, want %d.\n", __func__, in test_x509v3_add1_i2d_empty_stack()
161 __func__, 1, got); in test_x509v3_add1_i2d_single_nid()
169 __func__, got); in test_x509v3_add1_i2d_single_nid()
212 " pushed %d, want %d.\n", __func__, in test_x509v3_add1_i2d_single_nid()
633 __func__, got); in test_x509v3_add1_i2d_invalid_operations()
681 "to return NULL\n", __func__); in test_x509v3_get_d2i_null()
748 __func__); in test_x509v3_get_d2i_multiple_basic_constraints()
753 __func__, -1, crit); in test_x509v3_get_d2i_multiple_basic_constraints()
765 "basic constraints\n", __func__); in test_x509v3_get_d2i_multiple_basic_constraints()
[all …]
/openbsd/usr.bin/ssh/
H A Dlog.h105 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__)
106 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__)
107 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__)
108 #define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
110 #define logit(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
111 #define error(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
112 #define fatal(...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, NULL, __VA_ARGS__)
116 #define do_log2_f(level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, NULL, __VA_ARGS__)
119 #define debug_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS_…
121 #define logit_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
[all …]
H A Dsk-usbhid.c137 skdebug(__func__, "path == NULL"); in sk_open()
141 skdebug(__func__, "calloc sk failed"); in sk_open()
187 skdebug(__func__, "calloc skv failed"); in sk_openv()
194 skdebug(__func__, "sk_open failed"); in sk_openv()
365 skdebug(__func__, "sk_openv failed"); in sk_select_by_cred()
398 skdebug(__func__, "sk_openv failed"); in sk_select_by_touch()
430 skdebug(__func__, "timeout"); in sk_select_by_touch()
629 skdebug(__func__, "user too long"); in check_enroll_options()
766 skdebug(__func__, "key exists"); in sk_enroll()
1138 skdebug(__func__, "alloc failed"); in read_rks()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c998 __func__, k, minDET_pipe); in dml32_CalculateDETBufferSize()
3539 __func__, Tdmbf); in dml32_CalculatePrefetchSchedule()
3542 __func__, Tdmsks); in dml32_CalculatePrefetchSchedule()
3544 __func__, *Tdmdl); in dml32_CalculatePrefetchSchedule()
3716 __func__, VStartup * LineTime); in dml32_CalculatePrefetchSchedule()
3724 __func__, *DSTYAfterScaler); in dml32_CalculatePrefetchSchedule()
4043 __func__, dst_y_prefetch_equ); in dml32_CalculatePrefetchSchedule()
4867 __func__, k, NumberOfCursors[k]); in dml32_CalculatePixelDeliveryTimes()
5047 __func__, k, PTERequestSizeY[k]); in dml32_CalculateMetaAndPTETimes()
5894 __func__, k, *StutterPeriod); in dml32_CalculateStutterEfficiency()
[all …]
H A Ddisplay_rq_dlg_calc_32.c178 __func__, detile_buf_plane1_addr); in dml32_rq_dlg_get_rq_reg()
187 __func__, detile_buf_plane1_addr); in dml32_rq_dlg_get_rq_reg()
272 dml_print("DML_DLG: %s: interlaced = %d\n", __func__, interlaced); in dml32_rq_dlg_get_dlg_reg()
323 __func__, j, grp, grp_idx); in dml32_rq_dlg_get_dlg_reg()
347 dml_print("DML_DLG: %s: htotal= %d\n", __func__, htotal); in dml32_rq_dlg_get_dlg_reg()
378 dml_print("DML_DLG: %s: vratio_pre_l = %3.2f\n", __func__, vratio_pre_l); in dml32_rq_dlg_get_dlg_reg()
396 __func__, refcyc_per_line_delivery_pre_c); in dml32_rq_dlg_get_dlg_reg()
398 __func__, refcyc_per_line_delivery_c); in dml32_rq_dlg_get_dlg_reg()
422 __func__, refcyc_per_req_delivery_pre_c); in dml32_rq_dlg_get_dlg_reg()
435 __func__, refcyc_per_req_delivery_pre_cur0); in dml32_rq_dlg_get_dlg_reg()
[all …]
/openbsd/lib/libfido2/src/
H A Du2f.c37 fido_log_debug("%s: ms=%u", __func__, ms); in delay_ms()
81 fido_log_debug("%s: d2i_X509", __func__); in x5c_get()
115 fido_log_debug("%s: sha256", __func__); in authdata_fake()
159 fido_log_debug("%s: iso7816", __func__); in send_dummy_register()
213 fido_log_debug("%s: sha256", __func__); in key_lookup()
321 fido_log_debug("%s: sha256", __func__); in do_auth()
436 fido_log_debug("%s: alg", __func__); in encode_cred_attstmt()
443 fido_log_debug("%s: sig", __func__); in encode_cred_attstmt()
452 fido_log_debug("%s: x5c", __func__); in encode_cred_attstmt()
673 __func__); in u2f_register()
[all …]
H A Dlargeblob.c173 fido_log_debug("%s: fido_tx", __func__); in largeblob_get_tx()
193 fido_log_debug("%s: cbor type", __func__); in parse_largeblob_reply()
209 fido_log_debug("%s: fido_rx", __func__); in largeblob_get_rx()
233 fido_log_debug("%s: len", __func__); in largeblob_array_load()
238 fido_log_debug("%s: cbor_load", __func__); in largeblob_array_load()
438 __func__, array->len, n); in largeblob_get_array()
485 fido_log_debug("%s: SHA256", __func__); in prepare_hmac()
522 fido_log_debug("%s: fido_tx", __func__); in largeblob_set_tx()
599 fido_log_debug("%s: SHA256", __func__); in largeblob_set_array()
617 fido_log_debug("%s: body", __func__); in largeblob_set_array()
[all …]
H A Dcbor.c112 __func__, i, (void *)v[i]); in cbor_array_iter()
178 fido_log_debug("%s: dup", __func__); in cbor_bytestring_copy()
205 fido_log_debug("%s: dup", __func__); in cbor_string_copy()
765 fido_log_debug("%s: HMAC", __func__); in cbor_encode_change_pin_auth()
1369 __func__); in cbor_decode_assert_authdata()
1406 fido_log_debug("%s: alg", __func__); in decode_attstmt_entry()
1413 __func__, attstmt->alg); in decode_attstmt_entry()
1418 fido_log_debug("%s: sig", __func__); in decode_attstmt_entry()
1425 fido_log_debug("%s: x5c", __func__); in decode_attstmt_entry()
1551 fido_log_debug("%s: id", __func__); in decode_user_entry()
[all …]
H A Dnfc.c39 fido_log_debug("%s: write", __func__); in tx_short_apdu()
45 fido_log_debug("%s: read", __func__); in tx_short_apdu()
67 fido_log_debug("%s: header", __func__); in nfc_do_tx()
79 fido_log_debug("%s: chain", __func__); in nfc_do_tx()
106 fido_log_debug("%s: iso7816", __func__); in fido_nfc_tx()
161 fido_log_debug("%s: read", __func__); in rx_init()
195 fido_log_debug("%s: write", __func__); in tx_get_response()
213 fido_log_debug("%s: read", __func__); in rx_apdu()
248 fido_log_debug("%s: chain", __func__); in rx_msg()
253 fido_log_debug("%s: sw", __func__); in rx_msg()
[all …]
H A Dbio.c44 fido_log_debug("%s: malloc", __func__); in bio_prepare_hmac()
113 fido_log_debug("%s: fido_tx", __func__); in bio_tx()
216 __func__); in bio_parse_template_array()
244 fido_log_debug("%s: fido_rx", __func__); in bio_rx_template_array()
300 fido_log_debug("%s: tx/rx", __func__); in bio_set_template_name_wait()
399 fido_log_debug("%s: fido_rx", __func__); in bio_rx_enroll_begin()
434 fido_log_debug("%s: tx/rx", __func__); in bio_enroll_begin_wait()
530 fido_log_debug("%s: tx/rx", __func__); in bio_enroll_continue_wait()
561 fido_log_debug("%s: tx/rx", __func__); in bio_enroll_cancel_wait()
593 fido_log_debug("%s: tx/rx", __func__); in bio_enroll_remove_wait()
[all …]
H A Dhid_openbsd.c55 fido_log_error(errno, "%s: close", __func__); in fido_hid_manifest()
63 __func__, path, udi.udi_vendor, udi.udi_product); in fido_hid_manifest()
117 fido_log_debug("%s: send ping %d", __func__, i); in terrible_ping_kludge()
120 fido_log_debug("%s: wait reply", __func__); in terrible_ping_kludge()
128 fido_log_debug("%s: timed out", __func__); in terrible_ping_kludge()
138 fido_log_debug("%s: got reply", __func__); in terrible_ping_kludge()
142 fido_log_debug("%s: no response", __func__); in terrible_ping_kludge()
179 fido_log_error(errno, "%s: close", __func__); in fido_hid_close()
208 fido_log_debug("%s: fd not ready", __func__); in fido_hid_read()
213 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
[all …]
H A Dcredman.c29 fido_log_debug("%s: n > UINT8_MAX", __func__); in credman_grow_array()
71 fido_log_debug("%s: cbor encode", __func__); in credman_prepare_hmac()
161 fido_log_debug("%s: fido_tx", __func__); in credman_tx()
185 fido_log_debug("%s: cbor type", __func__); in credman_parse_metadata()
195 fido_log_debug("%s: cbor type", __func__); in credman_parse_metadata()
211 fido_log_debug("%s: fido_rx", __func__); in credman_rx_metadata()
336 fido_log_debug("%s: fido_rx", __func__); in credman_rx_rk()
373 fido_log_debug("%s: fido_rx", __func__); in credman_rx_next_rk()
402 fido_log_debug("%s: sha256", __func__); in credman_get_rk_wait()
545 fido_log_debug("%s: fido_rx", __func__); in credman_rx_rp()
[all …]
/openbsd/sbin/iked/
H A Dikev2_pld.c439 __func__); in ikev2_pld_sa()
446 __func__); in ikev2_pld_sa()
550 __func__); in ikev2_pld_xform()
554 __func__); in ikev2_pld_xform()
717 __func__); in ikev2_validate_id()
914 __func__); in ikev2_pld_certreq()
949 __func__); in ikev2_validate_auth()
1063 __func__, in ikev2_pld_notify()
1104 __func__); in ikev2_pld_notify()
1134 __func__); in ikev2_pld_notify()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c70 dml_print("DML_DLG: %s: vratio = %3.2f\n", __func__, vratio); in get_refcyc_per_delivery()
290 dml_print("DML_DLG: %s: req128_l = %0d\n", __func__, req128_l); in handle_det_buf_split()
291 dml_print("DML_DLG: %s: req128_c = %0d\n", __func__, req128_c); in handle_det_buf_split()
699 dml_print("DML_DLG: %s: vp_width = %d\n", __func__, vp_width); in get_surf_rq_param()
702 dml_print("DML_DLG: %s: vp_height = %d\n", __func__, vp_height); in get_surf_rq_param()
706 dml_print("DML_DLG: %s: hactive_odm = %d\n", __func__, hactive_odm); in get_surf_rq_param()
970 dml_print("DML_DLG: %s: cstate_en = %d\n", __func__, cstate_en); in dml_rq_dlg_get_dlg_params()
971 dml_print("DML_DLG: %s: pstate_en = %d\n", __func__, pstate_en); in dml_rq_dlg_get_dlg_params()
972 dml_print("DML_DLG: %s: vm_en = %d\n", __func__, vm_en); in dml_rq_dlg_get_dlg_params()
1174 dml_print("DML_DLG: %s: hratio_l = %3.2f\n", __func__, hratio_l); in dml_rq_dlg_get_dlg_params()
[all …]
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_unit.c174 __func__, "dst after BN_new")) in test_bn_copy_copies_flags()
178 errx(1, "%s: bn_copy()", __func__); in test_bn_copy_copies_flags()
181 __func__, "dst after bn_copy")) in test_bn_copy_copies_flags()
190 __func__, "src after BN_set_flags")) in test_bn_copy_copies_flags()
224 __func__, "src after BN_new")) in test_bn_copy_consttime_is_sticky()
231 __func__, "dst after BN_new")) in test_bn_copy_consttime_is_sticky()
237 __func__, "src after BN_new")) in test_bn_copy_consttime_is_sticky()
241 errx(1, "%s: bn_copy()", __func__); in test_bn_copy_consttime_is_sticky()
244 __func__, "dst after bn_copy")) in test_bn_copy_consttime_is_sticky()
278 __func__, "src after BN_new")) in test_bn_dup_consttime_is_sticky()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c162 __func__, in get_vratio_pre()
1183 __func__, in dml1_rq_dlg_get_dlg_params()
1188 __func__, in dml1_rq_dlg_get_dlg_params()
1192 __func__, in dml1_rq_dlg_get_dlg_params()
1298 __func__, in dml1_rq_dlg_get_dlg_params()
1319 __func__, in dml1_rq_dlg_get_dlg_params()
1323 __func__, in dml1_rq_dlg_get_dlg_params()
1327 __func__, in dml1_rq_dlg_get_dlg_params()
1444 __func__, in dml1_rq_dlg_get_dlg_params()
1448 __func__, in dml1_rq_dlg_get_dlg_params()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c158 dml_print("DML_DLG: %s: vratio = %3.2f\n", __func__, vratio); in get_refcyc_per_delivery()
378 dml_print("DML_DLG: %s: req128_l = %0d\n", __func__, req128_l); in handle_det_buf_split()
379 dml_print("DML_DLG: %s: req128_c = %0d\n", __func__, req128_c); in handle_det_buf_split()
787 dml_print("DML_DLG: %s: vp_width = %d\n", __func__, vp_width); in get_surf_rq_param()
790 dml_print("DML_DLG: %s: vp_height = %d\n", __func__, vp_height); in get_surf_rq_param()
794 dml_print("DML_DLG: %s: hactive_odm = %d\n", __func__, hactive_odm); in get_surf_rq_param()
1055 dml_print("DML_DLG: %s: cstate_en = %d\n", __func__, cstate_en); in dml_rq_dlg_get_dlg_params()
1056 dml_print("DML_DLG: %s: pstate_en = %d\n", __func__, pstate_en); in dml_rq_dlg_get_dlg_params()
1057 dml_print("DML_DLG: %s: vm_en = %d\n", __func__, vm_en); in dml_rq_dlg_get_dlg_params()
1262 dml_print("DML_DLG: %s: hratio_l = %3.2f\n", __func__, hratio_l); in dml_rq_dlg_get_dlg_params()
[all …]
/openbsd/regress/lib/libcrypto/rsa/
H A Drsa_method_test.c78 errx(1, "%s: ASN1_STRING_set", __func__); in sign_and_verify()
83 errx(1, "%s: X509_ALGOR_new", __func__); in sign_and_verify()
87 __func__, descr, ret); in sign_and_verify()
102 __func__, descr, ret); in sign_and_verify()
127 errx(1, "%s: BN_new()", __func__); in generate_rsa_keypair()
129 errx(1, "%s: BN_set_word()", __func__); in generate_rsa_keypair()
132 errx(1, "%s: RSA_new()", __func__); in generate_rsa_keypair()
156 errx(1, "%s: EVP_PKEY_new", __func__); in rsa_to_evp()
189 errx(1, "%s: RSA_get_ex_data", __func__); in rsa_ex_data_verify()
221 errx(1, "%s: RSA_set_ex_data", __func__); in sign_and_verify_test()
[all …]
/openbsd/sys/dev/pci/drm/include/linux/
H A Ddevice.h54 __func__ , ## arg)
57 __func__ , ## arg)
60 __func__ , ## arg)
63 __func__ , ## arg)
66 __func__ , ## arg)
69 __func__ , ## arg)
72 __func__ , ## arg)
76 __func__ , ## arg)
79 __func__ , ## arg)
82 __func__ , ## arg)
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c272 __func__, in handle_det_buf_split()
275 __func__, in handle_det_buf_split()
520 __func__, in get_meta_and_pte_attr()
523 __func__, in get_meta_and_pte_attr()
1063 __func__, in dml_rq_dlg_get_dlg_params()
1066 __func__, in dml_rq_dlg_get_dlg_params()
1069 __func__, in dml_rq_dlg_get_dlg_params()
1072 __func__, in dml_rq_dlg_get_dlg_params()
1075 __func__, in dml_rq_dlg_get_dlg_params()
1078 __func__, in dml_rq_dlg_get_dlg_params()
[all …]
/openbsd/usr.sbin/ldpd/
H A Dsocket.c58 log_warn("%s: error creating socket", __func__); in ldp_create_socket()
86 log_warn("%s: error binding socket", __func__); in ldp_create_socket()
164 log_warn("%s: error listening on socket", __func__); in ldp_create_socket()
211 log_warn("%s: error setting SO_BINDANY", __func__); in sock_set_bindany()
234 log_warn("%s: error setting IP_RECVIF", __func__); in sock_set_ipv4_recvif()
244 log_warn("%s: error setting IP_MINTTL", __func__); in sock_set_ipv4_minttl()
255 log_warn("%s: error setting IP_TTL", __func__); in sock_set_ipv4_ucast_ttl()
268 __func__, ttl); in sock_set_ipv4_mcast_ttl()
285 __func__, iface->name); in sock_set_ipv4_mcast()
311 log_warn("%s: error setting IPV6_TCLASS", __func__); in sock_set_ipv6_dscp()
[all …]

12345678910>>...49