Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 4 of 4) sorted by relevance

/arm-trusted-firmware-2.8.0/include/lib/
A Ddebugfs.h41 #define O_RDWR (1 << 2) macro
/arm-trusted-firmware-2.8.0/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()
796 channel = path_to_channel(srv, O_RDWR); in mount()
/arm-trusted-firmware-2.8.0/tools/stm32image/
A Dstm32image.c200 dest_fd = open(destname, O_RDWR | O_CREAT | O_TRUNC | O_APPEND, 0666); in stm32image_create_header_file()
/arm-trusted-firmware-2.8.0/docs/components/
A Darm-sip-service.rst207 O_RDWR = 1 << 2,

Completed in 6 milliseconds