Home
last modified time | relevance | path

Searched refs:System (Results 1 – 7 of 7) sorted by relevance

/trusty/user/base/lib/hwbcc/rust/src/
Derr.rs31 System(Error), enumerator
42 HwBccError::System(err) in from()
Dlib.rs226 return Err(HwBccError::System(Error::from(response.status as c_long))); in recv_resp()
/trusty/user/base/lib/hwwsk/rust/src/
Derr.rs46 System(Error), enumerator
70 HwWskError::System(err) in from()
/trusty/user/base/lib/hwkey/rust/src/
Derr.rs35 System(Error), enumerator
63 Self::System(e) in from()
/trusty/user/base/lib/trusty-std/src/
Dalloc.rs196 pub struct System; struct
199 static A: System = System;
201 impl System { implementation
270 unsafe impl Allocator for System { implementation
362 alloc: &System, in realloc_fallback() argument
379 unsafe impl GlobalAlloc for System { implementation
/trusty/kernel/lib/syscall/
DREADME13 nargs: number of arguments accepted by this system call. System calls
52 System calls are executed with interrupts turned on.
/trusty/user/app/storage/
DREADME.md36 ### File System Components
104 ![Empty File System Diagram](doc/empty_fs.png)