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

  /src/sbin/mount_ffs/
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) {

Completed in 11 milliseconds