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

/xnu-2422.115.4/pexpert/i386/
H A Dpe_serial.c86 #define READ(r) inb(UART_PORT_ADDR + UART_##r) macro
97 if (READ(SCR) != 0x5a) return 0;
99 if (READ(SCR) != 0xa5) return 0;
106 const unsigned char lcr = READ( LCR );
123 while ( !(READ(LSR) & UART_LSR_THRE) ) DELAY(1);
142 lsr = READ( LSR );
146 READ( RBR ); /* discard */
152 return READ( RBR );
194 READ( RBR );
/xnu-2422.115.4/bsd/netinet/
H A Dip_compat.h522 #define FREAD READ
/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c46 typedef enum {CREAT, MKDIR, READ, WRITE, WRITEFD, FILLFD, UNLINK, LSKEE, RMDIR, MKFIFO, LENGTHEN, TRUNC, enumerator in enum:__anon1190
94 /* Not always used--how much data should we find (EVFILT_{READ,WRITE}) */
196 * READ: try to read one char
239 case READ:
793 init_action(&test.t_helpthreadact, SLEEP, READ, 2, (void*)FILE1, NULL);

Completed in 31 milliseconds