Searched refs:ment (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmnt.c179 struct mntent ment; local
260 ment.mnt_fsname = share_name ? share_name : "none";
261 ment.mnt_dir = mount_point;
262 ment.mnt_type = "smbfs";
263 ment.mnt_opts = "";
264 ment.mnt_freq = 0;
265 ment.mnt_passno= 0;
267 mount_point = ment.mnt_dir;
288 if (addmntent(mtab, &ment) == 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmount.c40 struct mntent* ment = getmntent(stream); local
41 memcpy(result, ment, sizeof(struct mntent));

Completed in 49 milliseconds