Lines Matching defs:vf_schema
91 nvlist_t **vf_schema);
102 struct nvlist *vf_schema, const char *fmt, ...)
111 vf_schema, buf));
116 nvlist_t *vf_schema, const char *name)
153 schema = pci_iov_build_schema(&pf_schema, &vf_schema);
181 nvlist_destroy(vf_schema);
286 nvlist_t *vf_schema, *iov_schema;
288 vf_schema = pci_iov_schema_alloc_node();
289 if (vf_schema == NULL) {
302 nvlist_move_nvlist(vf_schema, DRIVER_CONFIG_NAME, *driver_schema);
303 nvlist_move_nvlist(vf_schema, IOV_CONFIG_NAME, iov_schema);
304 nvlist_move_nvlist(schema, VF_SCHEMA_NAME, vf_schema);