Home
last modified time | relevance | path

Searched defs:check (Results 1 – 17 of 17) sorted by relevance

/DragonOS/kernel/src/namespaces/
H A Dsyscall.rs30 let check = check_unshare_flags(unshare_flags)?; in sys_unshare() localVariable
41 let check = check_unshare_flags(flags)?; in sys_setns() localVariable
/DragonOS/user/apps/user-manage/src/check/
H A Dcheck.rs24 pub fn check(cmd: UserCommand) -> UAddInfo { in check() method
194 pub fn check(cmd: UserCommand) -> UDelInfo { in check() method
250 pub fn check(cmd: UserCommand) -> UModInfo { in check() method
358 pub fn check(cmd: PasswdCommand) -> PasswdInfo { in check() method
515 pub fn check(cmd: GroupCommand) -> GAddInfo { in check() method
561 pub fn check(cmd: GroupCommand) -> GDelInfo { in check() method
625 pub fn check(cmd: GroupCommand) -> GModInfo { in check() method
H A Dmod.rs2 pub mod check; module
/DragonOS/build-scripts/
H A DMakefile7 check: target
/DragonOS/tools/
H A DMakefile8 check: target
/DragonOS/user/apps/user-manage/src/
H A Dlib.rs1 pub mod check; module
/DragonOS/user/apps/user-manage/src/cmd/
H A Dpasswd.rs8 mod check; module
H A Dgroupmod.rs11 mod check; module
H A Duseradd.rs11 mod check; module
H A Duserdel.rs11 mod check; module
H A Dgroupadd.rs11 mod check; module
H A Dusermod.rs11 mod check; module
H A Dgroupdel.rs11 mod check; module
/DragonOS/kernel/
H A DMakefile35 check: ECHO target
/DragonOS/kernel/crates/rbpf/src/
H A Dverifier.rs113 pub fn check(prog: &[u8]) -> Result<(), Error> { in check() function
/DragonOS/kernel/src/mm/
H A Dmmio_buddy.rs673 let check = self in map_phys() localVariable
703 let check = self in map_phys_with_flags() localVariable
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs140 pub fn check(&self, max: i32) -> bool { in check() method
195 pub fn check(&self, chars_per_line: i32) -> bool { in check() method