Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 4 of 4) sorted by relevance

/Kernel-v10.6.2/portable/IAR/AVR32_UC3/
HDwrite.c102 size_t __write(int handle, const uint8_t *buffer, size_t size) in __write() argument
106 if (buffer == 0) in __write()
121 if (usart_putchar(stdio_usart_base, *buffer++) < 0) in __write()
HDread.c98 size_t __read(int handle, uint8_t *buffer, size_t size) in __read() argument
115 *buffer++ = c; in __read()
/Kernel-v10.6.2/
HDHistory.txt196 instance of a stream buffer or message buffer. Earlier there could be
204 (and likewise APIs for message buffer) can be used to create a stream buffer
205 or message buffer instance with application provided callback overrides. When
335 + Fix a race condition in the message buffer implementation. The
337 two distinct operations, which both modify the size of the buffer. If a
340 the message buffer in an invalid state.
371 + Changes to improve robustness and consistency for buffer allocation in
372 the heap, queue and stream buffer.
602 buffer equivalent.
604 used to hold the length of a message in the message buffer to be reduced.
[all …]
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
HDioat91sam7x256.h3618 AT91C_EMAC_RBOF_OFFSET_0 EQU (0x0 << 14) ;- (EMAC) no offset from start of receive buffer
3619 AT91C_EMAC_RBOF_OFFSET_1 EQU (0x1 << 14) ;- (EMAC) one byte offset from start of receive buffer
3620 AT91C_EMAC_RBOF_OFFSET_2 EQU (0x2 << 14) ;- (EMAC) two bytes offset from start of receive buffer
3621 AT91C_EMAC_RBOF_OFFSET_3 EQU (0x3 << 14) ;- (EMAC) three bytes offset from start of receive buffer