Searched defs:inb (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_asm.s46 inb(int port)
79 * uint8_t inb(int port)
81 ENTRY(inb) function
84 inb (%dx)
86 SET_SIZE(inb)
126 * uint8_t inb(int port)
128 ENTRY_NP(inb)
130 inb (%dx)
133 SET_SIZE(inb)
/illumos-gate/usr/src/uts/intel/asm/
H A Dsunddi.h42 inb(int port) function
48 "inb (%1)" /* value in %al */
/illumos-gate/usr/src/cmd/refer/
H A Dglue4.c27 char *inp, inb[500]; local
33 strcpy(inp = inb, in);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h43 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
189 #define inb(port) \ macro
/illumos-gate/usr/src/boot/sys/boot/common/
H A Disapnp.c40 #define inb(x) (archsw.arch_isainb((x))) macro
100 bit = inb(isapnp_readport) == 0x55;
104 bit = (inb(isapnp_readport) == 0xaa) && bit;
134 if ((inb(isapnp_readport)) & 0x1)
143 temp = inb(isapnp_readport);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.c73 inb (unsigned short port) function
77 __asm __volatile ("inb %1,%0" :"=a" (data):"d" (port));
99 return inb (0x71);
H A Dserial.c70 inb (unsigned short port)
74 asm volatile ("inb %w1, %0" : "=a" (value) : "Nd" (port));
92 if (inb (serial_hw_port + UART_LSR) & UART_DATA_READY)
93 return inb (serial_hw_port + UART_RX);
105 while ((inb (serial_hw_port + UART_LSR) & UART_EMPTY_TRANSMITTER) == 0)
152 status = inb (port + UART_SR);
69 inb (unsigned short port) function
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1344 inb (%dx)
1569 inb(int port_address)
1576 ENTRY(inb) function
1579 inb (%dx)
1581 SET_SIZE(inb)
1585 ENTRY(inb) function
1588 inb (%dx)
1590 SET_SIZE(inb)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h210 inb(u_int port) function
214 __asm __volatile("inb %w1, %0" : "=a" (data) : "Nd" (port));
687 return inb(0x23);
726 u_char inb(u_int port);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h205 inb(u_int port) function
209 __asm __volatile("inb %w1, %0" : "=a" (data) : "Nd" (port));
806 u_char inb(u_int port);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c2096 struct in_addr in, inb; local
2165 inb.s_addr = in.s_addr;
2177 (inb.s_addr % np->in_ippip);
2276 inb.s_addr = htonl(in.s_addr);
2282 (u_int)fin->fin_p, fin->fin_dst, inb);
2344 struct in_addr in, inb; local
2466 inb.s_addr = htonl(in.s_addr);
2472 (u_int)fin->fin_p, inb, fin->fin_src);

Completed in 638 milliseconds