Searched refs:DEFINE_FLAG (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h433 #define DEFINE_FLAG(name) u8 name:1
440 DEV_INFO_FOR_EACH_FLAG(DEFINE_FLAG, SEP_SEMICOLON);
443 #undef DEFINE_FLAG
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c1097 #define DEFINE_FLAG(x) mdb_printf(#x ": %s\n", yesno(info.x)) macro
1098 DEV_INFO_FOR_EACH_FLAG(DEFINE_FLAG, SEP_SEMICOLON);
1099 #undef DEFINE_FLAG macro

Completed in 24 milliseconds