Searched refs:hr_localpath (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sbin/hastd/ |
| H A D | subr.c | 84 PJDLOG_ASSERT(res->hr_localpath != NULL && in provinfo() 85 res->hr_localpath[0] != '\0'); in provinfo() 88 res->hr_localfd = open(res->hr_localpath, in provinfo() 92 res->hr_localpath); in provinfo() 97 pjdlog_errno(LOG_ERR, "Unable to stat %s", res->hr_localpath); in provinfo() 108 res->hr_localpath); in provinfo() 115 res->hr_localpath); in provinfo() 130 res->hr_localpath); in provinfo()
|
| H A D | metadata.c | 68 pjdlog_debug(1, "Obtained info about %s.", res->hr_localpath); in metadata_read() 74 res->hr_localpath); in metadata_read() 78 res->hr_localpath); in metadata_read() 82 pjdlog_debug(1, "Locked %s.", res->hr_localpath); in metadata_read() 113 res->hr_localpath); in metadata_read() 121 res->hr_localpath, res->hr_name); in metadata_read() 152 res->hr_localpath); in metadata_read()
|
| 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 | 379 if (strcmp(res0->hr_localpath, res1->hr_localpath) != 0) in resource_needs_restart() 414 PJDLOG_ASSERT(strcmp(res0->hr_localpath, res1->hr_localpath) == 0); in resource_needs_reload()
|
| H A D | control.c | 260 nv_add_string(nvout, res->hr_localpath, "localpath%u", no); in control_status()
|
| H A D | primary.c | 356 res->hr_localpath); in hast_activemap_flush() 621 strlcpy(ggiomodify.gctl_readprov, res->hr_localpath, in enable_direct_reads()
|
| /freebsd-14.2/sbin/hastctl/ |
| H A D | hastctl.c | 108 res->hr_localpath); in create_one() 114 res->hr_localpath, res->hr_local_sectorsize); in create_one() 156 res->hr_localpath); in create_one()
|