Searched defs:readw (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dword.c85 pc = readw(c);
118 pc = readw(c);
131 pc = readw(cc);
153 pc = readw(c);
174 pc = readw(cc);
264 unsigned char *readw(d) function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h84 #define readw(addr) (*(volatile unsigned short *) (addr)) macro
H A Dw89c840.c154 #undef readw macro
160 #define readw inw macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h48 #define readw(va) (*(volatile uint16_t *) (va)) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h49 #define readw(va) (*(volatile uint16_t *) (va)) macro

Completed in 52 milliseconds