Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 2 of 2) sorted by relevance

/DragonOS/user/apps/test_ebpf/syscall_ebpf/xtask/src/
H A Dmain.rs16 enum Command { enum
/DragonOS/kernel/src/driver/pci/
H A Dpci.rs351 fn status_command(&self) -> (Status, Command) { in status_command() argument
358 fn set_command(&self, command: Command) { in set_command()