/DragonOS/kernel/src/process/ |
H A D | resource.rs | 66 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method 135 fn try_from(value: usize) -> Result<Self, Self::Error> { in try_from() method
|
H A D | abi.rs | 57 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/arch/x86_64/init/ |
H A D | boot.rs | 26 fn try_from(value: u64) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/debug/kprobe/ |
H A D | args.rs | 24 fn try_from(kprobe_info: KprobeInfo) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/bpf/prog/ |
H A D | util.rs | 84 fn try_from(attr: &bpf_attr) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/bpf/map/ |
H A D | util.rs | 19 fn try_from(value: &bpf_attr) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/driver/firmware/efi/ |
H A D | fdt.rs | 79 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/time/ |
H A D | syscall.rs | 60 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/perf/ |
H A D | util.rs | 49 pub fn try_from( in try_from() method
|
/DragonOS/kernel/src/net/ |
H A D | syscall.rs | 812 fn try_from(value: u16) -> Result<Self, Self::Error> { in try_from() method 933 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method 1022 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/arch/x86_64/driver/apic/ |
H A D | apic_timer.rs | 289 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
|
H A D | mod.rs | 390 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/net/socket/ |
H A D | mod.rs | 750 fn try_from(x: u16) -> Result<Self, Self::Error> { in try_from() method 770 fn try_from(x: u8) -> Result<Self, Self::Error> { in try_from() method
|
/DragonOS/kernel/src/driver/pci/ |
H A D | pci.rs | 1164 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
|