Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dpshot.c189 static pshot_device_t *pshot_devices = NULL; variable
411 pshot_devices = NULL; in _init()
431 if (pshot_devices) in _fini()
432 pshot_devices_free(pshot_devices, pshot_devices_len); in _fini()
2990 for (i = 0; i < pshot_devices_len && pshot_devices[i].name; in pshot_bus_config_setup_leaf()
2992 if (strcmp(cname, pshot_devices[i].name) == 0) { in pshot_bus_config_setup_leaf()
2993 compat_name = pshot_devices[i].compat; in pshot_bus_config_setup_leaf()
2994 nodetype = pshot_devices[i].nodetype; in pshot_bus_config_setup_leaf()
3307 if (pshot_devices != NULL) in pshot_devices_setup()
3322 pshot_devices = newdevs; in pshot_devices_setup()