Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/hastd/
HDsubr.c86 PJDLOG_ASSERT(res->hr_localpath != NULL && in provinfo()
87 res->hr_localpath[0] != '\0'); in provinfo()
90 res->hr_localfd = open(res->hr_localpath, in provinfo()
94 res->hr_localpath); in provinfo()
99 pjdlog_errno(LOG_ERR, "Unable to stat %s", res->hr_localpath); in provinfo()
110 res->hr_localpath); in provinfo()
117 res->hr_localpath); in provinfo()
132 res->hr_localpath); in provinfo()
HDmetadata.c71 pjdlog_debug(1, "Obtained info about %s.", res->hr_localpath); in metadata_read()
77 res->hr_localpath); in metadata_read()
81 res->hr_localpath); in metadata_read()
85 pjdlog_debug(1, "Locked %s.", res->hr_localpath); in metadata_read()
116 res->hr_localpath); in metadata_read()
124 res->hr_localpath, res->hr_name); in metadata_read()
155 res->hr_localpath); in metadata_read()
HDparse.y450 if (curres->hr_localpath[0] == '\0' &&
457 strlcpy(curres->hr_localpath, depth1_localpath,
458 sizeof(curres->hr_localpath));
489 if (curres->hr_localpath[0] == '\0') {
548 curres->hr_localpath[0] = '\0';
630 if (strlcpy(curres->hr_localpath, $2,
631 sizeof(curres->hr_localpath)) >=
632 sizeof(curres->hr_localpath)) {
968 PJDLOG_ASSERT(curres->hr_localpath[0] != '\0'); in yy_config_parse()
HDhast.h170 char hr_localpath[PATH_MAX]; member
HDhastd.c381 if (strcmp(res0->hr_localpath, res1->hr_localpath) != 0) in resource_needs_restart()
416 PJDLOG_ASSERT(strcmp(res0->hr_localpath, res1->hr_localpath) == 0); in resource_needs_reload()
HDcontrol.c263 nv_add_string(nvout, res->hr_localpath, "localpath%u", no); in control_status()
HDprimary.c358 res->hr_localpath); in hast_activemap_flush()
623 strlcpy(ggiomodify.gctl_readprov, res->hr_localpath, in enable_direct_reads()
/freebsd-11-stable/sbin/hastctl/
HDhastctl.c111 res->hr_localpath); in create_one()
117 res->hr_localpath, res->hr_local_sectorsize); in create_one()
159 res->hr_localpath); in create_one()