Home
last modified time | relevance | path

Searched refs:UEXTERROR (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/kern/
H A Dexterr_test.c94 UEXTERROR(EINVAL, "pointer %p int %d", (uintptr_t)&r, UINTMAX_MAX); in ATF_TC_BODY()
104 UEXTERROR(EINVAL, "long 0x%lx int %u", UINTMAX_MAX, UINTMAX_MAX); in ATF_TC_BODY()
121 UEXTERROR(EINVAL, fmt, 0xAAAAAAAAAAAAAAAA); in check_bad_fmt()
141 UEXTERROR(EINVAL, "write to %n", (uintptr_t)&target); in ATF_TC_BODY()
150 UEXTERROR(EINVAL, "%llllllllllllllllllllllllllllllllllllllllllllllld", in ATF_TC_BODY()
/freebsd/include/
H A Duexterror.h56 #define UEXTERROR(...) \ macro