Searched refs:outb (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/architecture-266/i386/
H A Dpio.h97 static __inline__ void outb( function
101 __asm__ volatile("outb %b0, %w1" : : "a" (datum), "Nd" (port));
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h102 static __inline__ void outb( function
106 __asm__ volatile("outb %b0, %w1" : : "a" (datum), "Nd" (port));
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c193 atf_process_stream_t outb, errb; local
202 RE(atf_process_stream_init_redirect_path(&outb, &outpath));
204 RE(atf_process_fork(&child, run_h_tc_child, &outb, &errb, &data));
206 atf_process_stream_fini(&outb);
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dpostcode.h55 outb %al,$(POSTPORT); \
70 outb %al,$(POSTPORT)
177 asm volatile("outb %0, %1" : : "a" (xx), "N" (POSTPORT));
H A Dasm.h149 #define OUTB outb %al, %dx
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDeviceI386.cpp101 outb( map->getVirtualAddress() + offset, value );
/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_serial.c85 #define WRITE(r, v) outb(UART_PORT_ADDR + UART_##r, v)
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c149 outb(COM1_PORT_ADDR + UART_THR, c);
155 outb(COM1_PORT_ADDR + UART_SCR, 0x5a);
157 outb(COM1_PORT_ADDR + UART_SCR, 0xa5);
236 outb(0xcf9, 6);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dencoding.c506 * @outb: a pointer to an array of bytes to store the result
507 * @outlen: the length of @outb
518 UTF8ToUTF16LE(unsigned char* outb, int *outlen, argument
521 unsigned short* out = (unsigned short*) outb;
615 * @outb: a pointer to an array of bytes to store the result
616 * @outlen: the length of @outb
627 UTF8ToUTF16(unsigned char* outb, int *outlen, argument
635 outb[0] = 0xFF;
636 outb[1] = 0xFE;
649 return (UTF8ToUTF16LE(outb, outle
760 UTF8ToUTF16BE(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dencoding.c562 * @outb: a pointer to an array of bytes to store the result
563 * @outlen: the length of @outb
574 UTF8ToUTF16LE(unsigned char* outb, int *outlen, argument
577 unsigned short* out = (unsigned short*) outb;
671 * @outb: a pointer to an array of bytes to store the result
672 * @outlen: the length of @outb
683 UTF8ToUTF16(unsigned char* outb, int *outlen, argument
691 outb[0] = 0xFF;
692 outb[1] = 0xFE;
705 return (UTF8ToUTF16LE(outb, outle
816 UTF8ToUTF16BE(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c362 outb(addr, *((uint8_t *) data));
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c374 char* outb; member in struct:ppglobals

Completed in 221 milliseconds