Lines Matching defs:iov_schema
52 #include <sys/iov_schema.h>
162 iov->iov_schema = schema;
220 nvlist_destroy(iov->iov_schema);
261 nvlist_t *pf_schema, *iov_schema;
269 iov_schema = pci_iov_get_pf_subsystem_schema();
272 * Note that if either *driver_schema or iov_schema is NULL, then
278 nvlist_move_nvlist(pf_schema, IOV_CONFIG_NAME, iov_schema);
286 nvlist_t *vf_schema, *iov_schema;
294 iov_schema = pci_iov_get_vf_subsystem_schema();
297 * Note that if either *driver_schema or iov_schema is NULL, then
303 nvlist_move_nvlist(vf_schema, IOV_CONFIG_NAME, iov_schema);
415 error = pci_iov_schema_validate_config(iov->iov_schema, config);
950 packed = nvlist_pack(dinfo->cfg.iov->iov_schema, &size);