Searched refs:mount (Results 1 – 14 of 14) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | debugfs_smc.c | 43 } mount; member 123 ret = mount(parms.mount.srv, in debugfs_smc_handler() 124 parms.mount.where, in debugfs_smc_handler() 125 parms.mount.spec); in debugfs_smc_handler()
|
A D | devroot.c | 95 .mount = deverrmount,
|
A D | dev.h | 68 chan_t *(*mount)(chan_t *c, const char *spec); member
|
A D | devfip.c | 318 .mount = fipmount,
|
A D | dev.c | 791 int mount(const char *srv, const char *where, const char *spec) in mount() function 801 mount_point_chan = devtab[channel->index]->mount(channel, spec); in mount()
|
/arm-trusted-firmware-2.8.0/include/lib/ |
A D | debugfs.h | 47 int mount(const char *srv, const char *mnt, const char *spec);
|
/arm-trusted-firmware-2.8.0/drivers/renesas/common/emmc/ |
A D | emmc_read.c | 101 if (mmc_drv_obj.mount != TRUE) { in emmc_read_sector()
|
A D | emmc_init.c | 30 mmc_drv_obj.mount = FALSE; in rcar_emmc_memcard_power()
|
A D | emmc_utility.c | 198 mmc_drv_obj.mount = FALSE; in emmc_send_idle_cmd()
|
A D | emmc_mount.c | 391 if (mmc_drv_obj.mount != TRUE) { in emmc_select_partition() 683 mmc_drv_obj.mount = TRUE; in rcar_emmc_mount()
|
A D | emmc_std.h | 399 uint32_t mount; member
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | debugfs-design.rst | 57 - mount(): create a link between a driver and spec. 63 int mount(char *srv, char *mnt, char *spec);
|
A D | arm-sip-service.rst | 106 struct mount { 110 } mount; 181 w0 == DEBUGFS_E_INVALID_PARAMS if mount operation failed
|
/arm-trusted-firmware-2.8.0/docs/threat_model/ |
A D | threat_model.rst | 835 | | mount side-channel attacks using information |
|
Completed in 16 milliseconds