HomeSort by: relevance | last modified time | path
    Searched refs:mount_ffs (Results 1 - 16 of 16) sorted by relevancy

  /src/sbin/mount_ffs/
Makefile 5 PROG= mount_ffs
6 SRCS= mount_ffs.c pathadj.c
7 MAN= mount_ffs.8
9 MLINKS= mount_ffs.8 mount_ufs.8
10 LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs
mount_ffs.h 1 /* $NetBSD: mount_ffs.h,v 1.1 2008/08/05 20:57:45 pooka Exp $ */
33 int mount_ffs(int, char **);
mount_ffs.c 1 /* $NetBSD: mount_ffs.c,v 1.30 2021/09/18 03:05:20 christos Exp $ */
42 __RCSID("$NetBSD: mount_ffs.c,v 1.30 2021/09/18 03:05:20 christos Exp $");
61 #include "mount_ffs.h"
90 return mount_ffs(argc, argv);
130 mount_ffs(int argc, char *argv[]) function in typeref:typename:int
139 if (mount(MOUNT_FFS, fs_name, mntflags, &args, sizeof args) == -1) {
  /src/distrib/vax/inst-common/
instbin.conf 10 progs mount_ffs mount_nfs mv newfs reboot rm route sed sh shutdown
15 ln mount_ffs ffs
  /src/distrib/amiga/floppies/inst-common/
instbin.conf 10 progs mount_ados mount_ffs mount_nfs mv newfs printf pppd pwd reboot rm
21 ln mount_ffs ffs
  /src/distrib/amiga/floppies/upgr/
upgrade.sh 272 $DONTDOIT pax -rwpe sbin/mount_ffs /mnt
  /src/sbin/
Makefile 40 SUBDIR+= mount_ffs
  /src/distrib/sun2/ramdisk/
list 27 # Need mount_ffs to remount the ramdisk.
62 PROG sbin/mount_ffs
  /src/distrib/sun3/ramdisk/
list 27 # Need mount_ffs to remount the ramdisk.
62 PROG sbin/mount_ffs
  /src/tests/fs/nfs/
t_rquotad.sh 114 mount_ffs /dk /rump/export
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 13 progs chown dmesg ifconfig init mknod mount mount_ffs mount_kernfs mount_procfs
  /src/sys/rump/
listsrcdirs 129 lsrc usr /sbin/ mount_ext2fs mount_ffs mount_msdos mount_tmpfs
  /src/tests/lib/librumphijack/
t_vfs.sh 39 mount_ffs /img ${mntdir}
t_tcpip.sh 205 mount_ffs /dk /rump/export
  /src/distrib/sun2/miniroot/
list 70 PROG sbin/mount_ffs
  /src/distrib/sun3/miniroot/
list 69 PROG sbin/mount_ffs

Completed in 16 milliseconds