Searched refs:iocpath (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdevice/ |
H A D | devctl.c | 228 char iocpath[MAXPATHLEN]; local 253 (void) strcpy(iocpath, path); 266 if ((chop = strrchr(iocpath, ':')) != NULL) 269 if (strlcat(iocpath, devctl_minorname, MAXPATHLEN) >= 275 (void) printf("DEVCTL_PM_BUS: iocpath %s\n", iocpath); 283 * "a,raw" string, as the minor node name, to the iocpath. 285 if ((iocpath_dup = strdup(iocpath)) == NULL) { 320 (void) strlcat(iocpath, ":", MAXPATHLEN); 324 strlcpy_size = strlcat(iocpath, devctl_target_ra [all...] |
Completed in 15 milliseconds