Home
last modified time | relevance | path

Searched refs:mountpoint (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sbin/newfs/
Dnewfs.c210 struct stat mountpoint; in main() local
612 if (stat(argv[1], &mountpoint) < 0) in main()
614 mfsuid = mountpoint.st_uid; in main()
615 mfsgid = mountpoint.st_gid; in main()
616 mfsmode = mountpoint.st_mode & ALLPERMS; in main()
923 char mountpoint[MNAMELEN]; in copy() local
928 strlcpy(mountpoint, src, sizeof(mountpoint)); in copy()
930 created = gettmpmnt(mountpoint, sizeof(mountpoint)); in copy()
933 ret = mount(MOUNT_FFS, mountpoint, MNT_RDONLY, &mount_args); in copy()
935 if (created && rmdir(mountpoint) != 0) in copy()
[all …]
/mirbsd/src/usr.sbin/quot/
Dquot.c548 char dev[MNAMELEN], *nm, *mountpoint, *cp; in main() local
603 mountpoint = NULL; in main()
623 mountpoint = mp[i].f_mntonname; in main()
635 quot(nm, mountpoint); in main()
/mirbsd/src/sbin/disklabel/
Deditor.c64 char *mountpoint; member
1917 mi[i].mountpoint = mp[i]; in mpsave()
1946 for (i = 0; i < MAXPARTITIONS && mi[i].mountpoint != NULL; i++) { in mpsave()
1949 mi[i].mountpoint, in mpsave()
2233 if (mi1->mountpoint == NULL && mi2->mountpoint == NULL) in micmp()
2235 else if (mi1->mountpoint == NULL) in micmp()
2237 else if (mi2->mountpoint == NULL) in micmp()
2240 return(strcmp(mi1->mountpoint, mi2->mountpoint)); in micmp()
/mirbsd/src/gnu/usr.bin/perl/
DREADME.bs200039 filesystem (we used the mountpoint /usr/local/ascii for this). Now
/mirbsd/src/etc/
Drc214 # Read /etc/fstab into arrays and sort by mountpoint