Home
last modified time | relevance | path

Searched refs:stat_val (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/x86/pci/imcsmb/
H A Dimcsmb.c247 uint32_t stat_val; in imcsmb_exec() local
355 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()
/netbsd-src/external/gpl2/rcs/include/
H A Dconf.h309 #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument
313 #define WIFEXITED(stat_val) (((stat_val) & 0377) == 0) argument
316 #define WTERMSIG(stat_val) ((stat_val) & 0177) argument
320 #define WIFSIGNALED(stat_val) ((unsigned)(stat_val) - 1 < 0377) argument
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dsystem.h138 #define WEXITSTATUS(stat_val) ((unsigned) (stat_val) >> 8) argument
141 #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dsystem.h158 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) argument
161 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dconf.heg304 #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)
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_defs.h102 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) argument
105 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dheaders.m4741 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
744 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.texi6129 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
6132 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
H A Dautoconf.info4840 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
4843 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)