Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/common/
Dfcntl.h29 #define FASYNC 00020000 // fcntl, for BSD compatibility macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dfcntl.h33 #define FASYNC 00020000 // fcntl, for BSD compatibility macro
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dfile.rs63 const FASYNC = 0o00020000; constant