Searched refs:iocpath (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libdevice/ |
H A D | devctl.c | 232 char iocpath[MAXPATHLEN]; in dc_mkhndl() local 257 (void) strcpy(iocpath, path); in dc_mkhndl() 270 if ((chop = strrchr(iocpath, ':')) != NULL) in dc_mkhndl() 273 if (strlcat(iocpath, devctl_minorname, MAXPATHLEN) >= in dc_mkhndl() 279 (void) printf("DEVCTL_PM_BUS: iocpath %s\n", iocpath); in dc_mkhndl() 289 if ((iocpath_dup = strdup(iocpath)) == NULL) { in dc_mkhndl() 324 (void) strlcat(iocpath, ":", MAXPATHLEN); in dc_mkhndl() 328 strlcpy_size = strlcat(iocpath, devctl_target_raw, in dc_mkhndl() 331 strlcpy_size = strlcat(iocpath, minorname, MAXPATHLEN); in dc_mkhndl() 339 iocpath); in dc_mkhndl() [all …]
|