Lines Matching refs:file
17 The core functionality lies in a virtual file system based on a 9p file server
20 The implementation permits exposing virtual files, firmware drivers, and file blobs.
37 - open(): create a file descriptor that acts as a handle to the file passed as
39 - close(): close the file descriptor created by open().
40 - read(): read from a file to a buffer.
41 - write(): write from a buffer to a file.
42 - seek(): set the file position indicator of a file descriptor either to a
44 - stat(): get information about a file (type, mode, size, ...).
58 - create(): create a file in a specific location.
71 measurements through a file, and internal firmware state counters through
72 another file.