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

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h916 * Note that the NGE_DDB() macro itself can only be used as a statement,
920 #define NGE_DDB(command) do { \ macro
925 #define NGE_DDB(command) macro
929 * #define NGE_DDB(command) do { \
942 #define NGE_XDB(b, w, f, args) NGE_DDB(if ((b) & (w)) f args)
978 #define NGE_REPORT(args) NGE_DDB(nge_log args)

Completed in 87 milliseconds