Searched refs:shm_fd (Results 1 – 1 of 1) sorted by relevance
131 int shm_fd = 0; in teec_shm_alloc() local137 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() local153 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