gem5 v23.0.0.1
|
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Macros | |
#define | STATIC_MSG(fd, m) |
Statically allocate a string and write it to a file descriptor. | |
#define | STATIC_ERR(m) STATIC_MSG(STDERR_FILENO, m) |
Statically allocate a string and write it to STDERR. | |
Functions | |
ssize_t | gem5::atomic_read (int fd, void *s, size_t n) |
ssize_t | gem5::atomic_write (int fd, const void *s, size_t n) |
#define STATIC_ERR | ( | m | ) | STATIC_MSG(STDERR_FILENO, m) |
Statically allocate a string and write it to STDERR.
Definition at line 67 of file atomicio.hh.
#define STATIC_MSG | ( | fd, | |
m | |||
) |
Statically allocate a string and write it to a file descriptor.
Definition at line 53 of file atomicio.hh.