Home
last modified time | relevance | path

Searched refs:O_WRITE (Results 1 – 3 of 3) sorted by relevance

/tf-a-ffa_el3_spmc/include/lib/
A Ddebugfs.h40 #define O_WRITE (1 << 1) macro
/tf-a-ffa_el3_spmc/lib/debugfs/
A Ddev.c78 if ((mode & O_READ) && (mode & (O_WRITE | O_RDWR))) { in is_valid_mode()
81 if ((mode & O_WRITE) && (mode & (O_READ | O_RDWR))) { in is_valid_mode()
84 if ((mode & O_RDWR) && (mode & (O_READ | O_WRITE))) { in is_valid_mode()
/tf-a-ffa_el3_spmc/docs/components/
A Darm-sip-service.rst206 O_WRITE = 1 << 1,

Completed in 5 milliseconds