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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c1294 char *portidstr; local
1324 portidstr = (char *)attrp->lp_val;
1325 while (*portidstr != '\0') {
1327 linkid = strtol(portidstr, &portidstr, 10);
1328 if (linkid == 0 || *portidstr != '.' ||
1342 portidstr++;

Completed in 48 milliseconds