Lines Matching refs:s_aPaths

1475     } s_aPaths[] =
1498 for (uint32_t i = 0; i < RT_ELEMENTS(s_aPaths); i++)
1504 ValueName.Buffer = (WCHAR *)s_aPaths[i].pwszRegValue;
1505 ValueName.Length = (USHORT)(RTUtf16Len(s_aPaths[i].pwszRegValue) * sizeof(WCHAR));
1538 s_aPaths[i].pNtPath->awcBuffer[0] = '\\';
1539 s_aPaths[i].pNtPath->awcBuffer[1] = '?';
1540 s_aPaths[i].pNtPath->awcBuffer[2] = '?';
1541 s_aPaths[i].pNtPath->awcBuffer[3] = '\\';
1543 Dst.Buffer = &s_aPaths[i].pNtPath->awcBuffer[4];
1544 Dst.MaximumLength = sizeof(s_aPaths[i].pNtPath->awcBuffer) - sizeof(WCHAR) * 5;
1589 s_aPaths[i].pNtPath,
1590 sizeof(*s_aPaths[i].pNtPath) - sizeof(WCHAR),
1594 if (s_aPaths[i].pNtPath->UniStr.Length > 0)
1597 s_aPaths[i].pNtPath->UniStr.Buffer[s_aPaths[i].pNtPath->UniStr.Length / sizeof(WCHAR)] = '\0';
1598 SUP_DPRINTF(("%s:%*s %ls\n", s_aPaths[i].pszLogName, 9 - strlen(s_aPaths[i].pszLogName), "",
1599 s_aPaths[i].pNtPath->UniStr.Buffer));
1603 SUP_DPRINTF(("%s: NtQueryObject returned empty string\n", s_aPaths[i].pszLogName));
1608 SUP_DPRINTF(("%s: NtQueryObject failed: %#x\n", s_aPaths[i].pszLogName, rcNt));
1613 s_aPaths[i].pszLogName, rcNt, Dst.Buffer));
1617 s_aPaths[i].pszLogName, rcNt, Src.Buffer));
1621 SUP_DPRINTF(("%s: type mismatch: %#x\n", s_aPaths[i].pszLogName, uBuf.PartialInfo.Type));
1626 SUP_DPRINTF(("%s: NtQueryValueKey failed: %#x\n", s_aPaths[i].pszLogName, rcNt));
1631 s_aPaths[i].pNtPath->UniStr.Length = 0;
1632 s_aPaths[i].pNtPath->UniStr.Buffer = NULL;
1642 for (uint32_t i = 0; i < RT_ELEMENTS(s_aPaths); i++)
1644 s_aPaths[i].pNtPath->UniStr.Length = 0;
1645 s_aPaths[i].pNtPath->UniStr.Buffer = NULL;