Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkFs_v2.c91 struct rkss_file_table { struct
106 struct rkss_file_table *table; argument
263 struct rkss_file_table *ptable; in rkss_dump_ptable()
347 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_index()
349 struct rkss_file_table *p; in rkss_get_fileinfo_by_index()
371 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_index()
377 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_name()
381 struct rkss_file_table *p; in rkss_get_fileinfo_by_name()
402 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_name()
449 struct rkss_file_table *p; in rkss_get_dirs_by_name()
[all …]
H A DOpteeClientRkNewFs_v2.c94 struct rkss_file_table { struct
109 struct rkss_file_table *table; argument
266 struct rkss_file_table *ptable; in rkss_dump_ptable()
350 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_index()
352 struct rkss_file_table *p; in rkss_get_fileinfo_by_index()
374 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_index()
380 struct rkss_file_table *ptable, unsigned int *out_area_index) in rkss_get_fileinfo_by_name()
384 struct rkss_file_table *p; in rkss_get_fileinfo_by_name()
405 memcpy(ptable, p, sizeof(struct rkss_file_table)); in rkss_get_fileinfo_by_name()
452 struct rkss_file_table *p; in rkss_get_dirs_by_name()
[all …]