Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c230 char iocpath[MAXPATHLEN]; in dc_mkhndl() local
255 (void) strcpy(iocpath, path); in dc_mkhndl()
268 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl()
287 if ((iocpath_dup = strdup(iocpath)) == NULL) { in dc_mkhndl()
322 (void) strlcat(iocpath, ":", MAXPATHLEN); in dc_mkhndl()
337 iocpath); in dc_mkhndl()
352 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl()
379 if ((chop = strrchr(iocpath, '/')) == NULL) { in dc_mkhndl()
429 (void) printf("dc_mkhndl: iocpath %s ", iocpath); in dc_mkhndl()
435 if (stat(iocpath, &sb) == 0) { in dc_mkhndl()
[all …]