Home
last modified time | relevance | path

Searched refs:subsystem_config (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/usr.sbin/iovctl/
H A Dparse.c230 nvlist_t *subsystem_config, *driver_config, *iov_config; in parse_device_config() local
249 subsystem_config = nvlist_create(NV_FLAG_IGNORE_CASE); in parse_device_config()
250 if (subsystem_config == NULL) in parse_device_config()
267 nvlist_move_nvlist(subsystem_config, DRIVER_CONFIG_NAME, driver_config); in parse_device_config()
268 nvlist_move_nvlist(subsystem_config, IOV_CONFIG_NAME, iov_config); in parse_device_config()
269 nvlist_move_nvlist(config, subsystem, subsystem_config); in parse_device_config()