Searched refs:rpmb_dir (Results 1 – 1 of 1) sorted by relevance
2955 struct tee_fs_dir *rpmb_dir = NULL; in rpmb_fs_opendir() local2973 rpmb_dir = calloc(1, sizeof(*rpmb_dir)); in rpmb_fs_opendir()2974 if (!rpmb_dir) { in rpmb_fs_opendir()2978 SIMPLEQ_INIT(&rpmb_dir->next); in rpmb_fs_opendir()2980 res = rpmb_fs_dir_populate(path_local, rpmb_dir); in rpmb_fs_opendir()2982 free(rpmb_dir); in rpmb_fs_opendir()2983 rpmb_dir = NULL; in rpmb_fs_opendir()2987 *dir = rpmb_dir; in rpmb_fs_opendir()