| /bsp/raspberry-pi/raspi4-64/applications/ |
| A D | mnt.c | 30 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 D | drv_filesystem.c | 72 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 D | drv_filesystem.c | 93 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 D | mnt.c | 28 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 D | drv_romfs.c | 53 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 D | drv_filesystem.c | 96 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 D | drv_filesystem.c | 96 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 D | filesystem.c | 38 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 D | filesystem.c | 53 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 D | filesystem.c | 53 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 D | mnt.c | 29 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) == 0) in mnt_init()
|
| /bsp/nxp/imx/imx6ull-smart/applications/ |
| A D | romfs.c | 19 const struct romfs_dirent romfs_root = { variable
|
| A D | mnt.c | 41 if (dfs_mount(NULL, "/", "rom", 0, &romfs_root) != 0) in mnt_init()
|
| /bsp/allwinner/d1/applications/ |
| A D | romfs.c | 11 const struct romfs_dirent romfs_root = { variable
|
| /bsp/nxp/lpc/lpc54608-LPCXpresso/applications/ |
| A D | mnt.c | 36 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) == 0) in mnt_init()
|
| /bsp/bluetrum/ab32vg1-ab-prougen/applications/ |
| A D | mnt.c | 72 if (dfs_mount(RT_NULL, "/", "rom", 0, &(romfs_root)) == 0) in ab32_romfs_mount()
|
| /bsp/dm365/applications/ |
| A D | application.c | 37 if (dfs_mount(RT_NULL, "/rom", "rom", 0, &romfs_root) == 0) in main()
|
| /bsp/at91/at91sam9260/applications/ |
| A D | application.c | 43 if (dfs_mount(RT_NULL, "/rom", "rom", 0, &romfs_root) == 0) in main()
|
| /bsp/at91/at91sam9g45/applications/ |
| A D | application.c | 45 if (dfs_mount(RT_NULL, "/rom", "rom", 0, &romfs_root) == 0) in main()
|