HomeSort by: relevance | last modified time | path
    Searched defs:inb (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/arm/include/
pio.h 43 #define inb(port) bus_space_read_1( &isa_io_bs_tag, (bus_space_handle_t)isa_io_bs_tag.bs_cookie, (port)) macro
  /src/sys/arch/i386/stand/efiboot/
eficpufunc.c 35 inb(uint32_t addr) function
39 __asm volatile ("inb %%dx, %%al" : "=a"(c) : "d"(addr));
  /src/sys/arch/x68k/stand/boot/
ne.h 28 #define inb(x) *(volatile uint8_t *)(x) macro
  /src/sys/arch/mac68k/include/
pio.h 20 #define inb(y) \ macro
22 __asm volatile("inb %1, %0" : "=a" (_tmp__) : "d" ((unsigned short)(y))); \
  /src/sys/arch/rs6000/stand/boot/
io.c 46 inb(int port) function
  /src/regress/sys/arch/i386/ioperm/
ioperm.c 53 inb(uint16_t port) function
57 __asm __volatile("inb %1, %0" : "=a"(data) : "id"(port));
78 inb(PORT);
80 errx(EXIT_FAILURE, "%s: unexpected success of inb",
  /src/regress/sys/arch/i386/iopl/
iopl.c 54 inb(uint16_t port) function
58 __asm __volatile("inb %1, %0" : "=a"(data) : "id"(port));
79 inb(PORT);
81 errx(EXIT_FAILURE, "%s: unexpected success of inb",
  /src/sys/arch/alpha/include/
pio.h 50 #define inb(addr) (*alpha_pci_io_switch->apio_inb)((addr)) macro
  /src/sys/arch/arc/include/
pio.h 44 #define inb(a) (*(volatile unsigned char*)(a)) macro
  /src/sys/arch/bebox/stand/boot/
io.c 60 inb(int port) function
  /src/sys/arch/prep/stand/boot/
io.c 63 inb(int port) function
  /src/sys/arch/ia64/include/
cpufunc.h 67 inb(unsigned int port) function
113 *buf++ = inb(port);
  /src/sys/arch/i386/i386/
cpufunc.S 361 ENTRY(inb) function
364 inb %dx, %al
366 END(inb)
  /src/usr.bin/tcopy/
tcopy.c 237 char *inb; local
239 inb = getspace(maxblk);
242 if ((inn = read(inp, inb, inmaxblk)) == -1) {
245 inn = read(inp, inb, inmaxblk);
272 free(inb);
276 if (memcmp(inb, outb, inn)) {
285 free(inb);
  /src/sys/arch/amd64/amd64/
cpufunc.S 458 ENTRY(inb) function
461 inb %dx, %al
464 END(inb)
  /src/external/bsd/zstd/dist/contrib/seekable_format/tests/
seekable_tests.c 85 ZSTD_inBuffer inb = { .src=inBuffer, .pos=0, .size=inSize }; local
87 size_t const cStatus = ZSTD_seekable_compressStream(zscs, &outb, &inb);
89 assert(inb.pos == inb.size);
294 ZSTD_inBuffer inb = { .src=inBuffer, .pos=0, .size=inSize }; local
296 while (inb.pos < inb.size) {
297 size_t const cStatus = ZSTD_seekable_compressStream(zscs, &outb, &inb);
  /src/sys/arch/powerpc/include/
pio.h 166 #define inb(a) (__inb((volatile uint8_t *)(a))) macro
167 #define in8(a) inb(a)
178 #define in8rb(a) inb(a)
  /src/external/gpl3/gdb/dist/gdb/
ser-go32.c 235 #define inb(p,a) inportb((p)->base + (a)) macro
292 iir = inb (port, com_iir) & IIR_IMASK;
297 lsr = inb (port, com_lsr);
307 c = inb (port, com_data);
327 while ((lsr = inb (port, com_lsr)) & LSR_RXRDY);
332 port->msr = inb (port, com_msr);
493 if ((inb (port, com_iir) & 0x38) == 0)
495 (void) inb (port, com_data); /* clear recv */
508 port->fifo = ((inb (port, com_iir) & IIR_FIFO_MASK) == IIR_FIFO_MASK);
511 (void) inb (port, com_lsr)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ser-go32.c 235 #define inb(p,a) inportb((p)->base + (a)) macro
292 iir = inb (port, com_iir) & IIR_IMASK;
297 lsr = inb (port, com_lsr);
307 c = inb (port, com_data);
327 while ((lsr = inb (port, com_lsr)) & LSR_RXRDY);
332 port->msr = inb (port, com_msr);
493 if ((inb (port, com_iir) & 0x38) == 0)
495 (void) inb (port, com_data); /* clear recv */
508 port->fifo = ((inb (port, com_iir) & IIR_FIFO_MASK) == IIR_FIFO_MASK);
511 (void) inb (port, com_lsr)
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 2595 struct in_addr in, inb; local
2673 inb.s_addr = in.s_addr;
2685 (inb.s_addr % np->in_ippip);
2790 inb.s_addr = htonl(in.s_addr);
2796 (u_int)fin->fin_p, fin->fin_dst, inb);
2856 struct in_addr in, inb; local
2909 inb.s_addr = htonl(in.s_addr);
2913 fin->fin_dst, inb, (u_32_t)dport);
2999 inb.s_addr = htonl(in.s_addr);
3005 (u_int)fin->fin_p, inb, fin->fin_src)
    [all...]
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 431 ZSTD_inBuffer inb = { buf, sizeof(buf), 0 }; local
432 size_t const remaining = ZSTD_decompressStream(zd, &outBuff, &inb);
fuzzer.c 707 ZSTD_inBuffer inb = { CNBuffer, CNBuffSize, 0 }; local
710 CHECK( ZSTD_isError( ZSTD_compressStream2(cctx, &outb, &inb, (ZSTD_EndDirective) 3) ) ); /* must fail */
711 CHECK( ZSTD_isError( ZSTD_compressStream2(cctx, &outb, &inb, (ZSTD_EndDirective)-1) ) ); /* must fail */
1573 { ZSTD_inBuffer inb; local
1575 inb.src = CNBuffer;
1576 inb.pos = 0;
1577 inb.size = sampleSize;
1581 CHECK_Z( ZSTD_compressStream2(cctx, &outb, &inb, ZSTD_e_end) );
1582 assert(inb.pos == inb.size)
1594 ZSTD_inBuffer inb; local
    [all...]
  /src/external/zlib/pigz/dist/
pigz.c 2791 local unsigned inb(void *desc, unsigned char **buf) function
2941 ret = inflateBack(&strm, inb, NULL, outb, NULL);

Completed in 44 milliseconds