Home
last modified time | relevance | path

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

/linux/ipc/
H A Dmqueue.c865 static const int oflag2acc[O_ACCMODE] = { MAY_READ, MAY_WRITE, in prepare_open() local
884 acc = oflag2acc[oflag & O_ACCMODE]; in prepare_open()