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

/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp1373 * @param ppszCursor Pointer to the cursor variable.
1377 static bool mapParseWord(char **ppszCursor, char *pszBuf, size_t cbBuf) argument
1380 char *pszStart = *ppszCursor;
1399 *ppszCursor = psz;
1408 * @param ppszCursor Pointer to the cursor variable.
1411 static bool mapParseAddress(char **ppszCursor, PRTFAR16 pAddr) argument
1414 if (!mapParseWord(ppszCursor, szWord, sizeof(szWord)))
1466 * @param ppszCursor Pointer to the cursor variable.
1469 static bool mapParseSize(char **ppszCursor, uint32_t *pcb) argument
1472 if (!mapParseWord(ppszCursor, szWor
[all...]

Completed in 47 milliseconds