Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c165 char *dev_hid; in sysevent_dev_handler() local
223 if (nvlist_lookup_string(attr_list, PWRCTL_DEV_HID, &dev_hid) != 0) { in sysevent_dev_handler()
224 dev_hid = ""; in sysevent_dev_handler()
235 class, subclass, phys_path, dev_name, dev_hid, dev_uid, dev_index); in sysevent_dev_handler()
258 gchar dev_hid[1024]; in sysevent_iochannel_data() local
270 dev_hid[0] = dev_uid[0] = '\0'; in sysevent_iochannel_data()
272 phys_path, dev_name, dev_hid, dev_uid, &dev_index); in sysevent_iochannel_data()
298 dev_name, dev_hid, dev_uid, dev_index); in sysevent_iochannel_data()
482 gchar *dev_name, gchar *dev_hid, gchar *dev_uid, uint_t dev_index) in sysevent_pwrctl() argument
487 if (strcmp(dev_hid, "PNP0C0A") == 0) { in sysevent_pwrctl()
[all …]