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

/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c185 char *vldc_path, *glvc_path; local
210 } else if (get_glvc_svc_name(devname, NULL, &glvc_path) == true) {
211 return (glvc_path);
225 char *glvc_path; local
248 glvc_path = di_devfs_minor_path(minor);
252 dev_path = malloc(strlen(glvc_path) +
255 (void) strcat(dev_path, glvc_path);
256 di_devfs_path_free(glvc_path);
260 di_devfs_path_free(glvc_path);

Completed in 71 milliseconds