Searched refs:mntpnt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddevfsd.conf104 LOOKUP ^(sd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
106 LOOKUP ^(sd[a-z]+)[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
108 LOOKUP ^(ide/hd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
110 LOOKUP ^(hd[a-z])[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
112 #LOOKUP ^(sd/c[0-9]+b[0-9]+t[0-9]+u[0-9]+)p[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
114 LOOKUP ^(scd+)[0-9]+$ EXECUTE /bin/dd if=$mntpnt/\1 of=/dev/null count=1
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c254 static struct fs_info *create_fs_device(const char *device, const char *mntpnt, argument
262 fs->mountpt = xstrdup(mntpnt);
327 char *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
339 mntpnt = parse_word(&cp);
345 if (!mntpnt || !type)
349 parse_escape(mntpnt);
358 fs = create_fs_device(device, mntpnt, type ? type : "auto", opts,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c377 static struct fs_info *create_fs_device(const char *device, const char *mntpnt, argument
387 fs->mountpt = string_copy(mntpnt);
408 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
418 mntpnt = parse_word(&cp);
427 if (!mntpnt || !type)
431 parse_escape(mntpnt);
444 fs = create_fs_device(device, mntpnt, type ? type : "auto", opts,

Completed in 172 milliseconds