Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_svc_storage.h60 unsigned long whence);
/optee_os/lib/libutee/
H A Dtee_api_objects.c995 TEE_Whence whence) in TEE_SeekObjectData() argument
1009 switch (whence) { in TEE_SeekObjectData()
1038 res = _utee_storage_obj_seek((unsigned long)object, offset, whence); in TEE_SeekObjectData()
1051 TEE_Whence whence) in __GP11_TEE_SeekObjectData() argument
1053 return TEE_SeekObjectData(object, offset, whence); in __GP11_TEE_SeekObjectData()
/optee_os/lib/libutee/include/
H A Dutee_syscalls.h221 unsigned long whence);
H A Dtee_internal_api.h287 TEE_Whence whence);
289 TEE_Whence whence);
/optee_os/core/tee/
H A Dtee_svc_storage.c881 unsigned long whence) in syscall_storage_obj_seek() argument
895 switch (whence) { in syscall_storage_obj_seek()