Searched defs:STATUS (Results 1 – 12 of 12) sorted by relevance
50 #define STATUS 0x05 macro
52 #define STATUS 0x7d /* status */ macro
69 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) macro
66 #define STATUS 2 /* Offset in config->regs[] array */ macro
106 #define STATUS 0x05 macro
54 #define STATUS 2 macro
88 #define STATUS 0x7d /* status */ macro
78 #define STATUS 0x2 /* nameserver status query */ macro
121 #define STATUS ns_o_status macro
302 #define STATUS(x, name) \ macro
124 #define STATUS (1 << 2) /* status has changed */ macro
1179 #define WIFEXITED(STATUS) (((STATUS) & 0xff00) == 0) argument1180 #define WEXITSTATUS(STATUS) ((STATUS) & 0x00ff) argument1181 #define WIFSIGNALED(STATUS) (((STATUS) & 0xff00) != 0) argument1182 #define WTERMSIG(STATUS) (((STATUS) >> 8) & 0xff) argument