Lines Matching refs:u16
46 pub const DT_UNKNOWN: u16 = 0;
48 pub const DT_FIFO: u16 = 1;
50 pub const DT_CHR: u16 = 2;
52 pub const DT_DIR: u16 = 4;
54 pub const DT_BLK: u16 = 6;
56 pub const DT_REG: u16 = 8;
58 pub const DT_LNK: u16 = 10;
60 pub const DT_SOCK: u16 = 12;
62 pub const DT_WHT: u16 = 14;
63 pub const DT_MAX: u16 = 16;
66 pub fn get_file_type_num(&self) -> u16 { in get_file_type_num() argument
548 d_reclen: u16, // 目录下的记录数