Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c234 char *iocpath_dup; in dc_mkhndl() local
287 if ((iocpath_dup = strdup(iocpath)) == NULL) { in dc_mkhndl()
292 if ((chop = strrchr(iocpath_dup, '/')) == NULL) { in dc_mkhndl()