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

/freebsd-current/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.y448 if (curres->hr_localpath[0] == '\0' &&
455 strlcpy(curres->hr_localpath, depth1_localpath,
456 sizeof(curres->hr_localpath));
487 if (curres->hr_localpath[0] == '\0') {
546 curres->hr_localpath[0] = '\0';
628 if (strlcpy(curres->hr_localpath, $2,
629 sizeof(curres->hr_localpath)) >=
630 sizeof(curres->hr_localpath)) {
966 PJDLOG_ASSERT(curres->hr_localpath[0] != '\0');
H A Dhast.h168 char hr_localpath[PATH_MAX]; member in struct:hast_resource
H A Dhastd.c378 if (strcmp(res0->hr_localpath, res1->hr_localpath) != 0)
413 PJDLOG_ASSERT(strcmp(res0->hr_localpath, res1->hr_localpath) == 0);
H A Dcontrol.c260 nv_add_string(nvout, res->hr_localpath, "localpath%u", no);
H A Dprimary.c355 res->hr_localpath);
620 strlcpy(ggiomodify.gctl_readprov, res->hr_localpath,
/freebsd-current/sbin/hastctl/
H A Dhastctl.c108 res->hr_localpath);
114 res->hr_localpath, res->hr_local_sectorsize);
156 res->hr_localpath);

Completed in 184 milliseconds