Searched defs:Flag (Results 1 – 3 of 3) sorted by relevance
231 #define ms_lib_ctrl_set(pdx, Flag) ((pdx)->MS_Lib.flags |= (1 << (Flag))) argument232 #define ms_lib_ctrl_reset(pdx, Flag) ((pdx)->MS_Lib.flags &= ~(1 << (Flag))) argument233 #define ms_lib_ctrl_check(pdx, Flag) ((pdx)->MS_Lib.flags & (1 << (Flag))) argument
10999 GetOEMLCDPtr(struct SiS_Private *SiS_Pr, int Flag) in GetOEMLCDPtr()
705 __u8 Flag; /* 0x01 if reparse point */ member