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

/illumos-gate/usr/src/lib/libdevice/
H A Ddevctl.c232 char iocpath[MAXPATHLEN]; local
257 (void) strcpy(iocpath, path);
270 if ((chop = strrchr(iocpath, ':')) != NULL)
273 if (strlcat(iocpath, devctl_minorname, MAXPATHLEN) >=
279 (void) printf("DEVCTL_PM_BUS: iocpath %s\n", iocpath);
287 * "a,raw" string, as the minor node name, to the iocpath.
289 if ((iocpath_dup = strdup(iocpath)) == NULL) {
324 (void) strlcat(iocpath, ":", MAXPATHLEN);
328 strlcpy_size = strlcat(iocpath, devctl_target_ra
[all...]

Completed in 64 milliseconds