Searched refs:vfs_opterror (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_jail.c677 vfs_opterror(opts, "new jail must persist or attach");
683 vfs_opterror(opts, "vnet cannot be changed after creation");
690 vfs_opterror(opts, "ip4 cannot be changed after creation");
697 vfs_opterror(opts, "ip6 cannot be changed after creation");
817 vfs_opterror(opts, "too many IPv4 addresses");
875 vfs_opterror(opts, "too many IPv6 addresses");
902 vfs_opterror(opts,
918 vfs_opterror(opts,
977 vfs_opterror(opts, "unknown parameter: %s", opt->name);
989 vfs_opterror(opt
[all...]
H A Dvfs_mount.c1398 vfs_opterror(struct vfsoptlist *opts, const char *fmt, ...) function
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_mib.c421 vfs_opterror(opts, "linux.osname too long");
442 vfs_opterror(opts, "linux.osrelease too long");
449 vfs_opterror(opts, "linux.osrelease format error");
/freebsd-10.0-release/sys/sys/
H A Dmount.h840 void vfs_opterror(struct vfsoptlist *opts, const char *fmt, ...);

Completed in 84 milliseconds