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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dcallout.h97 int c_flags; /* state of this entry */ member in struct:callout
124 #define callout_pending(c) ((c)->c_flags & CALLOUT_PENDING)
125 #define callout_expired(c) ((c)->c_flags & CALLOUT_FIRED)
126 #define callout_active(c) ((c)->c_flags & (CALLOUT_PENDING|CALLOUT_FIRED))
127 #define callout_invoking(c) ((c)->c_flags & CALLOUT_INVOKING)
128 #define callout_ack(c) ((c)->c_flags &= ~CALLOUT_INVOKING)
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c151 int c_flags; member in struct:ucl_compress_config

Completed in 52 milliseconds