Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkFs_v1.c1524 static int rkss_step; variable
1547 debug(">>>>>>> [%d] TEE_FS_OPEN !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1551 debug(">>>>>>> [%d] TEE_FS_CLOSE !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1555 debug(">>>>>>> [%d] TEE_FS_READ !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1559 debug(">>>>>>> [%d] TEE_FS_WRITE !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1563 debug(">>>>>>> [%d] TEE_FS_SEEK !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1567 debug(">>>>>>> [%d] TEE_FS_UNLINK !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1571 debug(">>>>>>> [%d] TEE_FS_RENAME !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1575 debug(">>>>>>> [%d] TEE_FS_TRUNC !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1579 debug(">>>>>>> [%d] TEE_FS_MKDIR !\n", rkss_step++); in tee_supp_rk_fs_process_v1()
[all …]
H A DOpteeClientRkFs_v2.c1356 static int rkss_step; variable
1379 debug(">>>>>>> [%d] TEE_FS_OPEN !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1383 debug(">>>>>>> [%d] TEE_FS_CLOSE !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1388 debug(">>>>>>> [%d] TEE_FS_READ !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1392 debug(">>>>>>> [%d] TEE_FS_WRITE !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1396 debug(">>>>>>> [%d] TEE_FS_SEEK !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1400 debug(">>>>>>> [%d] TEE_FS_UNLINK !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1405 debug(">>>>>>> [%d] TEE_FS_RENAME !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1410 debug(">>>>>>> [%d] TEE_FS_TRUNC !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1414 debug(">>>>>>> [%d] TEE_FS_MKDIR !\n", rkss_step++); in tee_supp_rk_fs_process_v2()
[all …]
H A DOpteeClientRkNewFs_v1.c1560 static int rkss_step; variable
1569 debug(">>>>>>> [%d] OPTEE_MRF_OPEN!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1572 debug(">>>>>>> [%d] OPTEE_MRF_CREATE!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1575 debug(">>>>>>> [%d] OPTEE_MRF_CLOSE!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1578 debug(">>>>>>> [%d] OPTEE_MRF_READ!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1581 debug(">>>>>>> [%d] OPTEE_MRF_WRITE!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1584 debug(">>>>>>> [%d] OPTEE_MRF_TRUNCATE!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1587 debug(">>>>>>> [%d] OPTEE_MRF_REMOVE!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1590 debug(">>>>>>> [%d] OPTEE_MRF_RENAME!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
1593 debug(">>>>>>> [%d] OPTEE_MRF_OPENDIR!\n", rkss_step++); in tee_supp_rk_fs_process_v1()
[all …]
H A DOpteeClientRkNewFs_v2.c1458 static int rkss_step; variable
1469 debug(">>>>>>> [%d] OPTEE_MRF_OPEN!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1473 debug(">>>>>>> [%d] OPTEE_MRF_CREATE!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1477 debug(">>>>>>> [%d] OPTEE_MRF_CLOSE!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1483 debug(">>>>>>> [%d] OPTEE_MRF_READ!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1487 debug(">>>>>>> [%d] OPTEE_MRF_WRITE!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1491 debug(">>>>>>> [%d] OPTEE_MRF_TRUNCATE!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1495 debug(">>>>>>> [%d] OPTEE_MRF_REMOVE!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1501 debug(">>>>>>> [%d] OPTEE_MRF_RENAME!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
1507 debug(">>>>>>> [%d] OPTEE_MRF_OPENDIR!\n", rkss_step++); in tee_supp_rk_fs_process_v2()
[all …]