Lines Matching refs:pathname
325 * parse the disk group name from the a device pathname on a non-SunCluster.
331 cfg_l_dgname(const char *pathname, char *buffer, size_t buflen)
344 if (strncmp(pathname, dev, ll) != 0) {
345 /* not a device pathname */
350 start = pathname + ll;
432 * determine which cluster resource group the pathname belongs to, if any
441 cfg_dgname(const char *pathname, char *buffer, size_t buflen)
452 if (pathname == NULL || *pathname == '\0') {
466 if (stat(pathname, &stb) < 0) {