Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sysevent/
H A Ddr.h80 #define DR_REQ_INCOMING_RES "dr_request_incoming_resource" macro
88 DR_REQ_INCOMING_RES : \
/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_plugin.c119 if (strcmp(dr.dr_req_type, DR_REQ_INCOMING_RES) == 0) { in PCIDR_PLUGIN_PROTO()
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr_common.c277 if (pcidr_check_string(val, DR_REQ_INCOMING_RES, DR_REQ_OUTGOING_RES, in pcidr_check_attrs()
/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c200 if (strcmp(req, DR_REQ_INCOMING_RES) != 0) { in event_process()