Searched refs:__func__ (Results 201 - 225 of 1796) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__)
194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__)
195 # define free(p) unbound_stat_free_lite(p, __FILE__, __LINE__, __func__)
196 # define realloc(p,s) unbound_stat_realloc_lite(p, s, __FILE__, __LINE__, __func__)
208 # define strdup(s) unbound_strdup_lite(s, __FILE__, __LINE__, __func__)
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c87 ("%s: [sds_idx]=[%d] rxb != NULL\n", __func__,\
94 __func__, sds_idx, i, sgc->handle[i]);
104 ("%s: [sds_idx]=[%d] mp != NULL\n", __func__,\
118 __func__, sds_idx, i, sgc->handle[i]);
246 ("%s: [sds_idx]=[%d] rxb != NULL\n", __func__,\
253 __func__, sds_idx, i, sgc->handle[i]);
263 ("%s: [sds_idx]=[%d] mp != NULL\n", __func__,\
277 __func__, sds_idx, i, sgc->handle[i]);
392 __func__, (void *)sdesc->data[0],
400 __func__, (voi
[all...]
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_dat.c77 __func__);
87 __func__);
104 __func__);
113 __func__, (uintmax_t)*vblock));
145 __func__, (uintmax_t)vblock, (uintmax_t)block));
185 __func__, (uintmax_t)vblock, (uintmax_t)end));
216 DPRINTF(DAT, ("%s: vblk %#jx\n", __func__, (uintmax_t)vblock));
264 DPRINTF(DAT, ("%s: nmembs %#x\n", __func__, nmembs));
281 __func__, vinfo[i].nvi_vblocknr, vinfo[i].nvi_start,
332 __func__, (uintmax_
[all...]
H A Dnandfs_sufile.c92 ASSERT_VOP_LOCKED(NTOV(su_node), __func__); local
114 "blk:%jx\n", __func__, blk);
125 "vblk:%jx\n", __func__, vblk);
155 __func__));
199 DPRINTF(SEG, ("%s: seg:%#jx\n", __func__, (uintmax_t)i));
204 DPRINTF(SEG, ("%s: failed\n", __func__));
222 ASSERT_VOP_LOCKED(NTOV(su_node), __func__); local
229 nandfs_error("%s: cannot preallocate new segment\n", __func__);
234 DPRINTF(SEG, ("%s: seg:%#jx\n", __func__, (uintmax_t)seg));
249 ASSERT_VOP_LOCKED(NTOV(su_node), __func__); local
286 ASSERT_VOP_LOCKED(NTOV(su_node), __func__); local
348 ASSERT_VOP_LOCKED(NTOV(su_node), __func__); local
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dkrl.c235 KRL_DBG(("%s: new CA %s", __func__,
246 KRL_DBG(("%s: insert %llu:%llu", __func__, lo, hi));
258 KRL_DBG(("%s: bad: ers != NULL", __func__));
265 KRL_DBG(("%s: overlap found %llu:%llu", __func__,
284 KRL_DBG(("%s: pred %llu:%llu", __func__, crs->lo, crs->hi));
290 KRL_DBG(("%s: pred extend %llu:%llu", __func__,
298 KRL_DBG(("%s: succ %llu:%llu", __func__, crs->lo, crs->hi));
304 KRL_DBG(("%s: succ extend %llu:%llu", __func__,
310 KRL_DBG(("%s: done, final %llu:%llu", __func__, ers->lo, ers->hi));
346 KRL_DBG(("%s: revoke %s", __func__, key_i
[all...]
H A Dclientloop.c272 debug2("%s: cancel scheduled exit", __func__);
278 debug2("%s: schedule exit in %d seconds", __func__,
345 error("%s: display name too long", __func__);
361 __func__, strerror(errno));
368 error("%s: xauthfile path too long", __func__);
384 fatal("%s: cmd too long", __func__);
385 debug2("%s: %s", __func__, cmd);
894 __func__, last_gc->ref_count);
1518 fatal("%s pledge(): %s", __func__, strerror(errno));
1524 fatal("%s pledge(): %s", __func__, strerro
[all...]
H A Dsftp-server.c488 fatal("%s: buffer error: %s", __func__, ssh_err(r));
521 fatal("%s: sshbuf_new failed", __func__);
525 fatal("%s: buffer error: %s", __func__, ssh_err(r));
530 fatal("%s: buffer error: %s", __func__, ssh_err(r));
542 fatal("%s: sshbuf_new failed", __func__);
546 fatal("%s: buffer error: %s", __func__, ssh_err(r));
577 fatal("%s: sshbuf_new failed", __func__);
581 fatal("%s: buffer error: %s", __func__, ssh_err(r));
587 fatal("%s: buffer error: %s", __func__, ssh_err(r));
601 fatal("%s: sshbuf_new failed", __func__);
[all...]
/freebsd-11-stable/sys/netinet/
H A Din_jail.c192 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
193 KASSERT(ia != NULL, ("%s: ia is NULL", __func__));
227 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
228 KASSERT(ia != NULL, ("%s: ia is NULL", __func__));
292 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
293 KASSERT(ia != NULL, ("%s: ia is NULL", __func__));
341 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
342 KASSERT(ia != NULL, ("%s: ia is NULL", __func__));
413 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
414 KASSERT(ia != NULL, ("%s: ia is NULL", __func__));
[all...]
/freebsd-11-stable/sys/netinet6/
H A Din6_jail.c183 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
184 KASSERT(ia6 != NULL, ("%s: ia6 is NULL", __func__));
218 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
219 KASSERT(ia6 != NULL, ("%s: ia6 is NULL", __func__));
280 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
281 KASSERT(ia6 != NULL, ("%s: ia6 is NULL", __func__));
327 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
328 KASSERT(ia6 != NULL, ("%s: ia6 is NULL", __func__));
399 KASSERT(cred != NULL, ("%s: cred is NULL", __func__));
400 KASSERT(ia6 != NULL, ("%s: ia6 is NULL", __func__));
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_fabric.c95 __ocs_fabric_common(__func__, ctx, evt, arg);
170 if (node_check_els_req(ctx, evt, arg, FC_ELS_CMD_FLOGI, __ocs_fabric_common, __func__)) {
229 if (node_check_els_req(ctx, evt, arg, FC_ELS_CMD_FLOGI, __ocs_fabric_common, __func__)) {
241 __ocs_fabric_common(__func__, ctx, evt, arg);
276 __ocs_fabric_common(__func__, ctx, evt, arg);
307 if (node_check_els_req(ctx, evt, arg, FC_ELS_CMD_FDISC, __ocs_fabric_common, __func__)) {
325 if (node_check_els_req(ctx, evt, arg, FC_ELS_CMD_FDISC, __ocs_fabric_common, __func__)) {
337 __ocs_fabric_common(__func__, ctx, evt, arg);
391 __ocs_fabric_common(__func__, ctx, evt, arg);
422 __ocs_fabric_common(__func__, ct
[all...]
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c185 "%s: %s", __func__, __func__,
222 __func__, __func__, strerror(errno));
256 __func__, __func__, strerror(errno));
297 __func__, DEVSTAT_VERSION, __func__, version);
307 __func__);
312 __func__);
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c103 HALDEBUG(ah, HAL_DEBUG_QUEUE, "%s: invalid queue num %u\n", __func__, q);
120 HALDEBUG(ah, HAL_DEBUG_QUEUE, "%s: invalid queue num %u\n", __func__, q);
176 "%s: no available tx queue\n", __func__);
182 "%s: bad tx queue type %u\n", __func__, type);
186 HALDEBUG(ah, HAL_DEBUG_QUEUE, "%s: queue %u\n", __func__, q);
191 "%s: tx queue %u already active\n", __func__, q);
228 __func__,
255 HALDEBUG(ah, HAL_DEBUG_QUEUE, "%s: invalid queue num %u\n", __func__, q);
261 HALDEBUG(ah, HAL_DEBUG_QUEUE, "%s: inactive queue %u\n", __func__, q);
265 HALDEBUG(ah, HAL_DEBUG_QUEUE, "%s: release queue %u\n", __func__,
[all...]
H A Dar9300_interrupts.c171 __func__,
271 "%s: receive FIFO overrun interrupt\n", __func__);
296 "%s: GENTIMER, ISR_RAC=0x%x ISR_S2_S=0x%x\n", __func__,
399 HALDEBUG(ah, HAL_DEBUG_INTERRUPT, "%s:AR_INTR_SYNC_MCI\n", __func__);
420 "%s: received PCI FATAL interrupt\n", __func__);
427 "%s: received PCI PERR interrupt\n", __func__);
434 __func__);
443 __func__);
452 "%s: AR_INTR_SYNC_GPIO\n", __func__);
509 "%s: 0x%x => 0x%x\n", __func__, omas
[all...]
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c106 __func__, t->stid_base, t->nstids, n));
142 __func__, &t->stids, stid, t->nstids);
157 ("%s: EDOOFUS.", __func__));
176 KASSERT(sr->used > 0, ("%s: nonsense free (%d)", __func__, sr->used));
185 ("%s: stids_in_use (%u) < stids being freed (%u)", __func__,
237 ("%s: refcount %d", __func__, lctx->refcount));
238 KASSERT(lctx->stid >= 0, ("%s: bad stid %d.", __func__, lctx->stid));
241 __func__, lctx->stid, lctx, lctx->inp);
362 __func__, synqe, synqe->flags, synqe->tid,
378 panic("%s: allocation failure.", __func__);
758 ("%s: inp %p still in listen hash", __func__, inp)); local
[all...]
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c435 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: begin\n",__func__);
706 __func__,
713 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end\n",__func__);
726 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s: end in error\n",__func__);
1218 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__);
1252 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__);
1260 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__);
1289 DPRINTF(sc, IWN_DEBUG_TRACE, "%s: end\n",__func__);
1299 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s begin\n", __func__);
1305 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s end\n", __func__);
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx_edma.c273 __func__, sqdepth, txq->fifo.axq_depth, txq->axq_fifo_depth);
300 __func__,
398 __func__,
445 __func__,
453 __func__,
487 __func__,
496 __func__,
523 ("%s: busy status 0x%x", __func__, bf->bf_flags));
559 ("%s: busy status 0x%x", __func__, bf->bf_flags));
614 __func__,
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c75 __func__, NG_NODE_NAME(l2cap->node),
91 __func__, NG_NODE_NAME(l2cap->node), error);
98 ("%s: %s - could not find connection!\n", __func__, NG_NODE_NAME(l2cap->node)));
174 __func__, NG_NODE_NAME(l2cap->node), ch->psm);
235 __func__, NG_NODE_NAME(l2cap->node),
258 __func__, NG_NODE_NAME(l2cap->node), ip->lcid);
268 __func__, NG_NODE_NAME(l2cap->node), ch->state,
286 __func__, NG_NODE_NAME(l2cap->node), ch->scid,
348 __func__, NG_NODE_NAME(l2cap->node), ch->psm);
400 __func__, NG_NODE_NAM
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c100 __func__, NG_NODE_NAME(unit->node), hdr->event, hdr->length);
224 __func__, NG_NODE_NAME(unit->node), count);
237 __func__, NG_NODE_NAME(unit->node), count);
298 __func__, NG_NODE_NAME(unit->node),
307 __func__, NG_NODE_NAME(unit->node),
326 __func__, NG_NODE_NAME(unit->node),
900 __func__, NG_NODE_NAME(unit->node), h);
931 __func__, NG_NODE_NAME(unit->node), h);
936 __func__, NG_NODE_NAME(unit->node),
947 __func__, NG_NODE_NAM
[all...]
H A Dng_hci_ulpi.c73 __func__, NG_NODE_NAME(unit->node), unit->state);
83 __func__, NG_NODE_NAME(unit->node),
98 __func__, NG_NODE_NAME(unit->node), hook);
110 panic("%s: link_type invalid.", __func__);
207 __func__, NG_NODE_NAME(unit->node),
214 __func__, NG_NODE_NAME(unit->node), con->state);
350 __func__, NG_NODE_NAME(unit->node),
407 __func__, NG_NODE_NAME(unit->node),
499 printf("%s: Link type %d Cannot be here \n", __func__,
574 __func__, NG_NODE_NAM
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c564 printf("%s: [CREATE SERVICE] handle = %08x\n", __func__, service->handle);
585 printf("%s: [CLOSE SERVICE] handle = %08x\n", __func__, handle);
617 printf("%s: [REMOVE SERVICE] handle = %08x\n", __func__, handle);
650 printf("%s: [%s SERVICE] handle = %08x\n", __func__,
663 __func__,
682 printf("%s: [QUEUE MESSAGE] handle = %08x\n", __func__, args.handle);
1602 printk(KERN_ERR "%s: g_state.remote == NULL\n", __func__);
1605 __func__, g_state.remote->initialised);
1642 "%s callback reason %d", __func__, reason);
1666 "%s vchiq_initialise failed %d", __func__, statu
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dscsi_ctl.c271 printf("%s: entered\n", __func__);
298 __func__, cpi->dev_name, cpi->unit_number);
306 __func__, xpt_path_path_id(path));
319 __func__, sizeof(*softc));
377 "error %d!\n", __func__, retval);
419 __func__, dev_chg->wwpn, dev_chg->port,
425 "found!\n", __func__,
439 "WWPN %#jx!\n", __func__,
449 __func__, (uintmax_t)ac->contract_number);
496 __func__, cc
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c186 printf("%s: Unable to create new node!\n", __func__);
202 printf("%s: %s - node name exists?\n", __func__, name);
347 NG_H4_INFO("%s: %s - no carrier\n", __func__,
361 NG_H4_ERR("%s: %s - line error %#x, c=%#x\n", __func__,
381 __func__, NG_NODE_NAME(sc->node), c & TTY_CHARMASK,
397 NG_H4_INFO("%s: %s - got char %#x, want=%d, got=%d\n", __func__,
409 NG_H4_INFO("%s: %s - got packet indicator %#x\n", __func__,
434 "type=%#x\n", __func__, NG_NODE_NAME(sc->node),
471 "packet size=%d, payload size=%d\n", __func__,
496 "length=%d\n", __func__,
[all...]
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c103 CTR2(KTR_IW_CXGBE, "%s ucontext %p", __func__, ucontext);
114 CTR2(KTR_IW_CXGBE, "%s context %p", __func__, context);
129 PDBG("%s ibdev %p\n", __func__, ibdev);
145 __func__);
189 CTR4(KTR_IW_CXGBE, "%s:1 ctx %p vma %p, vm_start %u", __func__,
192 CTR4(KTR_IW_CXGBE, "%s:1a pgoff 0x%lx key 0x%x len %d", __func__,
197 __func__, vma->vm_start, vma);
206 CTR4(KTR_IW_CXGBE, "%s:3 ucontext %p key %u len %u", __func__,
222 CTR4(KTR_IW_CXGBE, "%s:4 ctx %p vma %p ret %u", __func__, context, vma,
233 CTR3(KTR_IW_CXGBE, "%s: pd %p, pdid 0x%x", __func__, p
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c73 __func__, params->ofdmPhyErrBase, params->cckPhyErrBase);
243 __func__, level, params->maxNoiseImmunityLevel);
316 __func__, level, params->maxFirstepLevel);
334 __func__, level, params->maxSpurImmunityLevel);
382 __func__, cmd);
405 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: raise NI to %u\n", __func__,
413 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: raise SI to %u\n", __func__,
429 "%s: rssi %d OWSD off\n", __func__, rssi);
443 "%s: rssi %d raise ST %u\n", __func__, rssi,
456 "%s: rssi %d OWSD on\n", __func__, rss
[all...]
H A Dar5212_keycache.c72 __func__, entry);
117 __func__, entry);
167 __func__, entry);
178 __func__, AH_PRIVATE(ah)->ah_macRev);
188 __func__, entry);
196 __func__, k->kv_len);
211 __func__, k->kv_type);

Completed in 223 milliseconds

1234567891011>>