Searched defs:mode (Results 1 – 9 of 9) sorted by relevance
4 int mkdir(const char *path, mode_t mode) in mkdir()
49 static __always_inline void apic_timer_set_LVT(uint32_t vector, uint32_t mask, uint32_t mode) in apic_timer_set_LVT()
68 FILE *fopen(const char *restrict pathname, const char *restrict mode) in fopen()
35 #define S_DT(mode) (((mode) & S_IFMT) >> S_DT_SHIFT) argument
93 mode: FileMode, field320 pub fn mode(&self) -> FileMode { in mode() method
71 mode: ModeType, field527 let mode = FileMode::from_bits(arg).ok_or(SystemError::EINVAL)?; in fcntl() localVariable
104 uint64_t mode; member
480 pub mode: u32, field
610 let mode = args[1]; in handle() localVariable