Searched refs:gdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald.c594 HalDeviceStore *gdl; local
599 gdl = hald_get_gdl ();
601 if (g_slist_length (gdl->devices) > 0) {
602 HalDevice *d = HAL_DEVICE(gdl->devices->data);
603 hal_device_store_remove (gdl, d);
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c510 ipmi_sdr_generic_locator_t *gdl = NULL; local
539 if ((gdl = ipmi_sdr_lookup_generic(hdl, entity_refs[i]))
580 if (ipmi_sunoem_led_set(hdl, gdl, ledmode) < 0) {
592 if (ipmi_sunoem_led_get(hdl, gdl, &ledmode) < 0) {
631 ipmi_sdr_generic_locator_t *gdl = NULL; local
660 if ((gdl = ipmi_sdr_lookup_generic(hdl, entity_refs[i]))
704 if (ipmi_sunoem_led_set(hdl, gdl, ledmode) < 0) {
715 if (ipmi_sunoem_led_get(hdl, gdl, &ledmode) < 0) {
766 ipmi_sdr_generic_locator_t *gdl = NULL; local
844 if ((gdl
1096 ipmi_sdr_generic_locator_t *gdl = NULL; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c426 /* Look up the parent node in the gdl. */
510 HalDeviceStore *gdl; local
536 gdl = hald_get_gdl ();
537 iter = gdl->devices;

Completed in 83 milliseconds