/illumos-gate/usr/src/cmd/acpihpd/ |
H A D | notify.c | 302 if (nvlist_lookup_string(attr_list, DR_AP_ID, &ap_id) != 0) { in notify_hotplug() 305 DR_AP_ID); in notify_hotplug() 308 debug_print(2, "%s = '%s'", DR_AP_ID, ap_id ? ap_id : "<null>"); in notify_hotplug() 310 debug_print(2, "'%s' property in message is NULL", DR_AP_ID); in notify_hotplug()
|
/illumos-gate/usr/src/cmd/pcidr/ |
H A D | pcidr_common.c | 158 strcmp(name, DR_AP_ID) == 0) { in pcidr_name2type() 284 name = DR_AP_ID; in pcidr_check_attrs() 340 name = DR_AP_ID; in pcidr_get_attrs()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | dr_util.c | 100 rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, KM_SLEEP); in dr_generate_event() 103 "'%s' event\n", DR_AP_ID, EC_DR); in dr_generate_event()
|
/illumos-gate/usr/src/uts/common/sys/sysevent/ |
H A D | dr.h | 51 #define DR_AP_ID "dr_ap_id" /* Attachment point id */ macro
|
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | picl_slm.c | 220 if (sysevent_lookup_attr(ev, DR_AP_ID, SE_DATA_TYPE_STRING, in piclslm_add_ec_dr_args() 255 if (nvlist_lookup_string(nvlist, DR_AP_ID, &ap_id) != 0 || in piclslm_add_ec_dr_req_args()
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/ |
H A D | acpinex_event.c | 76 rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, KM_SLEEP); in acpinex_event_generate_event() 80 DR_AP_ID, EC_DR); in acpinex_event_generate_event()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddi_hp_impl.c | 794 err = nvlist_add_string(ev_attr_list, DR_AP_ID, ap_id); in ddihp_cn_gen_sysevent() 798 DR_AP_ID, EC_DR); in ddihp_cn_gen_sysevent()
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | ssm.c | 967 rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, KM_SLEEP); in ssm_generate_event() 970 DR_AP_ID, EC_DR); in ssm_generate_event()
|
/illumos-gate/usr/src/cmd/oplhpd/ |
H A D | scf_notify.c | 425 if (nvlist_lookup_string(ev_attr_list, DR_AP_ID, &ap_id) != 0) { in notify_scf_of_hotplug()
|
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 1276 err = nvlist_add_string(ev_attr_list, DR_AP_ID, ap_id); in pcie_hp_gen_sysevent_req() 1281 DR_AP_ID, EC_DR); in pcie_hp_gen_sysevent_req()
|
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | lw8.c | 598 rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, in lw8_dr_data_handler() 602 DR_AP_ID, EC_DR); in lw8_dr_data_handler()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 555 if (sysevent_lookup_attr(evp, DR_AP_ID, SE_DATA_TYPE_STRING, in match_sysevent_to_disk()
|
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 200 if (nvlist_lookup_string(attr_list, DR_AP_ID, in sysevent_dev_handler()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 783 err = nvlist_add_string(attr_list, DR_AP_ID, attach_pnt); in rmclomv_dr_data_handler() 786 DR_AP_ID, EC_DR); in rmclomv_dr_data_handler() 806 DR_AP_ID, EC_DR); in rmclomv_dr_data_handler()
|
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/ |
H A D | pcihp.c | 3970 err = nvlist_add_string(ev_attr_list, DR_AP_ID, attach_pnt); in pcihp_gen_sysevent() 3975 DR_AP_ID, EC_DR); in pcihp_gen_sysevent()
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.c | 2901 if ((rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, in drmach_log_sysevent()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 2896 if ((rv = sysevent_add_attr(&evnt_attr_list, DR_AP_ID, &evnt_val, in drmach_log_sysevent()
|
/illumos-gate/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 21029 err = nvlist_add_string(ev_attr_list, DR_AP_ID, ap); in sata_gen_sysevent()
|