Searched refs:hr_localpath (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sbin/hastd/ |
| HD | 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()
|
| HD | metadata.c | 69 pjdlog_debug(1, "Obtained info about %s.", res->hr_localpath); in metadata_read() 75 res->hr_localpath); in metadata_read() 79 res->hr_localpath); in metadata_read() 83 pjdlog_debug(1, "Locked %s.", res->hr_localpath); in metadata_read() 114 res->hr_localpath); in metadata_read() 122 res->hr_localpath, res->hr_name); in metadata_read() 153 res->hr_localpath); in metadata_read()
|
| HD | 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()
|
| HD | hast.h | 168 char hr_localpath[PATH_MAX]; member
|
| HD | 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()
|
| HD | control.c | 261 nv_add_string(nvout, res->hr_localpath, "localpath%u", no); in control_status()
|
| HD | primary.c | 356 res->hr_localpath); in hast_activemap_flush() 621 strlcpy(ggiomodify.gctl_readprov, res->hr_localpath, in enable_direct_reads()
|
| /NextBSD/sbin/hastctl/ |
| HD | hastctl.c | 109 res->hr_localpath); in create_one() 115 res->hr_localpath, res->hr_local_sectorsize); in create_one() 157 res->hr_localpath); in create_one()
|