HomeSort by: relevance | last modified time | path
    Searched refs:__FUNCTION__ (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_316.c 4 // Test for message: __FUNCTION__/__PRETTY_FUNCTION__ is a GCC extension [316]
12 /* expect+1: warning: __FUNCTION__/__PRETTY_FUNCTION__ is a GCC extension [316] */
13 println(__FUNCTION__);
14 /* expect+1: warning: __FUNCTION__/__PRETTY_FUNCTION__ is a GCC extension [316] */
gcc.c 10 // Before C99 introduced __func__, GCC already had __FUNCTION__ with the same
16 typedef int size[-(int)sizeof __FUNCTION__];
18 return __FUNCTION__;
  /src/sys/arch/mips/ralink/
ralink_debug.h 105 RALINK_DEBUG(RALINK_DEBUG_FUNC, "%s() entry\n", __FUNCTION__)
107 RALINK_DEBUG(RALINK_DEBUG_FUNC, "%s() exit\n", __FUNCTION__)
  /src/sys/arch/arm/at91/
at91pmc.c 59 panic("%s: main oscillator not enabled (MOR=%#X)", __FUNCTION__, reg);
62 panic("%s: main oscillator not ready (MCFR=%#X)", __FUNCTION__, reg);
127 panic("%s: pid %d out of range", __FUNCTION__, pid);
137 __FUNCTION__, pid, pid_enable_count[pid]);
at91spi.c 247 __FUNCTION__, slave, mode, speed, csr));
272 DPRINTFN(3, ("%s: sc=%p start=%d\n", __FUNCTION__, sc, start));
277 DPRINTFN(3, ("%s: sc=%p start=%d sr=%"PRIX32"\n", __FUNCTION__, sc, start, sr));
281 DPRINTFN(3, ("%s: sr=%"PRIX32"\n", __FUNCTION__, sr));
333 __FUNCTION__, sc->sc_dmaoffs, len, sc->sc_wchunk,
358 DPRINTFN(3, ("%s: nothing to write anymore\n", __FUNCTION__));
371 DPRINTFN(2, ("%s: st=%p\n", __FUNCTION__, st));
396 DPRINTFN(2, ("%s: nothing to do anymore\n", __FUNCTION__));
410 DPRINTFN(2, ("%s: st %p finished with error code %d\n", __FUNCTION__, st, err));
427 DPRINTFN(4, ("%s: interrupts are not enabled\n", __FUNCTION__));
    [all...]
at91rm9200bus.c 80 default: panic("%s: pid %d not valid", __FUNCTION__, pid);
125 default: panic("%s: invalid pid %d", __FUNCTION__, pid);
at91sam9260bus.c 84 default: panic("%s: pid %d not valid", __FUNCTION__, pid);
123 default: panic("%s: invalid pid %d", __FUNCTION__, pid);
at91sam9261bus.c 79 default: panic("%s: pid %d not valid", __FUNCTION__, pid);
116 default: panic("%s: invalid pid %d", __FUNCTION__, pid);
at91emac.c 190 __FUNCTION__, i, sc->txq[i].m, sc->txqc));
227 DPRINTFN(2, ("%s: isr=0x%08X rsr=0x%08X imr=0x%08X\n", __FUNCTION__,
238 DPRINTFN(1,("%s: out of receive buffers\n", __FUNCTION__));
244 DPRINTFN(1,("%s: receive overrun\n", __FUNCTION__));
368 DPRINTFN(1,("%s: rbqlen=%i\n", __FUNCTION__, sc->rbqlen));
374 DPRINTFN(1,("%s: -> bus_dmamem_map\n", __FUNCTION__));
379 DPRINTFN(1,("%s: -> bus_dmamap_create\n", __FUNCTION__));
385 DPRINTFN(1,("%s: -> bus_dmamap_load\n", __FUNCTION__));
410 __FUNCTION__, err);
423 __FUNCTION__, err)
    [all...]
at91twi.c 105 panic("%s: Cannot calculate clock divider!", __FUNCTION__);
154 // printf("%s(%s): interrupts are disabled (sr=%08X imr=%08X)\n", __FUNCTION__, device_xname(sc->sc_dev), sr, imr);
164 printf("%s(%s): FAILED (sr=%08X)\n", __FUNCTION__,
170 printf("%s(%s): SUCCESS (sr=%08X)\n", __FUNCTION__,
at91bus.c 219 panic("%s: unknown chip", __FUNCTION__);
222 panic("%s: %s is not supported", __FUNCTION__, at91_types[i].name);
245 panic("%s: cpu not recognized", __FUNCTION__);
248 printf("%s: configuring system...\n", __FUNCTION__);
547 printf("%s: returning new stack pointer 0x%lX\n", __FUNCTION__, (kernelstack.pv_va + USPACE_SVC_STACK_TOP));
594 panic("%s: at91bus_init() has not been called!", __FUNCTION__);
686 panic("%s: at91_init() has not been called!", __FUNCTION__);
at91st.c 194 DPRINTF("%s: done\n", __FUNCTION__);
258 panic("%s: driver has not been initialized! (sc=%p)", __FUNCTION__, sc);
at91tctmr.c 223 DPRINTF("%s: done, tclock=%"PRIu32" div=%"PRIu32" uspertick=%"PRIu32"\n", __FUNCTION__, sc->sc_timerclock, sc->sc_divider, sc->sc_usec_per_tick);
279 panic("%s: driver has not been initialized! (sc=%p)", __FUNCTION__, sc);
at91pdcvar.h 220 __FUNCTION__, len, fifo->f_length, fifo->f_pdc_space, fifo->f_buf_size);
225 __FUNCTION__, fifo->f_length, fifo->f_pdc_space, fifo->f_buf_size);
at91pio.c 307 panic("%s: perab is invalid: %i", __FUNCTION__, perab);
417 panic("%s: isr is zero (0x%X)", __FUNCTION__, isr);
  /src/sys/external/bsd/drm/dist/shared-core/
r128_irq.c 71 DRM_ERROR("%s: bad crtc %d\n", __FUNCTION__, crtc);
82 DRM_ERROR("%s: bad crtc %d\n", __FUNCTION__, crtc);
  /src/share/examples/rump/virtual_ip_router/
rumprouter.c 71 DP("Entering %s\n", __FUNCTION__);
110 DP("Done with %s\n", __FUNCTION__);
126 DP("Entering %s\n", __FUNCTION__);
174 DP("Done with %s\n", __FUNCTION__);
  /src/sys/dev/cadence/
if_cemac.c 220 __FUNCTION__, bi, sc->TDSC[bi].Addr));
222 __FUNCTION__, bi, sc->TDSC[bi].Info));
229 __FUNCTION__, bi, sc->txq[bi].m, sc->txqc));
282 DPRINTFN(2, ("%s: isr=0x%08X rsr=0x%08X imr=0x%08X\n", __FUNCTION__,
301 DPRINTFN(1,("%s: out of receive buffers\n", __FUNCTION__));
308 DPRINTFN(1,("%s: receive overrun\n", __FUNCTION__));
493 DPRINTFN(1,("%s: rbqlen=%i\n", __FUNCTION__, sc->rbqlen));
499 DPRINTFN(1,("%s: -> bus_dmamem_map\n", __FUNCTION__));
504 DPRINTFN(1,("%s: -> bus_dmamap_create\n", __FUNCTION__));
510 DPRINTFN(1,("%s: -> bus_dmamap_load\n", __FUNCTION__));
    [all...]
  /src/sys/arch/arm/gemini/
gemini_ipm.c 75 DPRINTFN(2, ("%s: %p %p\n", __FUNCTION__, desc_dst, desc_src));
92 DPRINTFN(2, ("%s: %p %p\n", __FUNCTION__, desc_dst, desc_src));
169 DPRINTFN(1, ("%s:%d: %d %d %ld %p %p %p\n", __FUNCTION__, __LINE__,
249 __FUNCTION__, ix_read, ix_write));
277 __FUNCTION__, __LINE__, descp, ndesc, descp->tag));
307 __FUNCTION__, __LINE__, dst, ba, len));
gemini_lpchc.c 172 printf("%s: bad irq %d\n", __FUNCTION__, irq);
216 printf("%s: enter\n", __FUNCTION__);
218 printf("%s: exit\n", __FUNCTION__);
  /src/sys/ufs/chfs/
debug.h 51 " %s: " fmt, __FUNCTION__ , ##__VA_ARGS__); \
  /src/sys/arch/ia64/include/
bus.h 196 ({ printf("%s: can't read 8bytes from I/O space\n", __FUNCTION__); 0;}) : \
262 __FUNCTION__); \
354 __FUNCTION__); \
407 printf("%s: can't write 8bytes to I/O space\n", __FUNCTION__); : \
472 printf("%s: can't write 8bytes to I/O space\n", __FUNCTION__);\
566 printf("%s: can't write 8bytes to I/O space\n", __FUNCTION__);\
670 printf("%s: can't write 8bytes to I/O space\n", __FUNCTION__);
763 printf("%s: can't write 8bytes to I/O space\n", __FUNCTION__);
928 printf("%s: can't write 8bytes to I/O space\n", __FUNCTION__);
980 printf("%s: Unknown barrier %d\n", __FUNCTION__, flags)
    [all...]
  /src/sys/arch/arm/imx/
imxclock.c 82 panic("%s: driver has not been initialized!", __FUNCTION__);
  /src/sys/arch/evbarm/mmnet/
mmnet_machdep.c 246 panic("%s: at91bus_init() failed", __FUNCTION__);
265 panic("%s: processor is not AT91SAM9260", __FUNCTION__);
  /src/sys/arch/evbarm/mpcsa/
mpcsa_machdep.c 269 panic("%s: at91bus_init() failed", __FUNCTION__);
288 panic("%s: processor is not AT91RM9200", __FUNCTION__);

Completed in 38 milliseconds

1 2