Searched refs:__LINE__ (Results 301 - 325 of 656) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2836_mp.c54 printf("%s:%u: ", __func__, __LINE__); \
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DDebugLib.h248 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression)
/freebsd-11-stable/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c55 printf("ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
57 printf("not ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
63 printf("ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
65 printf("not ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_asn1.c421 c.line = __LINE__;
432 c.line = __LINE__;
439 c.line = __LINE__;
529 c.line = __LINE__;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h131 printf("%s:%u[%d]: ", __func__, __LINE__, (lvl)); \
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.h362 __FUNCTION__, __FILE__, __LINE__); \
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Dconfig.h126 __LINE__, msg); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h89 scudo::reportCheckFailed(__FILE__, __LINE__, \
/freebsd-11-stable/sys/xen/xenbus/
H A Dxenbus.c37 printk("xenbus_client (%s:%d) " fmt ".\n", __FUNCTION__, __LINE__, ##args)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h100 #define BUG() panic("BUG at %s:%d", __FILE__, __LINE__)
104 __stringify(cond), __FILE__, __LINE__); \
112 __stringify(cond), __FILE__, __LINE__); \
125 __stringify(cond), __FILE__, __LINE__); \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dutils.c413 internal_error (__FILE__, __LINE__,
781 internal_error (__FILE__, __LINE__, "bad switch");
800 internal_error (__FILE__, __LINE__, "bad switch");
1033 internal_error (__FILE__, __LINE__,
1039 internal_error (__FILE__, __LINE__, "virtual memory exhausted.");
1184 internal_error (__FILE__, __LINE__,
1189 internal_error (__FILE__, __LINE__,
1920 internal_error (__FILE__, __LINE__, "failed internal consistency check");
2730 internal_error (__FILE__, __LINE__,
2851 internal_error (__FILE__, __LINE__, "invali
[all...]
H A Dinflow.c690 internal_error (__FILE__, __LINE__, "failed internal consistency check");
697 internal_error (__FILE__, __LINE__, "failed internal consistency check");
H A Dinfptrace.c267 internal_error (__FILE__, __LINE__, "failed internal consistency check"); /* Make sure this doesn't happen. */
338 internal_error (__FILE__, __LINE__,
H A Dlanguage.c579 internal_error (__FILE__, __LINE__, "failed internal consistency check");
656 internal_error (__FILE__, __LINE__,
1028 internal_error (__FILE__, __LINE__, "bad switch");
1054 internal_error (__FILE__, __LINE__, "bad switch");
1134 internal_error (__FILE__, __LINE__, "failed internal consistency check");
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dtime.c154 UNEXPECTED_ERROR(__FILE__, __LINE__, "%s", strbuf);
198 UNEXPECTED_ERROR(__FILE__, __LINE__, "%s", strbuf);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dutil-internal.h321 __FILE__,__LINE__,#cond,__func__); \
326 __FILE__,__LINE__,#cond,__func__); \
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-out.c321 internal_error (__FILE__, __LINE__, "bad switch");
339 internal_error (__FILE__, __LINE__, "bad switch");
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacoutput.h334 #define AE_INFO _AcpiModuleName, __LINE__
396 __LINE__, ACPI_GET_FUNCTION_NAME, _AcpiModuleName, _COMPONENT
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h298 __sanitizer::CheckFailed(__FILE__, __LINE__, \
336 #define COMPILER_CHECK(pred) IMPL_COMPILER_ASSERT(pred, __LINE__)
/freebsd-11-stable/sys/kern/
H A Dkern_cpuset.c236 KASSERT(td != NULL, ("[%s:%d] td is NULL", __func__, __LINE__));
896 KASSERT(pr != NULL, ("[%s:%d] invalid pr", __func__, __LINE__));
897 KASSERT(setp != NULL, ("[%s:%d] invalid setp", __func__, __LINE__));
904 __func__, __LINE__));
918 KASSERT(p != NULL, ("[%s:%d] invalid proc", __func__, __LINE__));
919 KASSERT(set != NULL, ("[%s:%d] invalid set", __func__, __LINE__));
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c501 printf("%s(%d): detected invalid CTF kind -- %u\n", __func__, __LINE__, kind);
578 printf("%s(%d): detected invalid CTF kind -- %u\n", __func__, __LINE__, kind);
728 printf("%s(%d): type %d exceeds max %ld\n",__func__,__LINE__,(int) type,*lc->typlenp);
734 printf("%s(%d): type %d isn't cross referenced\n",__func__,__LINE__, (int) type);
1033 printf("%s(%d): Unknown function!\n",__func__,__LINE__);
1038 printf("%s(%d): Expected a function!\n",__func__,__LINE__);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c487 KASSERT(reg != 1, ("%s:%d: fail", __func__, __LINE__));
496 KASSERT(reg != 1, ("%s:%d: fail", __func__, __LINE__));
658 KASSERT(tssi < BWN_TSSI_MAX, ("%s:%d: fail", __func__, __LINE__));
775 KASSERT(!expired, ("%s:%d: fail", __func__, __LINE__));
920 ("%s:%d: fail", __func__, __LINE__));
1420 ("%s:%d: fail", __func__, __LINE__));
1517 KASSERT(0 == 1, ("%s:%d: fail", __func__, __LINE__));
1529 ("%s:%d: fail", __func__, __LINE__));
1810 KASSERT(0 == 1, ("%s:%d: fail", __func__, __LINE__));
1903 ("%s:%d: fail", __func__, __LINE__));
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dcdf.c88 #define CDF_MALLOC(n) cdf_malloc(__FILE__, __LINE__, (n))
89 #define CDF_REALLOC(p, n) cdf_realloc(__FILE__, __LINE__, (p), (n))
90 #define CDF_CALLOC(n, u) cdf_calloc(__FILE__, __LINE__, (n), (u))
898 __LINE__) == -1)
986 if (cdf_check_stream_offset(sst, h, shp, sizeof(*shp), __LINE__) == -1)
994 if (cdf_check_stream_offset(sst, h, shp, sh.sh_len, __LINE__) == -1)
1009 if (p >= e || cdf_check_stream_offset(sst, h, e, 0, __LINE__) == -1)
1138 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 ||
1139 cdf_check_stream_offset(sst, h, sd, sizeof(*sd), __LINE__) == -1)
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtimer.c768 UNEXPECTED_ERROR(__FILE__, __LINE__, "%s",
783 UNEXPECTED_ERROR(__FILE__, __LINE__,
921 UNEXPECTED_ERROR(__FILE__, __LINE__,
934 UNEXPECTED_ERROR(__FILE__, __LINE__,
1009 UNEXPECTED_ERROR(__FILE__, __LINE__,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c236 __LINE__, error);
243 __LINE__, error);
261 __func__, __LINE__, error);
268 __func__, __LINE__, error);
277 __func__, __LINE__, error);

Completed in 316 milliseconds

<<11121314151617181920>>