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

/freebsd-9.3-release/sbin/hastd/
H A Dsubr.c83 PJDLOG_ASSERT(res->hr_localpath != NULL &&
84 res->hr_localpath[0] != '\0');
87 res->hr_localfd = open(res->hr_localpath,
91 res->hr_localpath);
96 pjdlog_errno(LOG_ERR, "Unable to stat %s", res->hr_localpath);
107 res->hr_localpath);
114 res->hr_localpath);
129 res->hr_localpath);
H A Dmetadata.c69 pjdlog_debug(1, "Obtained info about %s.", res->hr_localpath);
75 res->hr_localpath);
79 res->hr_localpath);
83 pjdlog_debug(1, "Locked %s.", res->hr_localpath);
114 res->hr_localpath);
122 res->hr_localpath, res->hr_name);
153 res->hr_localpath);
H A Dparse.y320 PJDLOG_ASSERT(curres->hr_localpath[0] != '\0');
755 if (curres->hr_localpath[0] == '\0' &&
762 strlcpy(curres->hr_localpath, depth1_localpath,
763 sizeof(curres->hr_localpath));
794 if (curres->hr_localpath[0] == '\0') {
853 curres->hr_localpath[0] = '\0';
935 if (strlcpy(curres->hr_localpath, $2,
936 sizeof(curres->hr_localpath)) >=
937 sizeof(curres->hr_localpath)) {
H A Dhast.h168 char hr_localpath[PATH_MAX]; member in struct:hast_resource
H A Dhastd.c379 if (strcmp(res0->hr_localpath, res1->hr_localpath) != 0)
414 PJDLOG_ASSERT(strcmp(res0->hr_localpath, res1->hr_localpath) == 0);
H A Dcontrol.c261 nv_add_string(nvout, res->hr_localpath, "localpath%u", no);
H A Dprimary.c357 res->hr_localpath);
622 strlcpy(ggiomodify.gctl_readprov, res->hr_localpath,
/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c109 res->hr_localpath);
115 res->hr_localpath, res->hr_local_sectorsize);
157 res->hr_localpath);

Completed in 90 milliseconds