Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_uboot_glue.c165 struct yaffs_dev *chk; in cmd_yaffs_devconfig() local
202 chk = yaffs_next_dev(); in cmd_yaffs_devconfig()
203 if (!chk) in cmd_yaffs_devconfig()
205 if (strcmp(chk->param.name, mp) == 0) { in cmd_yaffs_devconfig()
209 if (chk->driver_context == mtd && in cmd_yaffs_devconfig()
211 chk->param.start_block, chk->param.end_block, in cmd_yaffs_devconfig()
214 chk->param.name); in cmd_yaffs_devconfig()
/rk3399_rockchip-uboot/tools/patman/
H A Dcheckpatch.py64 chk = FindCheckPatch()
66 result.stdout = command.Output(chk, '--no-tree', fname,
/rk3399_rockchip-uboot/cmd/
H A Dnvedit.c1275 int chk = 0; in do_env_export() local
1293 chk = 1; in do_env_export()
1340 if (chk) /* export as checksum protected block */ in do_env_export()
1353 if (chk) { in do_env_export()
1392 int chk = 0; in do_env_import() local
1413 chk = 1; in do_env_import()
1446 } else if (argc == 1 && chk) { in do_env_import()
1468 if (chk) { in do_env_import()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkNewFs_v1.c718 char *chk, *file, *subdir; in rkss_get_dirs_by_name() local
755 chk = p->name + strlen(filename); in rkss_get_dirs_by_name()
756 if (*chk == '/') { in rkss_get_dirs_by_name()
H A DOpteeClientRkFs_v1.c755 char *chk = p->name + strlen(filename); in rkss_get_dirs_by_name() local
756 if (*chk == '/') { in rkss_get_dirs_by_name()
H A DOpteeClientRkFs_v2.c474 char *chk = p->name + strlen(filename); in rkss_get_dirs_by_name() local
475 if (*chk == '/') { in rkss_get_dirs_by_name()
H A DOpteeClientRkNewFs_v2.c482 char *chk = p->name + strlen(filename); in rkss_get_dirs_by_name() local
483 if (*chk == '/') { in rkss_get_dirs_by_name()