Home
last modified time | relevance | path

Searched refs:gres (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sbin/hastd/
H A Dprimary.c319 cleanup(gres); in primary_exit()
331 cleanup(gres); in primary_exitx()
1020 gres = res; in hastd_primary()
2225 PJDLOG_ASSERT(gres == res); in primary_config_reload()
2258 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres->hr_sourceaddr)); in primary_config_reload()
2263 gres->hr_replication = vint; in primary_config_reload()
2268 gres->hr_checksum = vint; in primary_config_reload()
2278 gres->hr_timeout = vint; in primary_config_reload()
2283 strlcpy(gres->hr_exec, vstr, sizeof(gres->hr_exec)); in primary_config_reload()
2288 gres->hr_metaflush = vint; in primary_config_reload()
[all …]
H A Dsecondary.c80 static struct hast_resource *gres; variable
458 gres = res; in hastd_secondary()
647 event_send(gres, EVENT_DISCONNECT); in secondary_exit()
/freebsd-13.1/contrib/tcsh/
H A Dsh.glob.c897 int gpol = 1, gres = 0; in Gnmatch() local
915 gres |= t_pmatch(string, *p, &tstring, 1) == 2 ? 1 : 0; in Gnmatch()
923 gres |= 1; in Gnmatch()
931 return(gres == gpol); in Gnmatch()
/freebsd-13.1/usr.sbin/newsyslog/
H A Dnewsyslog.c979 int gmatch, gres; in expand_globs() local
995 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob); in expand_globs()
996 if (gres != 0) { in expand_globs()
997 warn("cannot expand pattern (%d): %s", gres, in expand_globs()
1019 gres = lstat(mfname, &st_fm); in expand_globs()
1020 if (gres != 0) { in expand_globs()