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

/illumos-gate/usr/src/cmd/sh/
H A Dword.c41 static int readb(struct fileblk *, int, int);
346 len = readb(f,
381 if (readb(f, f->fsiz, 0) <= 0){
394 readb(struct fileblk *f, int toread, int rest) function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h83 #define readb(addr) (*(volatile unsigned char *) (addr)) macro
H A Dw89c840.c153 #undef readb macro
159 #define readb inb macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h47 #define readb(va) (*(volatile uint8_t *) (va)) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h48 #define readb(va) (*(volatile uint8_t *) (va)) macro

Completed in 95 milliseconds