Home
last modified time | relevance | path

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

/optee_client/libteec/src/
A Dtee_client_api.c131 int shm_fd = 0; in teec_shm_alloc() local
137 shm_fd = ioctl(fd, TEE_IOC_SHM_ALLOC, &data); in teec_shm_alloc()
138 if (shm_fd < 0) in teec_shm_alloc()
141 return shm_fd; in teec_shm_alloc()
146 int shm_fd = 0; in teec_shm_register() local
153 shm_fd = ioctl(fd, TEE_IOC_SHM_REGISTER, &data); in teec_shm_register()
154 if (shm_fd < 0) in teec_shm_register()
157 return shm_fd; in teec_shm_register()

Completed in 5 milliseconds