Searched defs:hbapathfound (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c1139 char hbapathfound[MAXPATHLEN]; local
1195 strcpy(hbapathfound, "/devices");
1197 strcat(hbapathfound, tmppath);
1199 strcat(hbapathfound, ":");
1200 strcat(hbapathfound, di_minor_name(minor_node));
1204 if ((stat(hbapathfound, (struct stat *)&buf)) < 0) {
1216 hbapathfound);

Completed in 48 milliseconds