Home
last modified time | relevance | path

Searched defs:handle_ref (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Dhandle.h109 struct handle_ref { struct
110 struct list_node set_node;
111 struct list_node ready_node;
112 struct list_node uctx_node;
113 struct handle_waiter waiter;
114 struct handle* parent;
115 struct handle* handle;
116 uint32_t id;
117 uint32_t emask;
118 void* cookie;
H A Dipc.h105 struct obj_ref handle_ref; member
/aosp_15_r20/external/trusty/lk/lib/rust_support/
Dhandle.rs57 impl Default for handle_ref { implementation
111 pub fn as_mut_ptr(&mut self) -> *mut handle_ref { in as_mut_ptr()
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Devent.c135 struct obj_ref handle_ref; member