Searched refs:DumpNode (Results 1 – 1 of 1) sorted by relevance
909 VOID (*DumpNode)(POOL_PRINT *, VOID *); in DevicePathToStr() local932 DumpNode = NULL; in DevicePathToStr()937 DumpNode = DevPathTable[Index].Function; in DevicePathToStr()946 if (!DumpNode) { in DevicePathToStr()947 DumpNode = _DevPathNodeUnknown; in DevicePathToStr()954 if (Str.len && DumpNode != _DevPathEndInstance) { in DevicePathToStr()962 DumpNode (&Str, DevPathNode); in DevicePathToStr()