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

/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c5341 char *commaPos2; local
5361 commaPos2 = strchr(commaPos, ',');
5362 if (commaPos2 != NULL) {
5363 *commaPos2 = NULL;
5364 commaPos2++;
5365 if (isNaturalNumber(commaPos2, ISCSI_MAX_TPGT_VALUE) ==
5367 *tpgt = atoi(commaPos2);

Completed in 71 milliseconds