HomeSort by: relevance | last modified time | path
    Searched refs:_inbuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file.cpp 56 memset(_inbuf, 0, Z_BUFSIZE);
file_manager.cpp 76 _stream->next_in = _inbuf;
136 got = _file->read(_inbuf, Z_BUFSIZE);
141 _stream->next_in = _inbuf;
250 _stream->next_in = _inbuf;
280 got = _file->read(_inbuf, Z_BUFSIZE);
286 _stream->next_in = _inbuf;
file.h 79 uint8_t _inbuf[Z_BUFSIZE]; /* input buffer */ member in class:FileManager

Completed in 12 milliseconds