Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c74 static HalDeviceStore *temporary_device_list = NULL; variable
191 if (temporary_device_list == NULL) { in hald_get_tdl()
192 temporary_device_list = hal_device_store_new (); in hald_get_tdl()
196 return temporary_device_list; in hald_get_tdl()