Home
last modified time | relevance | path

Searched refs:handle_ops (Results 1 – 6 of 6) sorted by relevance

/trusty/kernel/lib/trusty/include/lib/trusty/
Dhandle.h53 struct handle_ops;
59 struct handle_ops* ops;
121 struct handle_ops { struct
152 struct handle_ops* ops, argument
155 static inline void handle_init(struct handle* handle, struct handle_ops* ops) { in handle_init()
/trusty/kernel/lib/trusty/
Dmemref.c126 static struct handle_ops memref_handle_ops = {
Devent.c178 static struct handle_ops event_source_handle_ops = {
183 static struct handle_ops event_client_handle_ops = {
Dhandle.c44 struct handle_ops* ops, in handle_init_etc()
Dhandle_set.c63 static struct handle_ops hset_ops = {
Dipc.c75 static struct handle_ops ipc_port_handle_ops = {
80 static struct handle_ops ipc_chan_handle_ops = {