Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/perfused/
H A Dperfused.c61 static void new_mount(int, int);
203 new_mount(int fd, int pmnt_flags) in new_mount() function
442 new_mount(s, PMNT_SOCKPAIR); in main()
458 new_mount(s, PMNT_DEVFUSE|PMNT_DGRAM); in main()
474 new_mount(fd, PMNT_DEVFUSE); in main()
/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsinfo.h77 extern fsi_mount *new_mount(void);
H A Dfsi_gram.y352 { $$ = new_mount(); }
H A Dfsi_util.c575 new_mount(void) in new_mount() function
H A Dfsi_analyze.c361 fsi_mount *m = new_mount(); in fixup_required_disk_info()