Searched refs:GET8 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/sparc64/dev/ |
H A D | psm.c | 78 #define GET8(sc, r) \ macro 293 if (GET8(sc, PSM_STAT) & PSM_STAT_AC) { in psm_poll_acpower() 321 while (GET8(sc, PSM_STAT) & flag) { in psm_wait() 352 *data = GET8(sc, PSM_PWDL) | (GET8(sc, PSM_PWDU) << 8); 386 (void) GET8(sc, PSM_PWDU); in psm_ecmd_rd8() 387 *data = GET8(sc, PSM_PWDL); in psm_ecmd_rd8() 439 isr = GET8(sc, PSM_ISR); in psm_intr()
|
/netbsd-src/external/mpl/bind/dist/lib/isccc/include/isccc/ |
H A D | util.h | 45 #define GET8(v, w) \ macro 90 GET8(v, w); \ 118 GET8(v, w); \
|
/netbsd-src/usr.bin/midiplay/ |
H A D | midiplay.c | 149 #define GET8(p) ((p)[0]) macro 481 divfmt = GET8(buf + MARK_LEN + SIZE_LEN + 4); in playdata() 482 ticks = GET8(buf + MARK_LEN + SIZE_LEN + 5); in playdata()
|
/netbsd-src/external/mpl/bind/dist/lib/isccc/ |
H A D | cc.c | 479 GET8(valalg, value); in verify() 514 GET8(msgtype, source->rstart); in value_fromwire() 565 GET8(len, source->rstart); in table_fromwire()
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | evdns.c | 987 #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while (0) in name_parse() macro 1000 GET8(label_len); in name_parse() 1004 GET8(ptr_low); in name_parse() 1321 #undef GET8 in request_parse()
|