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

/vbox/src/VBox/Storage/
H A DISCSI.cpp488 char *pszInitiatorUsername; member in struct:ISCSIIMAGE
1318 if (pImage->pszInitiatorUsername == NULL)
1340 rc = iscsiTextAddKeyValue(bBuf, sizeof(bBuf), &cbBuf, "CHAP_N", pImage->pszInitiatorUsername, 0);
3779 if (pImage->pszInitiatorUsername)
3781 RTMemFree(pImage->pszInitiatorUsername);
3782 pImage->pszInitiatorUsername = NULL;
3973 pImage->pszInitiatorUsername = NULL;
3976 &pImage->pszInitiatorUsername);
4602 pImage->pszInitiatorUsername = NULL;

Completed in 55 milliseconds