Home
last modified time | relevance | path

Searched refs:handle_db (Results 1 – 4 of 4) sorted by relevance

/optee_client/tee-supplicant/src/
A Dhandle.h33 struct handle_db { struct
47 void handle_db_set_mutex(struct handle_db *db, pthread_mutex_t *mu); argument
54 void handle_db_destroy(struct handle_db *db);
63 int handle_get(struct handle_db *db, void *ptr);
69 void *handle_put(struct handle_db *db, int handle);
76 void *handle_lookup(struct handle_db *db, int handle);
78 void handle_foreach_put(struct handle_db *db,
A Dhandle.c39 static void mutex_lock(struct handle_db *db) in mutex_lock()
45 static void mutex_unlock(struct handle_db *db) in mutex_unlock()
52 void handle_db_set_mutex(struct handle_db *db, pthread_mutex_t *mu) in handle_db_set_mutex()
57 void handle_db_destroy(struct handle_db *db) in handle_db_destroy()
68 int handle_get(struct handle_db *db, void *ptr) in handle_get()
113 void *handle_put(struct handle_db *db, int handle) in handle_put()
135 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
156 void handle_foreach_put(struct handle_db *db, in handle_foreach_put()
A Dtee_supp_fs.c60 static struct handle_db dir_handle_db =
A Dtee_socket.c77 struct handle_db db;

Completed in 6 milliseconds