Searched defs:FASYNC (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | fcntl.h | 29 #define FASYNC 00020000 // fcntl, for BSD compatibility macro |
/DragonOS/kernel/src/filesystem/vfs/ | ||
H A D | file.rs | 99 const FASYNC = 0o00020000; constant |