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

  /src/sbin/mount_chfs/
mount_chfs.c 1 /* $NetBSD: mount_chfs.c,v 1.5 2021/07/16 12:09:36 andvar Exp $ */
54 #include "mount_chfs.h"
126 mount_chfs(int argc, char *argv[]) function in typeref:typename:int
135 if (mount(MOUNT_CHFS, fs_name, mntflags, &args, sizeof args) == -1) {
147 return mount_chfs(argc, argv);
mount_chfs.c 1 /* $NetBSD: mount_chfs.c,v 1.5 2021/07/16 12:09:36 andvar Exp $ */
54 #include "mount_chfs.h"
126 mount_chfs(int argc, char *argv[]) function in typeref:typename:int
135 if (mount(MOUNT_CHFS, fs_name, mntflags, &args, sizeof args) == -1) {
147 return mount_chfs(argc, argv);

Completed in 22 milliseconds