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

/freebsd-13-stable/sys/dev/usb/net/
H A Dif_mos.c198 static const struct usb_config mos_config[MOS_ENDPT_MAX] = { variable in typeref:struct:usb_config
707 sc->sc_xfer, mos_config, MOS_ENDPT_MAX,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa.c3264 spa_verify_host(spa_t *spa, nvlist_t *mos_config) argument
3270 if (!spa_is_root(spa) && nvlist_lookup_uint64(mos_config,
3272 hostname = fnvlist_lookup_string(mos_config,
3710 nvlist_t *nv, *mos_config, *policy; local
3728 if (load_nvlist(spa, spa->spa_config_object, &mos_config)
3739 error = spa_verify_host(spa, mos_config);
3741 nvlist_free(mos_config);
3746 nv = fnvlist_lookup_nvlist(mos_config, ZPOOL_CONFIG_VDEV_TREE);
3755 nvlist_free(mos_config);
3797 mos_config_txg = fnvlist_lookup_uint64(mos_config,
[all...]

Completed in 106 milliseconds