Searched defs:sername (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | syncstat.c | 51 static char sername[DLPI_LINKNAME_MAX]; variable 103 if (snprintf(sername, sizeof (sername), "%s", 104 *argv) >= sizeof (sername)) { 114 for (cp = sername; (*cp) && (!isdigit(*cp)); cp++) {} 117 "syncstat: %s missing minor device number\n", sername); 121 if ((retval = dlpi_open(sername, &dh, DLPI_SERIAL)) != DLPI_SUCCESS) { 122 (void) fprintf(stderr, "syncstat: dlpi_open %s: %s\n", sername, 127 (void) dlpi_parselink(sername, serdevice, &ppa); 138 "syncstat: can't get sync mode info for %s\n", sername); [all...] |
Completed in 56 milliseconds