Searched refs:Result (Results 1 – 10 of 10) sorted by relevance
| /samples/rust/ |
| A D | rust_configfs.rs | 74 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<Child>, Error>> { in make_group() 95 fn show(container: &Configuration, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() 107 fn show(container: &Configuration, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() 116 fn store(container: &Configuration, page: &[u8]) -> Result { in store() argument 139 fn make_group(&self, name: &CStr) -> Result<impl PinInit<configfs::Group<GrandChild>, Error>> { in make_group() 164 fn show(_container: &Child, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() 186 fn show(_container: &GrandChild, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
|
| A D | rust_misc_device.rs | 160 fn open(_file: &File, misc: &MiscDeviceRegistration<Self>) -> Result<Pin<KBox<Self>>> { in open() 176 fn ioctl(me: Pin<&RustMiscDevice>, _file: &File, cmd: u32, arg: usize) -> Result<isize> { in ioctl() 205 fn set_value(&self, mut reader: UserSliceReader) -> Result<isize> { in set_value() 219 fn get_value(&self, mut writer: UserSliceWriter) -> Result<isize> { in get_value() 236 fn hello(&self) -> Result<isize> { in hello()
|
| A D | rust_driver_auxiliary.rs | 30 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() 64 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe() 80 fn connect(adev: &auxiliary::Device) -> Result<()> { in connect() argument
|
| A D | rust_print_main.rs | 19 fn arc_print() -> Result { in arc_print() 62 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
|
| A D | rust_driver_faux.rs | 20 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
|
| A D | rust_minimal.rs | 20 fn init(_module: &'static ThisModule) -> Result<Self> { in init()
|
| A D | rust_driver_pci.rs | 47 fn testdev(index: &TestIndex, bar: &Bar0) -> Result<u32> { in testdev() 68 fn probe(pdev: &pci::Device<Core>, info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
| A D | rust_driver_platform.rs | 106 ) -> Result<Pin<KBox<Self>>> { in probe() 126 fn properties_parse(dev: &device::Device) -> Result { in properties_parse() argument
|
| A D | rust_dma.rs | 58 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
| /samples/pktgen/ |
| A D | functions.sh | 104 cat $PGDEV | fgrep Result:
|
Completed in 9 milliseconds