Home
last modified time | relevance | path

Searched refs:unitsep (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c231 char *nodename, *unitsep, *minorsep, *chop; in dc_mkhndl() local
387 unitsep = strchr(nodename, '@'); in dc_mkhndl()
390 if (unitsep == NULL) { in dc_mkhndl()
405 *unitsep = '\0'; in dc_mkhndl()
409 (void) snprintf(dcp->unitaddr, MAXNAMELEN, "%s", unitsep+1); in dc_mkhndl()