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

/macosx-10.9.5/architecture-265/i386/
H A Dpio.h75 static __inline__ unsigned char inb( function
79 __asm__ volatile("inb %w1, %b0" : "=a" (datum) : "Nd" (port));
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h80 static __inline__ unsigned char inb( function
84 __asm__ volatile("inb %w1, %b0" : "=a" (datum) : "Nd" (port));
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIDeviceI386.cpp72 value = inb( map->getVirtualAddress() + offset );
/macosx-10.9.5/xnu-2422.115.4/pexpert/i386/
H A Dpe_serial.c86 #define READ(r) inb(UART_PORT_ADDR + UART_##r)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dencoding.c290 * @inb: a pointer to an array of UTF-8 chars
301 const unsigned char* inb, int *inlenb)
305 if ((out == NULL) || (inb == NULL) || (outlen == NULL) || (inlenb == NULL))
315 memcpy(out, inb, len);
419 * @inb: a pointer to an array of UTF-16LE passwd as a byte array
434 const unsigned char* inb, int *inlenb)
437 const unsigned char* processed = inb;
439 unsigned short* in = (unsigned short*) inb;
478 *inlenb = processed - inb;
499 *inlenb = processed - inb;
300 UTF8ToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
433 UTF16LEToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
671 UTF16BEToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_substitute.c101 static void do_pattmatch(ap_filter_t *f, apr_bucket *inb, argument
126 APR_BRIGADE_INSERT_TAIL(mybb, inb);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dencoding.c346 * @inb: a pointer to an array of UTF-8 chars
357 const unsigned char* inb, int *inlenb)
361 if ((out == NULL) || (inb == NULL) || (outlen == NULL) || (inlenb == NULL))
371 memcpy(out, inb, len);
475 * @inb: a pointer to an array of UTF-16LE passwd as a byte array
490 const unsigned char* inb, int *inlenb)
493 const unsigned char* processed = inb;
495 unsigned short* in = (unsigned short*) inb;
534 *inlenb = processed - inb;
555 *inlenb = processed - inb;
356 UTF8ToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
489 UTF16LEToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
727 UTF16BEToUTF8(unsigned char* out, int *outlen, const unsigned char* inb, int *inlenb) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c147 while (!(inb(COM1_PORT_ADDR + UART_LSR) & UART_LSR_THRE))
156 if (inb(COM1_PORT_ADDR + UART_SCR) != 0x5a) return false;
158 if (inb(COM1_PORT_ADDR + UART_SCR) != 0xa5) return false;
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dasm.h148 #define INB inb %dx, %al
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_true.c858 if (inb(pcl720_data_16_23(PCL720_IOB)) & 0x01) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c333 *((uint8_t *) data) = inb(addr);
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/AT386/
H A Dmodel_dep.c102 #include <architecture/i386/pio.h> /* inb() */
717 (void)inb(panic_io_port);

Completed in 186 milliseconds