Home
last modified time | relevance | path

Searched defs:try_from (Results 1 – 14 of 14) sorted by relevance

/DragonOS/kernel/src/process/
H A Dresource.rs66 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 Dabi.rs57 fn try_from(value: u32) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/arch/x86_64/init/
H A Dboot.rs26 fn try_from(value: u64) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/debug/kprobe/
H A Dargs.rs24 fn try_from(kprobe_info: KprobeInfo) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/bpf/prog/
H A Dutil.rs84 fn try_from(attr: &bpf_attr) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/bpf/map/
H A Dutil.rs19 fn try_from(value: &bpf_attr) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/driver/firmware/efi/
H A Dfdt.rs79 fn try_from(value: &str) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/time/
H A Dsyscall.rs60 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/perf/
H A Dutil.rs49 pub fn try_from( in try_from() method
/DragonOS/kernel/src/net/
H A Dsyscall.rs812 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 Dapic_timer.rs289 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
H A Dmod.rs390 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method
/DragonOS/kernel/src/net/socket/
H A Dmod.rs750 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 Dpci.rs1164 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() method