Searched refs:DumpNode (Results 1 – 2 of 2) sorted by relevance
1138 VOID (*DumpNode)(POOL_PRINT *, VOID *); in DevicePathToStr() local1161 DumpNode = NULL; in DevicePathToStr()1166 DumpNode = DevPathTable[Index].Function; in DevicePathToStr()1175 if (!DumpNode) { in DevicePathToStr()1176 DumpNode = _DevPathNodeUnknown; in DevicePathToStr()1183 if (Str.len && DumpNode != _DevPathEndInstance) { in DevicePathToStr()1191 DumpNode (&Str, DevPathNode); in DevicePathToStr()
269 goto DumpNode; in AcpiDbDecodeAndDisplayObject()337 DumpNode: in AcpiDbDecodeAndDisplayObject()