Lines Matching defs:driver_schema
93 nvlist_t **driver_schema);
95 nvlist_t **driver_schema);
259 pci_iov_build_pf_schema(nvlist_t *schema, nvlist_t **driver_schema)
272 * Note that if either *driver_schema or iov_schema is NULL, then
277 nvlist_move_nvlist(pf_schema, DRIVER_CONFIG_NAME, *driver_schema);
280 *driver_schema = NULL;
284 pci_iov_build_vf_schema(nvlist_t *schema, nvlist_t **driver_schema)
297 * Note that if either *driver_schema or iov_schema is NULL, then
302 nvlist_move_nvlist(vf_schema, DRIVER_CONFIG_NAME, *driver_schema);
305 *driver_schema = NULL;