Searched defs:fd (Results 1 – 9 of 9) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | tee_socket.c | 106 static void *fd_to_handle_ptr(int fd) in fd_to_handle_ptr() 121 static int sock_handle_get(uint32_t instance_id, int fd) in sock_handle_get() 145 int fd = -1; in sock_handle_to_fd() local 172 static int fd_flags_add(int fd, int flags) in fd_flags_add() 191 int fd = -1; in sock_connect() local 265 int fd = 0; in tee_socket_open() local 307 int fd = 0; in tee_socket_close() local 329 int fd = handle_ptr_to_fd(ptr); in sock_close_cb() local 471 int fd = 0; in tee_socket_send() local 610 int fd = 0; in tee_socket_recv() local [all …]
|
A D | tee_supp_fs.c | 136 int fd = 0; in open_wrapper() local 150 int fd = 0; in ree_fs_new_open() local 191 int fd = 0; in ree_fs_new_create() local 266 int fd = 0; in ree_fs_new_close() local 287 int fd = 0; in ree_fs_new_read() local 332 int fd = 0; in ree_fs_new_write() local 370 int fd = 0; in ree_fs_new_truncate() local
|
A D | rpmb.c | 142 #define IOCTL(fd, request, ...) \ argument 156 static int fd = -1; in mmc_rpmb_fd() local 183 int fd = 0; in mmc_fd() local 199 static void close_mmc_fd(int fd) in close_mmc_fd() 211 int fd = 0; in read_cid() local 266 static struct rpmb_emu *mem_for_fd(int fd) in mem_for_fd() 573 static int ioctl_emu(int fd, unsigned long request, ...) in ioctl_emu() 620 static void close_mmc_fd(int fd) in close_mmc_fd() 631 static uint32_t read_ext_csd(int fd, uint8_t *ext_csd) in read_ext_csd() 773 int fd = 0; in rpmb_get_dev_info() local [all …]
|
A D | tee_supplicant.c | 80 int fd; member 85 int fd; member 311 static struct tee_shm *alloc_shm(int fd, size_t size) in alloc_shm() 342 static struct tee_shm *register_local_shm(int fd, size_t size) in register_local_shm() 440 int fd = 0; in open_dev() local 469 int fd = 0; in get_dev_fd() local 505 static bool read_request(int fd, union tee_rpc_invoke *request) in read_request() 520 static bool write_response(int fd, union tee_rpc_invoke *request) in write_response()
|
A D | prof.c | 51 int fd = -1; in prof_process() local
|
A D | teec_ta_load.c | 63 int fd; member
|
/optee_client/libteec/src/ |
A D | tee_client_api.c | 92 int fd = 0; in teec_open_dev() local 129 static int teec_shm_alloc(int fd, size_t size, int *id) in teec_shm_alloc() 144 static int teec_shm_register(int fd, void *buf, size_t size, int *id) in teec_shm_register() 163 int fd = 0; in TEEC_InitializeContext() local 779 int fd = 0; in TEEC_RegisterSharedMemory() local 853 int fd) in TEEC_RegisterSharedMemoryFileDescriptor() 881 int fd = 0; in TEEC_AllocateSharedMemory() local
|
/optee_client/libteec/include/linux/ |
A D | tee.h | 136 __s64 fd; member
|
/optee_client/public/ |
A D | tee_client_api.h | 257 int fd; member
|
Completed in 15 milliseconds