Searched refs:iscsiAuthClientStringCopy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c91 iscsiAuthClientStringCopy(char *stringOut, const char *stringIn, function
677 if (iscsiAuthClientStringCopy(string, keyValue, length)) {
777 (void) iscsiAuthClientStringCopy(
894 (void) iscsiAuthClientStringCopy(
1238 (void) iscsiAuthClientStringCopy(client->chapUsername,
1871 if (iscsiAuthClientStringCopy(userKeyValue,
2345 if (iscsiAuthClientStringCopy(client->username, username,
2447 if (iscsiAuthClientStringCopy(client->methodListName, methodListName,
2660 if (iscsiAuthClientStringCopy(value, client->chapUsername, maxLength)) {

Completed in 58 milliseconds