Lines Matching defs:buffer
386 uchar_t *buffer;
402 * The firmware should pass in a pointer to a buffer, and the
424 buffer = (uchar_t *)(uintptr_t)p1275_cell2uint(cif[CIF_MIN_SIZE+0]);
427 * Get the length of the buffer that we can copy characters into.
432 * Make sure there is enough room in the buffer to copy the
452 * failure plus the actual number of bytes in the buffer.
489 * Make sure that we don't overrun the buffer.
498 * buffer.
503 *(buffer + actual) = key;
581 uchar_t *buffer;
597 * The firmware should pass in a pointer to a buffer, and the
620 buffer = (uchar_t *)(uintptr_t)p1275_cell2uint(cif[CIF_MIN_SIZE+0]);
623 * Get the length of the buffer that we can copy characters into.
628 * Make sure there is enough room in the buffer to copy the
672 polled_io_cons_write(buffer, (size_t)buflen);