Searched defs:sysfs (Results 1 – 3 of 3) sorted by relevance
6 pub mod sysfs; module
91 let sysfs: Arc<SysFS> = SysFS::new(); in vfs_init() localVariable
100 let sysfs: Arc<SysFS> = Arc::new(SysFS { root_inode: root }); in new() localVariable