Lines Matching refs:pszBufName
376 char *pszBufName = szBuf;
377 while (*pszBufName == ' ') ++pszBufName; /* Skip spaces */
378 while (RT_C_IS_DIGIT(*pszBufName)) ++pszBufName; /* Skip major */
379 while (*pszBufName == ' ') ++pszBufName; /* Skip spaces */
380 while (RT_C_IS_DIGIT(*pszBufName)) ++pszBufName; /* Skip minor */
381 while (*pszBufName == ' ') ++pszBufName; /* Skip spaces */
383 char *pszBufData = strchr(pszBufName, ' ');
390 if (!strcmp(name, pszBufName))
475 char *pszBufName = szBuf;
477 char *pszBufData = strchr(pszBufName, ' ');
484 if (!strcmp(pcszDevice, pszBufName))