Searched refs:vfs_opterror (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_jail.c | 693 vfs_opterror(opts, "new jail must persist or attach"); in kern_jail_set() 699 vfs_opterror(opts, "vnet cannot be changed after creation"); in kern_jail_set() 706 vfs_opterror(opts, "ip4 cannot be changed after creation"); in kern_jail_set() 713 vfs_opterror(opts, "ip6 cannot be changed after creation"); in kern_jail_set() 831 vfs_opterror(opts, "too many IPv4 addresses"); in kern_jail_set() 887 vfs_opterror(opts, "too many IPv6 addresses"); in kern_jail_set() 914 vfs_opterror(opts, in kern_jail_set() 930 vfs_opterror(opts, in kern_jail_set() 983 vfs_opterror(opts, in kern_jail_set() 989 vfs_opterror(opts, in kern_jail_set() [all …]
|
| HD | vfs_mount.c | 1389 vfs_opterror(struct vfsoptlist *opts, const char *fmt, ...) in vfs_opterror() function
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_mib.c | 277 vfs_opterror(opts, "linux.osname too long"); in linux_prison_check() 288 vfs_opterror(opts, "linux.osrelease too long"); in linux_prison_check() 293 vfs_opterror(opts, "linux.osrelease format error"); in linux_prison_check()
|
| /NextBSD/sys/sys/ |
| HD | mount.h | 856 void vfs_opterror(struct vfsoptlist *opts, const char *fmt, ...);
|