Searched refs:stat_val (Results 1 – 9 of 9) sorted by relevance
247 uint32_t stat_val; in imcsmb_exec() local355 stat_val = pci_conf_read(sc->sc_pci_chipset_tag, in imcsmb_exec()357 if (! (stat_val & IMCSMB_STATUS_BUSY_BIT)) { in imcsmb_exec()380 stat_val = pci_conf_read(sc->sc_pci_chipset_tag, in imcsmb_exec()393 if (stat_val & IMCSMB_STATUS_WRITE_DATA_DONE) { in imcsmb_exec()397 if (stat_val & IMCSMB_STATUS_READ_DATA_VALID) { in imcsmb_exec()412 if (stat_val & IMCSMB_STATUS_BUS_ERROR_BIT) { in imcsmb_exec()429 lword = (uint16_t) (stat_val & 0xffff); in imcsmb_exec()434 lbyte = (uint8_t) (stat_val & 0xff); in imcsmb_exec()
309 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument313 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) argument316 #define WTERMSIG(stat_val) ((stat_val) & 0177) argument320 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) argument
138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) argument141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
158 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) argument161 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
304 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)308 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0)311 #define WTERMSIG(stat_val) ((stat_val) & 0177)315 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377)
102 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument105 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
741 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)744 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
6129 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)6132 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
4840 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)4843 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)