Home
last modified time | relevance | path

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

/trusted-services/components/rpc/mm_communicate/caller/linux/
A Dcarveout.c24 int fd = open("/dev/mem", O_RDWR | O_SYNC); in carveout_claim() local
26 if (fd >= 0) { in carveout_claim()
30 fd, (off_t)(MM_COMM_BUFFER_ADDRESS)); in carveout_claim()
40 close(fd); in carveout_claim()
A Dmm_communicate_caller.c114 int fd = 0; in find_and_open_session() local
127 fd = open(mm_context->ffa_device_path, O_RDWR); in find_and_open_session()
128 if (fd < 0) in find_and_open_session()
134 status = ioctl(fd, FFA_IOC_GET_PART_ID, &discovered_partition); in find_and_open_session()
136 close(fd); in find_and_open_session()
140 status = close(fd); in find_and_open_session()
/trusted-services/components/rpc/ts_rpc/caller/linux/
A Dts_rpc_caller_linux.c44 int fd; member
81 if (caller->fd < 0) { in open_session()
98 close(caller->fd); in open_session()
99 caller->fd = -1; in open_session()
139 close(caller->fd); in close_session()
140 caller->fd = -1; in close_session()
250 int fd = -1; in ts_tee_drv_discover() local
257 if (fd < 0) in ts_tee_drv_discover()
263 close(fd); in ts_tee_drv_discover()
285 context->fd = -1; in ts_rpc_caller_linux_init()
[all …]
/trusted-services/components/common/dlmalloc/
A Dmalloc.c3169 int fd; in init_mparams() local
3175 close(fd); in init_mparams()
3352 u = u->fd; in do_check_tree()
3584 F = B->fd;\
3588 B->fd = P;\
3590 P->fd = F;\
3609 B->fd = F;\
3631 B->fd = F;\
3730 R->fd = F;\
4592 p = b->fd; in dlmalloc()
[all …]
/trusted-services/docs/services/
A Dattest-service-description.rst55 …boot_seed: 6c eb 03 90 46 e2 09 27 f2 1c 7c a2 2c 1a a6 a2 bd 41 5e 3c aa be 4a b1 fd 35 52 95 b9…
81 …digest: 25 10 60 5d d4 bc 9d 82 7a 16 9f 8a cc 47 95 a6 fd ca a0 c1 2b c9 99 8f 51 20 ff c6 ed 74 …

Completed in 29 milliseconds