Searched defs:PJDLOG_ASSERT (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Dsynch.h47 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]
H A Drangelock.c47 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
H A Debuf.c49 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]
H A Dpjdlog.h112 #define PJDLOG_ASSERT(expr) do { } while (0) macro
115 #define PJDLOG_ASSERT(expr) PJDLOG_VERIFY(expr) macro
H A Dactivemap.c51 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]
H A Dnv.c54 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.h110 #define PJDLOG_ASSERT(expr) do { } while (0) macro
113 #define PJDLOG_ASSERT(expr) PJDLOG_VERIFY(expr) macro
H A Dsynch.h45 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]
/freebsd-11-stable/lib/libpjdlog/
H A Dpjdlog.h157 #define PJDLOG_ASSERT(expr) do { } while (0) macro
160 #define PJDLOG_ASSERT(expr) do { \ macro
/freebsd-11-stable/lib/libnv/
H A Dmsgio.c54 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]
/freebsd-11-stable/sys/contrib/libnv/
H A Dnvpair.c72 #define PJDLOG_ASSERT(...) MPASS(__VA_ARGS__) macro
77 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]
H A Dnvlist.c76 #define PJDLOG_ASSERT(...) MPASS(__VA_ARGS__) macro
81 #define PJDLOG_ASSERT(...) assert(__VA_ARGS__) macro
[all...]

Completed in 94 milliseconds