Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c4617 spa_verify_host(spa_t *spa, nvlist_t *mos_config) in spa_verify_host() argument
4623 if (!spa_is_root(spa) && nvlist_lookup_uint64(mos_config, in spa_verify_host()
4625 hostname = fnvlist_lookup_string(mos_config, in spa_verify_host()
5056 nvlist_t *nv, *mos_config, *policy; local
5074 if (load_nvlist(spa, spa->spa_config_object, &mos_config)
5085 error = spa_verify_host(spa, mos_config);
5087 nvlist_free(mos_config);
5092 nv = fnvlist_lookup_nvlist(mos_config, ZPOOL_CONFIG_VDEV_TREE);
5101 nvlist_free(mos_config);
5147 if (nvlist_exists(mos_config, ZPOOL_CONFIG_HOSTID))
[all …]
/freebsd/sys/dev/usb/net/
H A Dif_mos.c195 static const struct usb_config mos_config[MOS_ENDPT_MAX] = { variable
699 sc->sc_xfer, mos_config, MOS_ENDPT_MAX, in mos_attach()