Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mountroot.c89 static struct mntarg *parse_mountroot_options(struct mntarg *, const char *);
790 ma = parse_mountroot_options(ma, opts); in parse_mount()
1124 parse_mountroot_options(struct mntarg *ma, const char *options) in parse_mountroot_options() function