Searched refs:DRIVER_CONFIG_NAME (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Diov.h42 #define DRIVER_CONFIG_NAME "DRIVER" macro
76 * 1) There must be a key with the name DRIVER_CONFIG_NAME. The value
197 * 2) The device node must contain a key with the name DRIVER_CONFIG_NAME. The
/freebsd-11-stable/usr.sbin/iovctl/
H A Dvalidate.c72 nvlist_move_nvlist(subsystem, DRIVER_CONFIG_NAME, empty_driver);
158 apply_subsystem_defaults(vf, DRIVER_CONFIG_NAME, defaults);
200 validate_subsystem(device, schema, DRIVER_CONFIG_NAME, config_name);
H A Diovctl.c387 driver_schema = nvlist_get_nvlist(pf_schema, DRIVER_CONFIG_NAME);
395 driver_schema = nvlist_get_nvlist(vf_schema, DRIVER_CONFIG_NAME);
H A Dparse.c215 driver_schema = nvlist_get_nvlist(schema, DRIVER_CONFIG_NAME);
244 nvlist_move_nvlist(subsystem_config, DRIVER_CONFIG_NAME, driver_config);
/freebsd-11-stable/sys/dev/pci/
H A Dpci_iov_schema.c480 driver_schema = nvlist_get_nvlist(dev_schema, DRIVER_CONFIG_NAME);
506 strcmp(name, DRIVER_CONFIG_NAME) != 0)
528 DRIVER_CONFIG_NAME);
662 driver_schema = nvlist_get_nvlist(device_schema, DRIVER_CONFIG_NAME);
676 driver_config = dnvlist_take_nvlist(device_config, DRIVER_CONFIG_NAME,
702 nvlist_move_nvlist(device_config, DRIVER_CONFIG_NAME, driver_config);
741 else if (strcasecmp(name, DRIVER_CONFIG_NAME) == 0)
H A Dpci_iov.c271 nvlist_move_nvlist(pf_schema, DRIVER_CONFIG_NAME, *driver_schema);
296 nvlist_move_nvlist(vf_schema, DRIVER_CONFIG_NAME, *driver_schema);
510 driver_config = nvlist_get_nvlist(device, DRIVER_CONFIG_NAME);
636 driver_config = nvlist_get_nvlist(device, DRIVER_CONFIG_NAME);

Completed in 123 milliseconds