| /freebsd-src/sys/contrib/dev/acpica/compiler/ |
| H A D | aslmaputils.c | 234 * PARAMETERS: DeviceNode - Node for parent device 247 ACPI_NAMESPACE_NODE *DeviceNode) in MpGetHidValue() argument 254 Status = AcpiNsGetNode (DeviceNode, METHOD_NAME__HID, in MpGetHidValue() 317 ACPI_NAMESPACE_NODE *DeviceNode; in MpGetHidViaNamestring() local 322 &DeviceNode); in MpGetHidViaNamestring() 328 return (MpGetHidValue (DeviceNode)); in MpGetHidViaNamestring() 357 ACPI_NAMESPACE_NODE *DeviceNode; in MpGetParentDeviceHid() local 377 DeviceNode = Op->Asl.Node; in MpGetParentDeviceHid() 378 if (!DeviceNode) in MpGetParentDeviceHid() 384 *ParentDeviceName = AcpiNsGetExternalPathname (DeviceNode); in MpGetParentDeviceHid() 409 ACPI_NAMESPACE_NODE *DeviceNode; MpGetDdnValue() local [all...] |
| /freebsd-src/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsinit.c | 713 ACPI_NAMESPACE_NODE *DeviceNode; in AcpiNsInitOneDevice() local 721 DeviceNode = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, ObjHandle); in AcpiNsInitOneDevice() 722 if ((DeviceNode->Type != ACPI_TYPE_DEVICE) && in AcpiNsInitOneDevice() 723 (DeviceNode->Type != ACPI_TYPE_PROCESSOR) && in AcpiNsInitOneDevice() 724 (DeviceNode->Type != ACPI_TYPE_THERMAL)) in AcpiNsInitOneDevice() 736 if (!(DeviceNode->Flags & ANOBJ_SUBTREE_HAS_INI)) in AcpiNsInitOneDevice() 753 ACPI_TYPE_METHOD, DeviceNode, METHOD_NAME__STA)); in AcpiNsInitOneDevice() 755 Status = AcpiUtExecute_STA (DeviceNode, &Flags); in AcpiNsInitOneDevice() 831 if (!ACPI_COMPARE_NAMESEG (DeviceNode->Name.Ascii, "_SB_") || in AcpiNsInitOneDevice() 832 DeviceNode in AcpiNsInitOneDevice() [all...] |
| /freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
| H A D | uteval.c | 316 * DeviceNode - Node for the device 331 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtEvaluateNumericObject() argument 341 Status = AcpiUtEvaluateObject (DeviceNode, ObjectName, in AcpiUtEvaluateNumericObject() 363 * PARAMETERS: DeviceNode - Node for the device 378 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_STA() argument 388 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__STA, in AcpiUtExecute_STA() 401 AcpiUtGetNodeName (DeviceNode))); in AcpiUtExecute_STA() 425 * PARAMETERS: DeviceNode - Node for the device 441 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecutePowerMethods() argument 461 Status = AcpiUtEvaluateObject (DeviceNode, in AcpiUtExecutePowerMethods() [all...] |
| H A D | utids.c | 165 * PARAMETERS: DeviceNode - Node for the device 181 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_HID() argument 193 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__HID, in AcpiUtExecute_HID() 253 * PARAMETERS: DeviceNode - Node for the device 269 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_UID() argument 281 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__UID, in AcpiUtExecute_UID() 341 * PARAMETERS: DeviceNode - Node for the device 362 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiUtExecute_CID() argument 382 Status = AcpiUtEvaluateObject (DeviceNode, METHOD_NAME__CID, in AcpiUtExecute_CID() 498 * PARAMETERS: DeviceNode 515 AcpiUtExecute_CLS(ACPI_NAMESPACE_NODE * DeviceNode,ACPI_PNP_DEVICE_ID ** ReturnId) AcpiUtExecute_CLS() argument [all...] |
| /freebsd-src/sys/contrib/dev/acpica/components/events/ |
| H A D | evxfgpe.c | 555 ACPI_NAMESPACE_NODE *DeviceNode; in ACPI_EXPORT_SYMBOL() local 579 DeviceNode = AcpiGbl_RootNode; in ACPI_EXPORT_SYMBOL() 583 DeviceNode = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, WakeDevice); in ACPI_EXPORT_SYMBOL() 588 if (DeviceNode->Type != ACPI_TYPE_DEVICE) in ACPI_EXPORT_SYMBOL() 654 if (Notify->DeviceNode == DeviceNode) in ACPI_EXPORT_SYMBOL() 664 NewNotify->DeviceNode = DeviceNode; in ACPI_EXPORT_SYMBOL()
|
| H A D | evregion.c | 168 ACPI_NAMESPACE_NODE *DeviceNode, 999 * PARAMETERS: DeviceNode - Namespace node for an ACPI device 1018 ACPI_NAMESPACE_NODE *DeviceNode, in AcpiEvExecuteOrphanRegMethod() argument 1031 if (!DeviceNode) in AcpiEvExecuteOrphanRegMethod() 1042 Status = AcpiGetHandle (DeviceNode, METHOD_NAME__REG, &RegMethod); in AcpiEvExecuteOrphanRegMethod() 1055 NextNode = AcpiNsGetNextNode (DeviceNode, NULL); in AcpiEvExecuteOrphanRegMethod() 1065 NextNode = AcpiNsGetNextNode (DeviceNode, NextNode); in AcpiEvExecuteOrphanRegMethod()
|
| H A D | evgpe.c | 678 Notify->DeviceNode, ACPI_NOTIFY_DEVICE_WAKE); in AcpiEvAsynchExecuteGpeMethod()
|
| /freebsd-src/sys/contrib/dev/acpica/include/ |
| H A D | acutils.h | 707 ACPI_NAMESPACE_NODE *DeviceNode, 712 ACPI_NAMESPACE_NODE *DeviceNode, 717 ACPI_NAMESPACE_NODE *DeviceNode, 728 ACPI_NAMESPACE_NODE *DeviceNode, 733 ACPI_NAMESPACE_NODE *DeviceNode, 738 ACPI_NAMESPACE_NODE *DeviceNode, 743 ACPI_NAMESPACE_NODE *DeviceNode,
|
| H A D | amlresrc.h | 899 ACPI_NAMESPACE_NODE *DeviceNode);
|
| H A D | aclocal.h | 639 ACPI_NAMESPACE_NODE *DeviceNode; /* Device to be notified */ member
|
| /freebsd-src/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePathToText.h | 39 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
|
| H A D | DevicePathUtilities.h | 89 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode
|
| /freebsd-src/lib/libefivar/ |
| H A D | efivar-dp-parse.c | 3766 EFI_DEVICE_PATH_PROTOCOL *DeviceNode; in UefiDevicePathLibConvertTextToDeviceNode() local 3792 DeviceNode = FromText (DeviceNodeStr); in UefiDevicePathLibConvertTextToDeviceNode() 3794 DeviceNode = FromText (ParamStr); in UefiDevicePathLibConvertTextToDeviceNode() 3800 return DeviceNode; in UefiDevicePathLibConvertTextToDeviceNode() 3822 EFI_DEVICE_PATH_PROTOCOL *DeviceNode; in UefiDevicePathLibConvertTextToDevicePath() local 3842 DeviceNode = UefiDevicePathLibConvertTextToDeviceNode (DeviceNodeStr); in UefiDevicePathLibConvertTextToDevicePath() 3844 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath() 3846 FreePool (DeviceNode); in UefiDevicePathLibConvertTextToDevicePath() 3850 DeviceNode = (EFI_DEVICE_PATH_PROTOCOL *)AllocatePool (END_DEVICE_PATH_LENGTH); in UefiDevicePathLibConvertTextToDevicePath() 3851 ASSERT (DeviceNode != NULL); in UefiDevicePathLibConvertTextToDevicePath() [all …]
|
| H A D | efivar-dp-format.c | 2431 @param DeviceNode A Pointer to the device node to be converted. in UefiDevicePathLibConvertDeviceNodeToText() 2439 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode in UefiDevicePathLibConvertDeviceNodeToText() 2446 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode, in UefiDevicePathLibConvertDeviceNodeToText() 2456 if (DeviceNode == NULL) { in UefiDevicePathLibConvertDeviceNodeToText() 2466 Node = __DECONST(EFI_DEVICE_PATH_PROTOCOL *, DeviceNode); in UefiDevicePathLibConvertDeviceNodeToText() 2469 if ((DevicePathType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].Type) && 2470 (DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType) 2499 NULL if DeviceNode is NULL or there was insufficient memory. in UefiDevicePathLibConvertDevicePathToText() 2428 UefiDevicePathLibConvertDeviceNodeToText(IN CONST EFI_DEVICE_PATH_PROTOCOL * DeviceNode,IN BOOLEAN DisplayOnly,IN BOOLEAN AllowShortcuts) UefiDevicePathLibConvertDeviceNodeToText() argument
|
| H A D | uefi-dplib.h | 440 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
|
| /freebsd-src/sys/contrib/edk2/Include/Library/ |
| H A D | DevicePathLib.h | 522 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
|