Home
last modified time | relevance | path

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

12345678910>>...80

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_buf.h54 KASSERT((__buf) != NULL, ("%s: buf is NULL", __func__)); \
78 KASSERT((__sgt) != NULL, ("%s: no S/G table?", __func__)); \
80 KASSERT((__buf)->paddr == 0, ("%s: paddr set?", __func__)); \
81 KASSERT((__buf)->vaddr == NULL, ("%s: vaddr set?", __func__)); \
86 KASSERT((__buf)->nseg == 0, ("%s: nseg > 0?", __func__)); \
87 KASSERT((__buf)->m == NULL, ("%s: mbuf set?", __func__)); \
110 KASSERT((__buf)->nseg == 0, ("%s: nseg > 0?", __func__)); \
111 KASSERT((__buf)->m == NULL, ("%s: mbuf set?", __func__)); \
145 KASSERT((__buf)->nseg == 0, ("%s: nseg > 0?", __func__)); \
146 KASSERT((__buf)->m == NULL, ("%s: mbuf set?", __func__)); \
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c36 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_GetRadioRev()
46 ath_hal_printf(ah, "%s: called\n", __func__);
56 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_Detach()
64 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_ChipTest()
73 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_GetChannelEdges()
81 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_FillCapabilityInfo()
90 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_SetBeaconTimers()
98 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_BeaconInit()
105 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_ResetStaBeaconTimers()
112 ath_hal_printf(ah, "%s: called\n", __func__); in ar9300_Stub_SetStaBeaconTimers()
[all …]
/freebsd/crypto/openssh/
H A Dlog.h87 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__)
88 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__)
89 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__)
90 #define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
92 #define logit(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
93 #define error(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
94 #define fatal(...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, NULL, __VA_ARGS__)
99 #define do_log2_f(level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, NULL, __VA_ARGS__)
102 #define debug_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS_…
104 #define logit_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
[all …]
H A Dsk-usbhid.c178 skdebug(__func__, "path == NULL"); in sk_open()
182 skdebug(__func__, "calloc sk failed"); in sk_open()
228 skdebug(__func__, "calloc skv failed"); in sk_openv()
235 skdebug(__func__, "sk_open failed"); in sk_openv()
483 skdebug(__func__, "sk_openv failed"); in sk_select_by_cred()
516 skdebug(__func__, "sk_openv failed"); in sk_select_by_touch()
553 skdebug(__func__, "timeout"); in sk_select_by_touch()
756 skdebug(__func__, "user too long"); in check_enroll_options()
893 skdebug(__func__, "key exists"); in sk_enroll()
1278 skdebug(__func__, "alloc failed"); in read_rks()
[all …]
H A Dsandbox-systrace.c104 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()
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()
151 fatal("%s: open(\"/dev/systrace\"): %s", __func__, in ssh_sandbox_parent()
154 fatal("%s: ioctl(STRIOCCLONE, %d): %s", __func__, in ssh_sandbox_parent()
174 __func__, box->systrace_fd, strerror(errno)); in ssh_sandbox_parent()
[all …]
/freebsd/contrib/libfido2/src/
H A Dwinhello.c119 __func__); in webauthn_load()
126 __func__); in webauthn_load()
139 __func__); in webauthn_load()
167 fido_log_debug("%s: NULL", __func__); in to_utf16()
176 fido_log_debug("%s: calloc", __func__); in to_utf16()
214 fido_log_debug("%s: NULL", __func__); in pack_cd()
312 fido_log_debug("%s: id", __func__); in pack_rp()
316 fido_log_debug("%s: name", __func__); in pack_rp()
327 fido_log_debug("%s: id", __func__); in pack_user()
336 fido_log_debug("%s: name", __func__); in pack_user()
[all …]
H A Du2f.c39 fido_log_debug("%s: ms=%u", __func__, ms); in delay_ms()
83 fido_log_debug("%s: d2i_X509", __func__); in x5c_get()
117 fido_log_debug("%s: sha256", __func__); in authdata_fake()
167 fido_log_debug("%s: malloc", __func__); in send_dummy_register()
222 fido_log_debug("%s: sha256", __func__); in key_lookup()
241 fido_log_debug("%s: malloc", __func__); in key_lookup()
459 fido_log_debug("%s: alg", __func__); in encode_cred_attstmt()
466 fido_log_debug("%s: sig", __func__); in encode_cred_attstmt()
475 fido_log_debug("%s: x5c", __func__); in encode_cred_attstmt()
696 __func__); in u2f_register()
[all …]
H A Dlargeblob.c174 fido_log_debug("%s: fido_tx", __func__); in largeblob_get_tx()
194 fido_log_debug("%s: cbor type", __func__); in parse_largeblob_reply()
213 fido_log_debug("%s: fido_rx", __func__); in largeblob_get_rx()
245 fido_log_debug("%s: len", __func__); in largeblob_array_load()
250 fido_log_debug("%s: cbor_load", __func__); in largeblob_array_load()
450 __func__, array->len, n); in largeblob_get_array()
497 fido_log_debug("%s: SHA256", __func__); in prepare_hmac()
534 fido_log_debug("%s: fido_tx", __func__); in largeblob_set_tx()
611 fido_log_debug("%s: SHA256", __func__); in largeblob_set_array()
629 fido_log_debug("%s: body", __func__); in largeblob_set_array()
[all …]
H A Dcbor.c113 __func__, i, (void *)v[i]); in cbor_array_iter()
179 fido_log_debug("%s: dup", __func__); in cbor_bytestring_copy()
206 fido_log_debug("%s: dup", __func__); in cbor_string_copy()
766 fido_log_debug("%s: HMAC", __func__); in cbor_encode_change_pin_auth()
1376 __func__); in cbor_decode_assert_authdata()
1413 fido_log_debug("%s: alg", __func__); in decode_attstmt_entry()
1421 __func__, attstmt->alg); in decode_attstmt_entry()
1426 fido_log_debug("%s: sig", __func__); in decode_attstmt_entry()
1433 fido_log_debug("%s: x5c", __func__); in decode_attstmt_entry()
1559 fido_log_debug("%s: id", __func__); in decode_user_entry()
[all …]
H A Dhid_win.c145 fido_log_debug("%s: malloc", __func__); in get_manufacturer()
186 fido_log_debug("%s: malloc", __func__); in get_product()
224 __func__); in get_path()
229 fido_log_debug("%s: malloc", __func__); in get_path()
238 __func__); in get_path()
243 fido_log_debug("%s: strdup", __func__); in get_path()
279 fido_log_debug("%s: malloc", __func__); in hid_ok()
316 fido_log_debug("%s: hid_ok", __func__); in copy_info()
329 fido_log_debug("%s: is_fido", __func__); in copy_info()
334 fido_log_debug("%s: get_id", __func__); in copy_info()
[all …]
H A Dhid_osx.c51 fido_log_debug("%s: CFNumberGetType", __func__); in get_int32()
153 fido_log_debug("%s: strdup", __func__); in get_str()
183 __func__); in get_path()
212 fido_log_debug("%s: transport", __func__); in is_fido()
280 fido_log_debug("%s: calloc", __func__); in fido_hid_manifest()
322 fido_log_debug("%s: io error", __func__); in report_callback()
327 fido_log_error(errno, "%s: write", __func__); in report_callback()
405 fido_log_debug("%s: calloc", __func__); in fido_hid_open()
413 fido_log_error(errno, "%s: pipe", __func__); in fido_hid_open()
459 fido_log_debug("%s: snprintf", __func__); in fido_hid_open()
[all …]
H A Dnfc.c40 fido_log_debug("%s: write", __func__); in tx_short_apdu()
46 fido_log_debug("%s: read", __func__); in tx_short_apdu()
68 fido_log_debug("%s: header", __func__); in nfc_do_tx()
80 fido_log_debug("%s: chain", __func__); in nfc_do_tx()
107 fido_log_debug("%s: iso7816", __func__); in fido_nfc_tx()
162 fido_log_debug("%s: read", __func__); in rx_init()
196 fido_log_debug("%s: write", __func__); in tx_get_response()
214 fido_log_debug("%s: read", __func__); in rx_apdu()
249 fido_log_debug("%s: chain", __func__); in rx_msg()
254 fido_log_debug("%s: sw", __func__); in rx_msg()
[all …]
H A Dhid_openbsd.c43 fido_log_error(errno, "%s: ioctl %s", __func__, path); in copy_info()
133 fido_log_debug("%s: send ping %d", __func__, i); in terrible_ping_kludge()
136 fido_log_debug("%s: wait reply", __func__); in terrible_ping_kludge()
141 fido_log_error(errno, "%s: poll", __func__); in terrible_ping_kludge()
144 fido_log_debug("%s: timed out", __func__); in terrible_ping_kludge()
155 __func__); in terrible_ping_kludge()
158 fido_log_debug("%s: no response", __func__); in terrible_ping_kludge()
195 fido_log_error(errno, "%s: close", __func__); in fido_hid_close()
224 fido_log_debug("%s: fd not ready", __func__); in fido_hid_read()
229 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
[all …]
H A Dhid_netbsd.c51 fido_log_error(errno, "%s: ioctl", __func__); in is_fido()
97 fido_log_error(errno, "%s: ioctl", __func__); in copy_info()
112 fido_log_error(errno, "%s: close", __func__); in copy_info()
184 fido_log_debug("%s: wait reply", __func__); in terrible_ping_kludge()
189 fido_log_error(errno, "%s: poll", __func__); in terrible_ping_kludge()
192 fido_log_debug("%s: timed out", __func__); in terrible_ping_kludge()
203 __func__); in terrible_ping_kludge()
206 fido_log_debug("%s: no response", __func__); in terrible_ping_kludge()
256 fido_log_error(errno, "%s: close", __func__); in fido_hid_close()
279 fido_log_debug("%s: len %zu", __func__, len); in fido_hid_read()
[all …]
/freebsd/tests/sys/fifo/
H A Dfifo_misc.c109 makefifo("testfifo", __func__); in test_lseek()
112 warn("%s: openfifo", __func__); in test_lseek()
119 __func__); in test_lseek()
139 makefifo("testfifo", __func__); in test_truncate()
184 makefifo("testfifo", __func__); in test_ioctl()
236 makefifo("testfifo", __func__); in test_chmodchown()
245 warn("%s: fchmod", __func__); in test_chmodchown()
251 warn("%s: stat", __func__); in test_chmodchown()
263 warn("%s: fstat", __func__); in test_chmodchown()
290 warn("%s: stat", __func__); in test_chmodchown()
[all …]
H A Dfifo_io.c248 makefifo("testfifo", __func__); in test_simpleio()
425 __func__); in test_blocking_read_empty()
448 __func__); in test_blocking_read_empty()
494 __func__); in test_blocking_one_byte()
509 __func__); in test_blocking_one_byte()
556 __func__); in test_nonblocking_one_byte()
571 __func__); in test_nonblocking_one_byte()
627 __func__); in test_blocking_partial_write()
685 __func__); in test_nonblocking_partial_write()
1184 warn("%s: read", __func__); in test_events_write_read_byte()
[all …]
/freebsd/usr.sbin/rtadvd/
H A Dcontrol.c86 __func__, strerror(errno)); in cm_recv()
94 "<%s> waiting...", __func__); in cm_recv()
113 "<%s> version mismatch", __func__); in cm_recv()
118 "<%s> invalid msg type.", __func__); in cm_recv()
142 __func__, strerror(errno)); in cm_recv()
150 "<%s> waiting...", __func__); in cm_recv()
360 syslog(LOG_ERR, "<%s> malloc", __func__); in cm_bin2pl()
422 __func__, len); in cm_pl2bin()
470 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_str2bin()
474 __func__, len); in cm_str2bin()
[all …]
H A Dcontrol_server.c110 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_echo()
121 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_version()
135 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_ifilist()
169 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_ifi()
205 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_rai()
247 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_ifi_ra_timer()
660 "<%s> cm_send()", __func__); in cm_handler_server()
667 "<%s> cm_recv()", __func__); in cm_handler_server()
677 "<%s> CM_TYPE_ERR", __func__); in cm_handler_server()
682 "<%s> unknown status", __func__); in cm_handler_server()
[all …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c543 __func__, cdst, in bcm_sdhost_waitcommand_status()
1060 __func__, val); in bcm_sdhost_write_1()
1064 __func__, val); in bcm_sdhost_write_1()
1068 __func__, val); in bcm_sdhost_write_1()
1072 __func__, val); in bcm_sdhost_write_1()
1094 __func__, val); in bcm_sdhost_write_2()
1101 __func__, val); in bcm_sdhost_write_2()
1108 __func__, val); in bcm_sdhost_write_2()
1127 __func__, val); in bcm_sdhost_write_2()
1132 __func__, val); in bcm_sdhost_write_2()
[all …]
/freebsd/sys/dev/qlxgbe/
H A Dql_misc.c228 __func__); in ql_rd_flash32()
276 __func__); in qla_get_fdt()
285 __func__); in qla_get_fdt()
294 __func__); in qla_get_fdt()
327 __func__); in qla_get_fdt()
335 __func__); in qla_get_fdt()
358 __func__); in qla_flash_write_enable()
370 __func__); in qla_flash_write_enable()
378 __func__); in qla_flash_write_enable()
406 __func__); in qla_flash_write_enable()
[all …]
/freebsd/sys/dev/qlxge/
H A Dqls_os.c165 __func__, i, in qls_sysctl_get_drvr_stats()
170 __func__, i, in qls_sysctl_get_drvr_stats()
175 __func__, i, in qls_sysctl_get_drvr_stats()
180 __func__, i, in qls_sysctl_get_drvr_stats()
185 __func__, i, in qls_sysctl_get_drvr_stats()
190 __func__, i, in qls_sysctl_get_drvr_stats()
195 __func__, i, in qls_sysctl_get_drvr_stats()
202 __func__, i, in qls_sysctl_get_drvr_stats()
207 __func__, i, in qls_sysctl_get_drvr_stats()
212 __func__, i, in qls_sysctl_get_drvr_stats()
[all …]
/freebsd/lib/libcam/
H A Dcamlib.c182 __func__); in cam_get_device()
194 __func__); in cam_get_device()
336 "%s: %s", __func__, __func__, strerror(errno)); in cam_open_btl()
462 __func__, __func__, dev_name, unit); in cam_lookup_pass()
466 "%s: %s%s", __func__, __func__, strerror(errno), in cam_lookup_pass()
515 " failed\n%s: %s", __func__, __func__, in cam_real_open_device()
546 "%s: %s", __func__, path, __func__, in cam_real_open_device()
574 "%s: %s", __func__, __func__, strerror(errno)); in cam_real_open_device()
601 "%s: %s", __func__, __func__, strerror(errno)); in cam_real_open_device()
616 "%s: %s", __func__, __func__, strerror(errno)); in cam_real_open_device()
[all …]
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c579 __func__, ep); in process_peer_close()
583 __func__, ep); in process_peer_close()
602 __func__, ep); in process_peer_close()
608 __func__, ep); in process_peer_close()
726 __func__); in process_conn_error()
804 __func__, ep); in process_close_complete()
2168 __func__); in process_mpa_reply()
2538 __func__, ret); in c4iw_sock_create()
2572 __func__, ret); in c4iw_sock_create()
2582 __func__, ret); in c4iw_sock_create()
[all …]
/freebsd/sys/dev/mpr/
H A Dmpr_config.c107 __func__, error); in mpr_config_get_ioc_pg8()
166 __func__, error); in mpr_config_get_ioc_pg8()
239 __func__, error); in mpr_config_get_iounit_pg8()
298 __func__, error); in mpr_config_get_iounit_pg8()
371 __func__, error); in mpr_config_get_man_pg11()
429 __func__, error); in mpr_config_get_man_pg11()
564 __func__, error); in mpr_config_get_dpm_pg0()
625 __func__, error); in mpr_config_get_dpm_pg0()
701 __func__, error); in mpr_config_set_dpm_pg0()
764 __func__, error); in mpr_config_set_dpm_pg0()
[all …]
/freebsd/sys/dev/qlxgb/
H A Dqla_os.c362 __func__); in qla_pci_attach()
792 __func__, cmd)); in qla_ioctl()
819 __func__, cmd)); in qla_ioctl()
842 __func__, cmd)); in qla_ioctl()
893 __func__, cmd)); in qla_ioctl()
902 __func__, cmd)); in qla_ioctl()
1010 __func__)); in qla_start()
1162 __func__); in qla_alloc_xmt_bufs()
1225 __func__); in qla_alloc_rcv_bufs()
1276 __func__, i); in qla_alloc_rcv_bufs()
[all …]

12345678910>>...80