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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c504 char *vhci_path_ptr, *pathname_ptr, pathname[MAXPATHLEN]; local
541 if ((pathname_ptr = strrchr(pathname, ':')) != NULL) {
542 *pathname_ptr = '\0';
545 pathname_ptr = pathname + strlen(DEVICES_DIR);
610 if ((strncmp(phci_path, pathname_ptr,
611 strlen(pathname_ptr)) == 0) &&

Completed in 60 milliseconds