Searched defs:pszSectionNm (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp1490 * @param pszSectionNm The expected section name.
1494 static bool mapSkipThruColumnHeadings(PBIOSMAP pMap, const char *pszSectionNm, uint32_t cColumns, ...) argument
1520 /* | pszSectionNm | */
1525 size_t cchSectionNm = strlen(pszSectionNm);
1535 || strncmp(&psz[4], pszSectionNm, cchSectionNm)
1538 RTMsgError("%s:%d: Expected section box: | %s |", pMap->pszMapFile, pMap->iLine, pszSectionNm);

Completed in 47 milliseconds