Searched refs:hr_localpath (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sbin/hastd/ |
| H A D | subr.c | 83 PJDLOG_ASSERT(res->hr_localpath != NULL && in provinfo() 84 res->hr_localpath[0] != '\0'); in provinfo() 87 res->hr_localfd = open(res->hr_localpath, in provinfo() 91 res->hr_localpath); in provinfo() 96 pjdlog_errno(LOG_ERR, "Unable to stat %s", res->hr_localpath); in provinfo() 107 res->hr_localpath); in provinfo() 114 res->hr_localpath); in provinfo() 129 res->hr_localpath); in provinfo()
|
| H A D | parse.y | 448 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'); in yy_config_parse()
|
| H A D | hast.h | 168 char hr_localpath[PATH_MAX]; member
|
| H A D | hastd.c | 378 if (strcmp(res0->hr_localpath, res1->hr_localpath) != 0) in resource_needs_restart() 413 PJDLOG_ASSERT(strcmp(res0->hr_localpath, res1->hr_localpath) == 0); in resource_needs_reload()
|
| H A D | primary.c | 355 res->hr_localpath); in hast_activemap_flush() 620 strlcpy(ggiomodify.gctl_readprov, res->hr_localpath, in enable_direct_reads()
|