Home
last modified time | relevance | path

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

12345678910>>...33

/dflybsd-src/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 …]
/dflybsd-src/crypto/openssh/
H A Dlog.h84 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__)
85 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__)
86 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__)
87 #define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
88 #define verbose(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, NULL, __VA_ARGS…
89 #define logit(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
90 #define error(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
91 #define fatal(...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, NULL, __VA_ARGS__)
92 #define logdie(...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS…
95 #define do_log2_f(level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, NULL, __VA_ARGS__)
[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()
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 …]
H A Dauth-pam.c232 fatal("%s: waitpid: %s", __func__, strerror(errno)); in pthread_join()
290 fatal("%s: setreuid failed: %s", __func__, strerror(errno)); in sshpam_chauthtok_ruid()
293 fatal("%s: setreuid failed: %s", __func__, strerror(errno)); in sshpam_chauthtok_ruid()
305 debug3("%s %d", __func__, reqd); in sshpam_password_change_required()
307 fatal("%s: PAM authctxt not initialized", __func__); in sshpam_password_change_required()
334 debug3("PAM: %s entering", __func__); in import_environments()
339 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
341 fatal("%s: invalid PAM account status %u", __func__, n); in import_environments()
344 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
349 fatal("%s: buffer error: %s", __func__, ssh_err(r)); in import_environments()
[all …]
/dflybsd-src/usr.sbin/rtadvd/
H A Dcontrol.c68 syslog(LOG_DEBUG, "<%s> enter, fd=%d", __func__, fd); in cm_recv()
86 __func__, strerror(errno)); in cm_recv()
94 "<%s> waiting...", __func__); in cm_recv()
103 "<%s> received a too small message.", __func__); in cm_recv()
108 "<%s> received a too large message.", __func__); in cm_recv()
113 "<%s> version mismatch", __func__); in cm_recv()
118 "<%s> invalid msg type.", __func__); in cm_recv()
123 "<%s> ctrl msg received: type=%d", __func__, in cm_recv()
130 "<%s> ctrl msg has payload (len=%d)", __func__, in cm_recv()
142 __func__, strerror(errno)); in cm_recv()
[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()
142 syslog(LOG_DEBUG, "<%s> len = %zu", __func__, len); in cm_getprop_ifilist()
153 __func__, ifi->ifi_ifname, ifi->ifi_ifindex); in cm_getprop_ifilist()
169 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_ifi()
176 syslog(LOG_ERR, "<%s> %s not found", __func__, in cm_getprop_ifi()
186 syslog(LOG_DEBUG, "<%s> len = %zu", __func__, len); in cm_getprop_ifi()
205 syslog(LOG_DEBUG, "<%s> enter", __func__); in cm_getprop_rai()
212 syslog(LOG_ERR, "<%s> %s not found", __func__, in cm_getprop_rai()
[all …]
H A Dconfig.c96 syslog(LOG_DEBUG, "<%s> labelenc = %s", __func__, src); in dname_labelenc()
114 syslog(LOG_DEBUG, "<%s> labellen = %td", __func__, dst - dst_origin); in dname_labelenc()
140 syslog(LOG_DEBUG, "<%s> enter", __func__); in loadconfig_index()
153 syslog(LOG_DEBUG, "<%s> enter", __func__); in loadconfig_ifname()
165 "Ignored at this moment.", __func__, in loadconfig_ifname()
173 "Ignored at this moment.", __func__, in loadconfig_ifname()
180 "Ignored at this moment.", __func__, in loadconfig_ifname()
196 __func__, idx); in rm_ifinfo_index()
208 syslog(LOG_DEBUG, "<%s> enter (%s).", __func__, ifi->ifi_ifname); in rm_ifinfo()
217 __func__, ifi->ifi_ifname); in rm_ifinfo()
[all …]
H A Dif.c139 __func__, sdl->sdl_type); in lladdropt_fill()
175 "(buf=%p lim=%p rtm=%p)", __func__, in get_next_msg()
182 "(buf=%p lim=%p rtm=%p)", __func__, in get_next_msg()
357 syslog(LOG_DEBUG, "<%s> new entry: %s", __func__, in update_persist_ifinfo()
371 syslog(LOG_DEBUG, "<%s> %s is marked PERSIST", __func__, in update_persist_ifinfo()
373 syslog(LOG_DEBUG, "<%s> %s is state = %d", __func__, in update_persist_ifinfo()
387 "<%s> socket() failed.", __func__); in update_ifinfo_nd_flags()
398 syslog(LOG_ERR, "<%s> ioctl() failed.", __func__); in update_ifinfo_nd_flags()
420 syslog(LOG_DEBUG, "<%s> enter", __func__); in update_ifinfo()
425 "<%s> sysctl: NET_RT_IFLIST size get failed", __func__); in update_ifinfo()
[all …]
H A Drtadvd.c326 "inputs or timeout", __func__, in main()
332 __func__); in main()
392 __func__, ifi->ifi_ifname, in rtadvd_shutdown()
410 __func__); in rtadvd_shutdown()
477 syslog(LOG_ERR, "<%s> internal error", __func__); in rtmsg_input()
483 "(type = %d, len = %d)", __func__, rtm->rtm_type, n); in rtmsg_input()
494 __func__, n, rtm->rtm_msglen); in rtmsg_input()
536 __func__, __LINE__, ifan->ifan_what); in rtmsg_input()
541 __func__, ifan->ifan_index, ifan->ifan_what); in rtmsg_input()
572 __func__, __LINE__, type, in rtmsg_input()
[all …]
H A Drrenum.c92 __func__, rpm->rpm_len); in rr_pco_check()
102 syslog(LOG_WARNING, "<%s> unknown rpm_code %d", __func__, in rr_pco_check()
109 __func__, rpm->rpm_matchlen); in rr_pco_check()
133 __func__, rpu->rpu_uselen, rpu->rpu_keeplen, in rr_pco_check()
169 syslog(LOG_ERR, "<%s> ioctl: %s", __func__, in do_use_prefix()
205 syslog(LOG_ERR, "<%s> ioctl: %s", __func__, in do_use_prefix()
266 syslog(LOG_ERR, "<%s> socket: %s", __func__, in do_pco()
284 __func__); in do_pco()
300 syslog(LOG_ERR, "<%s> if_indextoname: %s", __func__, in do_pco()
331 "garbage at end of pkt?", __func__, len); in do_rr()
[all …]
/dflybsd-src/sys/dev/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c117 DTRACE("DLG: %s: refclk_freq_in_mhz = %3.2f", __func__, refclk_freq_in_mhz); in get_refcyc_per_delivery()
118 DTRACE("DLG: %s: pclk_freq_in_mhz = %3.2f", __func__, pclk_freq_in_mhz); in get_refcyc_per_delivery()
119 DTRACE("DLG: %s: recout_width = %d", __func__, recout_width); in get_refcyc_per_delivery()
120 DTRACE("DLG: %s: vratio = %3.2f", __func__, vratio); in get_refcyc_per_delivery()
121 DTRACE("DLG: %s: req_per_swath_ub = %d", __func__, req_per_swath_ub); in get_refcyc_per_delivery()
122 DTRACE("DLG: %s: refcyc_per_delivery= %3.2f", __func__, refcyc_per_delivery); in get_refcyc_per_delivery()
148 DTRACE("DLG: %s: max_num_sw = %0d", __func__, max_num_sw); in get_vratio_pre()
149 DTRACE("DLG: %s: max_partial_sw = %0d", __func__, max_partial_sw); in get_vratio_pre()
150 DTRACE("DLG: %s: swath_height = %0d", __func__, swath_height); in get_vratio_pre()
151 DTRACE("DLG: %s: vinit = %3.2f", __func__, vinit); in get_vratio_pre()
[all …]
/dflybsd-src/sys/netgraph/
H A Dng_device.c147 kprintf("%s()\n", __func__); in ng_device_mod_event()
179 kprintf("%s()\n", __func__); in ng_device_init()
185 kprintf("%s(): ng_make_node_common failed\n", __func__); in ng_device_init()
191 kprintf("%s(): ng_name_node failed\n", __func__); in ng_device_init()
207 kprintf("%s()\n", __func__); in ng_device_cons()
233 kprintf("%s()\n", __func__); in get_free_unit()
270 kprintf("%s()\n", __func__); in ng_device_newhook()
275 kprintf("%s(): ERROR: new_connection == NULL\n", __func__); in ng_device_newhook()
282 "increas MAX_NGD\n", __func__); in ng_device_newhook()
289 kprintf("%s(): make_dev failed\n", __func__); in ng_device_newhook()
[all …]
/dflybsd-src/sys/dev/raid/mpr/
H A Dmpr_config.c77 mpr_dprint(sc, MPR_TRACE, "%s\n", __func__); in mpr_config_get_ioc_pg8()
80 kprintf("%s: command alloc failed @ line %d\n", __func__, in mpr_config_get_ioc_pg8()
104 __func__, error); in mpr_config_get_ioc_pg8()
117 __func__, ioc_status); in mpr_config_get_ioc_pg8()
127 kprintf("%s: command alloc failed @ line %d\n", __func__, in mpr_config_get_ioc_pg8()
147 kprintf("%s: page alloc failed\n", __func__); in mpr_config_get_ioc_pg8()
163 __func__, error); in mpr_config_get_ioc_pg8()
176 __func__, ioc_status); in mpr_config_get_ioc_pg8()
209 mpr_dprint(sc, MPR_TRACE, "%s\n", __func__); in mpr_config_get_iounit_pg8()
212 kprintf("%s: command alloc failed @ line %d\n", __func__, in mpr_config_get_iounit_pg8()
[all …]
/dflybsd-src/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_llpi.c80 __func__, NG_NODE_NAME(l2cap->node), con->state, in ng_l2cap_lp_con_req()
90 __func__, NG_NODE_NAME(l2cap->node), NG_L2CAP_HOOK_HCI); in ng_l2cap_lp_con_req()
145 __func__, NG_NODE_NAME(l2cap->node)); in ng_l2cap_lp_con_cfm()
157 __func__, NG_NODE_NAME(l2cap->node)); in ng_l2cap_lp_con_cfm()
167 __func__, NG_NODE_NAME(l2cap->node), con->state, in ng_l2cap_lp_con_cfm()
215 __func__, NG_NODE_NAME(l2cap->node)); in ng_l2cap_lp_con_ind()
228 __func__, NG_NODE_NAME(l2cap->node), con->state, in ng_l2cap_lp_con_ind()
238 __func__, NG_NODE_NAME(l2cap->node), NG_L2CAP_HOOK_HCI); in ng_l2cap_lp_con_ind()
294 __func__, NG_NODE_NAME(l2cap->node)); in ng_l2cap_lp_discon_ind()
307 __func__, NG_NODE_NAME(l2cap->node), ep->con_handle); in ng_l2cap_lp_discon_ind()
[all …]
/dflybsd-src/sys/dev/raid/mps/
H A Dmps_config.c75 mps_dprint(sc, MPS_TRACE, "%s\n", __func__); in mps_config_get_ioc_pg8()
78 kprintf("%s: command alloc failed @ line %d\n", __func__, in mps_config_get_ioc_pg8()
98 __func__, error); in mps_config_get_ioc_pg8()
108 __func__, ioc_status); in mps_config_get_ioc_pg8()
118 kprintf("%s: command alloc failed @ line %d\n", __func__, in mps_config_get_ioc_pg8()
138 kprintf("%s: page alloc failed\n", __func__); in mps_config_get_ioc_pg8()
149 __func__, error); in mps_config_get_ioc_pg8()
159 __func__, ioc_status); in mps_config_get_ioc_pg8()
193 mps_dprint(sc, MPS_TRACE, "%s\n", __func__); in mps_config_get_man_pg10()
196 kprintf("%s: command alloc failed @ line %d\n", __func__, in mps_config_get_man_pg10()
[all …]
/dflybsd-src/usr.sbin/rtsold/
H A Drtsol.c93 warnmsg(LOG_ERR, __func__, in sockopen()
98 warnmsg(LOG_ERR, __func__, in sockopen()
107 warnmsg(LOG_ERR, __func__, "inet_pton failed for %s", in sockopen()
113 warnmsg(LOG_ERR, __func__, "socket: %s", strerror(errno)); in sockopen()
122 warnmsg(LOG_ERR, __func__, "IPV6_RECVPKTINFO: %s", in sockopen()
129 warnmsg(LOG_ERR, __func__, "IPV6_PKTINFO: %s", in sockopen()
140 warnmsg(LOG_ERR, __func__, "IPV6_RECVHOPLIMIT: %s", in sockopen()
147 warnmsg(LOG_ERR, __func__, "IPV6_HOPLIMIT: %s", in sockopen()
158 warnmsg(LOG_ERR, __func__, "setsockopt(ICMP6_FILTER): %s", in sockopen()
215 __func__, "send RS on %s, whose state is %d", in sendpacket()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.c33 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 …]
/dflybsd-src/contrib/dhcpcd/src/
H A Dprivsep-inet.c60 logerr(__func__); in ps_inet_recvbootp()
75 logerr(__func__); in ps_inet_recvra()
81 logerr(__func__); in ps_inet_recvra()
94 logerr(__func__); in ps_inet_recvdhcp6()
146 logerr("%s: dhcp_open", __func__); in ps_inet_startcb()
149 logerr("%s: ps_rights_limit_fd_rdonly", __func__); in ps_inet_startcb()
157 logerr("%s: eloop_event_add DHCP", __func__); in ps_inet_startcb()
168 logerr("%s: ipv6nd_open", __func__); in ps_inet_startcb()
171 logerr("%s: ps_rights_limit_fd_rdonly", __func__); in ps_inet_startcb()
179 logerr("%s: eloop_event_add RA", __func__); in ps_inet_startcb()
[all …]
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c281 __func__); in ath_txfrag_setup()
360 __func__, m0, m0->m_pkthdr.len); in ath_tx_dmasetup()
566 __func__, bf_first->bf_state.bfs_nframes, in ath_tx_setds_11n()
573 __func__, bf, 0); in ath_tx_setds_11n()
576 __func__, bf, 0); in ath_tx_setds_11n()
585 __func__, bf, bf->bf_nseg, bf->bf_state.bfs_pktlen, in ath_tx_setds_11n()
689 DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR, "%s: end\n", __func__); in ath_tx_setds_11n()
713 ("%s: busy status 0x%x", __func__, bf->bf_flags)); in ath_tx_handoff_mcast()
722 __func__, bf, bf->bf_state.bfs_tx_queue, in ath_tx_handoff_mcast()
766 ("%s: busy status 0x%x", __func__, bf->bf_flags)); in ath_tx_handoff_hw()
[all …]
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dport-net.c58 __func__, fd, strerror(errno)); in sys_get_rdomain()
71 __func__, fd, name, strerror(errno)); in sys_set_rdomain()
120 fatal("%s: not supported", __func__); in sys_set_process_rdomain()
154 __func__, TUN_CTRL_DEV, strerror(errno)); in sys_tun_open()
171 debug("%s: invalid tunnel id %x: %s", __func__, in sys_tun_open()
179 debug("%s: failed to configure tunnel (mode %d): %s", __func__, in sys_tun_open()
185 debug("%s: tunnel mode %d fd %d", __func__, mode, fd); in sys_tun_open()
187 debug("%s: %s mode %d fd %d", __func__, ifr.ifr_name, mode, fd); in sys_tun_open()
224 debug("%s: no layer 2 tunnelling support", __func__); in sys_tun_open()
243 debug("%s: invalid tunnel %u\n", __func__, tun); in sys_tun_open()
[all …]
/dflybsd-src/contrib/file/src/
H A Dder.c189 DPRINTF(("%s:[1] %zu >= %zu\n", __func__, *p, l)); in getlength()
201 DPRINTF(("%s:[2] %zu + %u >= %zu\n", __func__, *p, digits, l)); in getlength()
218 __func__, *p, len, l)); in getlength()
270 DPRINTF(("%s: bad tag 1\n", __func__)); in der_offs()
273 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
278 DPRINTF(("%s: bad tag 2\n", __func__)); in der_offs()
281 DPRINTF(("%s2: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_offs()
311 DPRINTF(("%s: compare %zu bytes\n", __func__, len)); in der_cmp()
315 DPRINTF(("%s: bad tag 1\n", __func__)); in der_cmp()
319 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset, in der_cmp()
[all …]
/dflybsd-src/sys/dev/drm/include/drm/
H A DdrmP.h208 drm_dev_printk(dev, KERN_ERR, DRM_UT_NONE, __func__, " *ERROR*",\
211 drm_err(__func__, fmt, ##__VA_ARGS__)
232 drm_dev_printk(dev, KERN_INFO, DRM_UT_NONE, __func__, "", fmt, \
251 drm_dev_printk(dev, KERN_DEBUG, DRM_UT_CORE, __func__, "", fmt, \
256 drm_ut_debug_printk(__func__, fmt, ##args); \
260 drm_dev_printk(dev, KERN_DEBUG, DRM_UT_DRIVER, __func__, "", \
265 drm_ut_debug_printk(__func__, fmt, ##args); \
269 drm_dev_printk(dev, KERN_DEBUG, DRM_UT_KMS, __func__, "", fmt, \
274 drm_ut_debug_printk(__func__, fmt, ##args); \
278 drm_dev_printk(dev, KERN_DEBUG, DRM_UT_PRIME, __func__, "", \
[all …]
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.c587 wpa_printf(MSG_MSGDUMP, "%s: start reading a dict entry", __func__); in wpa_dbus_dict_open_read()
599 __func__, type, in wpa_dbus_dict_open_read()
641 __func__); in _wpa_dbus_dict_entry_get_byte_array()
698 __func__); in _wpa_dbus_dict_entry_get_string_array()
706 __func__, wpa_debug_show_keys ? value : "[omitted]"); in _wpa_dbus_dict_entry_get_string_array()
711 __func__); in _wpa_dbus_dict_entry_get_string_array()
720 __func__, entry->array_len); in _wpa_dbus_dict_entry_get_string_array()
755 wpa_printf(MSG_MSGDUMP, "%s: parsing binarray type %c", __func__, type); in _wpa_dbus_dict_entry_get_binarray()
762 __func__, type); in _wpa_dbus_dict_entry_get_binarray()
769 __func__, type); in _wpa_dbus_dict_entry_get_binarray()
[all …]
/dflybsd-src/usr.sbin/makefs/ffs/
H A Dbuf.c70 printf("%s: blkno %lld size %d\n", __func__, (long long)blkno, in bread()
75 printf("%s: blkno %lld offset %lld bcount %ld\n", __func__, in bread()
79 err(1, "%s: lseek %lld (%lld)", __func__, in bread()
83 printf("%s: read %ld (%lld) returned %d\n", __func__, in bread()
86 err(1, "%s: read %ld (%lld) returned %d", __func__, in bread()
89 err(1, "%s: read %ld (%lld) returned %d", __func__, in bread()
140 printf("%s: blkno %lld offset %lld bcount %zu\n", __func__, in bwrite()
149 printf("%s: write %ld (offset %lld) returned %lld\n", __func__, in bwrite()
171 printf("%s: clean\n", __func__); in bcleanup()
175 printf("%s: unflushed buffers:\n", __func__); in bcleanup()
[all …]
/dflybsd-src/sys/dev/netif/iwn/
H A Dif_iwn.c458 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: begin\n",__func__); in iwn_attach()
766 __func__, in iwn_attach()
773 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n",__func__); in iwn_attach()
786 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end in error\n",__func__); in iwn_attach()
1278 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn4965_attach()
1311 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__); in iwn4965_attach()
1321 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn5000_attach()
1360 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_radiotap_attach()
1366 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s end\n", __func__); in iwn_radiotap_attach()
1451 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__); in iwn_detach()
[all …]

12345678910>>...33