Searched defs:__func__ (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A DEfiCdefs.h19 __func__ Defined to __FUNC__, __FUNCTION__, or NULL as appropriate.
250 * C99 defines __func__ predefined identifier, which was made available
255 #define __func__ __FUNCTION__ /* Use the MS-specific predefined macro */ macro
257 #define __func__ __PRETTY_FUNCTION__ macro
259 #define __func__ __FUNCTION__ macro
261 #define __func__ "" macro
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Dkern_mbuf.c541 KASSERT((m->m_flags & M_EXT) == 0, ("%s: M_EXT set", __func__));
542 KASSERT((m->m_flags & M_NOFREE) == 0, ("%s: M_NOFREE set", __func__));
568 KASSERT((m->m_flags & M_EXT) == M_EXT, ("%s: M_EXT not set", __func__));
569 KASSERT(m->m_ext.ext_buf != NULL, ("%s: ext_buf == NULL", __func__));
570 KASSERT(m->m_ext.ext_free == NULL, ("%s: ext_free != NULL", __func__));
571 KASSERT(m->m_ext.ext_args == NULL, ("%s: ext_args != NULL", __func__));
572 KASSERT(m->m_ext.ext_size == MCLBYTES, ("%s: ext_size != MCLBYTES", __func__));
573 KASSERT(m->m_ext.ext_type == EXT_PACKET, ("%s: ext_type != EXT_PACKET", __func__));
574 KASSERT(*m->m_ext.ref_cnt == 1, ("%s: ref_cnt != 1", __func__));
675 ("%s: refcnt incorrect %u", __func__, local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinutils.h52 # define __func__ __FUNCTION__ macro
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h65 #define __func__ __FUNCTION__ macro
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h63 # define __func__ RT_GCC_EXTENSION __FUNCTION__ macro
399 "Sleeping in \"%s\"", __func__); \
471 panic("%s: m_getjcl: invalid cluster size", __func__);
505 panic("%s: m_getjcl: invalid cluster type", __func__);
658 printf("%s: %p mbuf already has cluster\n", __func__, m);
688 printf("%s: %p mbuf already has cluster\n", __func__, m);
799 ("%s: no mbuf packet header!", __func__))
808 ("%s: attempted use of a free mbuf!", __func__))
816 ("%s: M_ALIGN not normal mbuf", __func__)); \
818 ("%s: M_ALIGN not a virgin mbuf", __func__)); \
[all...]

Completed in 52 milliseconds