Searched refs:mnt_path (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/package/dni-mtdoops/files/
H A Dcapture_packet.sh6 mnt_path="/mnt/"
19 mnt_tmp=`ls $mnt_path | grep sd"$i""$j"`
22 dist_path="$mnt_path"sd"$i""$j"
H A Ddebug_dutinfo.sh56 mnt_path="/mnt/"
67 mnt_tmp=`ls $mnt_path | grep sd"$i""$j"`
70 dist_path="$mnt_path"sd"$i""$j"
/netgear-R7800-V1.0.2.28/package/samba-scripts/src/
H A Dupdate_smb.c748 char mnt_path[32],*vendor = NULL; local
831 snprintf(mnt_path, sizeof(mnt_path), "/mnt/%s", part_name);
833 if (statfs(mnt_path, &statbuf) == 0 && (unsigned int)statbuf.f_type != 0x858458F6 && (unsigned int)statbuf.f_type != TMPFS_MAGIC) {
/netgear-R7800-V1.0.2.28/package/netatalk-utility/src/
H A Dupdate_afp.c556 char mnt_path[32],*vendor = NULL; local
601 snprintf(mnt_path, sizeof(mnt_path), "/mnt/%s", part_name);
603 if (statfs(mnt_path, &statbuf) == 0 && (unsigned int)statbuf.f_type != 0x858458F6 && (unsigned int)statbuf.f_type != TMPFS_MAGIC)

Completed in 33 milliseconds