Home
last modified time | relevance | path

Searched refs:mountpt (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dumountnfs.sh28 while read device mountpt fstype options
32 umount -f $mountpt
H A Dmountnfs.sh29 while read device mountpt fstype options
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c397 void cmd_yaffs_ls(const char *mountpt, int longlist) in cmd_yaffs_ls() argument
405 d = yaffs_opendir(mountpt); in cmd_yaffs_ls()
414 sprintf(tempstr, "%s/%s", mountpt, de->d_name); in cmd_yaffs_ls()
/openbmc/u-boot/cmd/
H A Dyaffs2.c35 extern void cmd_yaffs_ls(const char *mountpt, int longlist);