Searched defs:flag (Results 76 - 80 of 80) sorted by relevance

1234

/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
H A Dtg3.h3018 * SYNC flag is set by non-IRQ context code to initiate
3025 * the SYNC flag has been set, the setter can be assured
3324 static inline int _tg3_flag(enum TG3_FLAGS flag, unsigned long *bits) argument
3326 return variable_test_bit(flag, bits);
3336 static inline void _tg3_flag_set(enum TG3_FLAGS flag, unsigned long *bits) argument
3338 __set_bit(flag, bits);
3346 static inline void _tg3_flag_clear(enum TG3_FLAGS flag, unsigned long *bits) argument
3348 __clear_bit(flag, bits);
3351 #define tg3_flag(tp, flag) \
3352 _tg3_flag(TG3_FLAG_##flag, (t
[all...]

Completed in 101 milliseconds

1234