Home
last modified time | relevance | path

Searched refs:romfs_root (Results 1 – 19 of 19) sorted by relevance

/bsp/raspberry-pi/raspi4-64/applications/
A Dmnt.c30 extern const struct romfs_dirent romfs_root; in mnt_init()
31 if (dfs_mount(RT_NULL, "/rom", "rom", 0, &romfs_root) == 0) in mnt_init()
/bsp/stm32/stm32l475-atk-pandora/board/ports/
A Ddrv_filesystem.c72 const struct romfs_dirent romfs_root = variable
79 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) != 0) in filesystem_mount()
/bsp/stm32/stm32f407-atk-explorer/board/ports/
A Ddrv_filesystem.c93 static const struct romfs_dirent romfs_root = variable
100 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) != 0) in filesystem_mount()
/bsp/bouffalo_lab/libraries/rt_drivers/port/
A Dmnt.c28 const struct romfs_dirent romfs_root = variable
56 if(dfs_mount(RT_NULL, "/", "rom", 0, &romfs_root) != 0) in mount_init()
/bsp/nxp/lpc/lpc54114-lite/drivers/
A Ddrv_romfs.c53 const struct romfs_dirent romfs_root = variable
61 dfs_mount(RT_NULL, "/", "rom", 0, &romfs_root); in rt_hw_romfs_init()
/bsp/stm32/stm32f407-lckfb-skystar/board/ports/
A Ddrv_filesystem.c96 const struct romfs_dirent romfs_root = variable
105 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) != 0) in filesystem_mount()
/bsp/stm32/stm32f407-rt-spark/board/ports/
A Ddrv_filesystem.c96 const struct romfs_dirent romfs_root = variable
105 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) != 0) in filesystem_mount()
/bsp/stm32/stm32h7r7-artpi2/board/port/
A Dfilesystem.c38 const struct romfs_dirent romfs_root = { variable
109 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) != 0) in mount_init()
/bsp/stm32/stm32h750-artpi/board/port/
A Dfilesystem.c53 const struct romfs_dirent romfs_root = variable
133 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) != 0) in mount_init()
/bsp/stm32/stm32h7s7-st-disco/board/port/
A Dfilesystem.c53 const struct romfs_dirent romfs_root = variable
133 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) != 0) in mount_init()
/bsp/x86/applications/
A Dmnt.c29 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) == 0) in mnt_init()
/bsp/nxp/imx/imx6ull-smart/applications/
A Dromfs.c19 const struct romfs_dirent romfs_root = { variable
A Dmnt.c41 if (dfs_mount(NULL, "/", "rom", 0, &romfs_root) != 0) in mnt_init()
/bsp/allwinner/d1/applications/
A Dromfs.c11 const struct romfs_dirent romfs_root = { variable
/bsp/nxp/lpc/lpc54608-LPCXpresso/applications/
A Dmnt.c36 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) == 0) in mnt_init()
/bsp/bluetrum/ab32vg1-ab-prougen/applications/
A Dmnt.c72 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) == 0) in ab32_romfs_mount()
/bsp/dm365/applications/
A Dapplication.c37 if (dfs_mount(RT_NULL, "/rom", "rom", 0, &romfs_root) == 0) in main()
/bsp/at91/at91sam9260/applications/
A Dapplication.c43 if (dfs_mount(RT_NULL, "/rom", "rom", 0, &romfs_root) == 0) in main()
/bsp/at91/at91sam9g45/applications/
A Dapplication.c45 if (dfs_mount(RT_NULL, "/rom", "rom", 0, &romfs_root) == 0) in main()

Completed in 35 milliseconds