Searched refs:inw (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/SETUP/config/
H A Dmkheaders.c107 const char *inw; local
140 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
142 if ((inw = get_word(inf)) == 0 || inw == (char *)EOF)
144 inwcopy = ns(inw);
/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h72 static __inline__ unsigned short inw( function
76 __asm__ volatile("inw %w1, %w0" : "=a" (datum) : "Nd" (port));
/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c336 *((uint16_t *) data) = inw(addr);

Completed in 24 milliseconds