Searched defs:setflags (Results 1 – 4 of 4) sorted by relevance
105 static int setflags(struct inode *inode, int flags) in setflags() function
67 struct lt_setflags setflags; member
89 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay) in setflags() function
232 #define setflags(flags, bits) ((flags) |= (bits)) macro