Home
last modified time | relevance | path

Searched refs:readb (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dword.c40 static int readb(struct fileblk *, int, int);
345 len = readb(f, in readwc()
380 if (readb(f, f->fsiz, 0) <= 0){ in readwc()
393 readb(struct fileblk *f, int toread, int rest) in readb() function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c153 #undef readb
159 #define readb inb macro
H A Dio.h83 #define readb(addr) (*(volatile unsigned char *) (addr)) macro
H A Dr8169.c124 #define RTL_R8(reg) readb (ioaddr + (reg))
H A Dvia-rhine.c1191 #define IOSYNC do { readb(nic->ioaddr + StationAddr); } while (0)
H A Dtg3.c110 #define tr8(reg) readb(tg3.regs + (reg))
/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