Home
last modified time | relevance | path

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

/trusted-services/components/rpc/ts_rpc/caller/linux/
A Dts_rpc_caller_linux.c59 struct tee_ioctl_buf_data buf_data = { 0 }; in open_session() local
88 buf_data.buf_ptr = (uintptr_t)&buf; in open_session()
89 buf_data.buf_len = sizeof(buf); in open_session()
96 rc = ioctl(caller->fd, TEE_IOC_OPEN_SESSION, &buf_data); in open_session()
210 struct tee_ioctl_buf_data buf_data = { 0 }; in call() local
217 buf_data.buf_ptr = (uintptr_t)&buf; in call()
218 buf_data.buf_len = sizeof(buf); in call()
231 rc = ioctl(caller->fd, TEE_IOC_INVOKE, &buf_data); in call()

Completed in 5 milliseconds