vfs_copyopt
if (vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)) == 0 &&
error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys));
error = vfs_copyopt(opts, "linux.oss_version", &oss_version,
error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys));
error = vfs_copyopt(opts, "linux.oss_version", &oss_version,
error = vfs_copyopt(mp->mnt_optnew, "nfs_args", &args,
error = vfs_copyopt(opts, "desc", &jfd_in, sizeof(jfd_in));
error = vfs_copyopt(opts, "jid", &jid, sizeof(jid));
error = vfs_copyopt(opts, "securelevel", &slevel, sizeof(slevel));
vfs_copyopt(opts, "children.max", &childmax, sizeof(childmax));
error = vfs_copyopt(opts, "enforce_statfs", &enforce, sizeof(enforce));
error = vfs_copyopt(opts, "devfs_ruleset", &rsnum, sizeof(rsnum));
error = vfs_copyopt(opts, jsf->name, &jsys, sizeof(jsys));
error = vfs_copyopt(opts, "host.hostid", &hid32, sizeof(hid32));
error = vfs_copyopt(opts, "host.hostid", &hid, sizeof(hid));
error = vfs_copyopt(opts, "osreldate", &osreldt, sizeof(osreldt));
error = vfs_copyopt(opts, "desc", &jfd_in, sizeof(jfd_in));
error = vfs_copyopt(opts, "lastjid", &jid, sizeof(jid));
error = vfs_copyopt(opts, "jid", &jid, sizeof(jid));
error = vfs_copyopt(opts, "sysvmsg", &jsys, sizeof(jsys));
if (vfs_copyopt(opts, "sysvmsg", &jsys, sizeof(jsys)) == ENOENT)
error = vfs_copyopt(opts, "sysvsem", &jsys, sizeof(jsys));
if (vfs_copyopt(opts, "sysvsem", &jsys, sizeof(jsys)) == ENOENT)
error = vfs_copyopt(opts, "sysvshm", &jsys, sizeof(jsys));
if (vfs_copyopt(opts, "sysvshm", &jsys, sizeof(jsys)) == ENOENT)
if (vfs_copyopt(*optlist, "export", &export, sizeof(export))
error = vfs_copyopt(opts, "mac.label", &mac32, sizeof(mac32));
error = vfs_copyopt(opts, "mac.label", &mac, sizeof(mac));
error = vfs_copyopt(opts, "mac.label", &mac32, sizeof(mac32));
error = vfs_copyopt(opts, "mac.label", &mac, sizeof(mac));
error = vfs_copyopt(opts, "mac.do", &jsys, sizeof(jsys));
error = vfs_copyopt(opts, "mac.do", &jsys, sizeof(jsys));
int vfs_copyopt(struct vfsoptlist *, const char *, void *, int);