Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastd/
H A Dprimary.c317 cleanup(gres); in primary_exit()
329 cleanup(gres); in primary_exitx()
1018 gres = res; in hastd_primary()
2223 PJDLOG_ASSERT(gres == res); in primary_config_reload()
2256 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres->hr_sourceaddr)); in primary_config_reload()
2261 gres->hr_replication = vint; in primary_config_reload()
2266 gres->hr_checksum = vint; in primary_config_reload()
2276 gres->hr_timeout = vint; in primary_config_reload()
2281 strlcpy(gres->hr_exec, vstr, sizeof(gres->hr_exec)); in primary_config_reload()
2286 gres->hr_metaflush = vint; in primary_config_reload()
[all …]
H A Dsecondary.c78 static struct hast_resource *gres; variable
456 gres = res; in hastd_secondary()
645 event_send(gres, EVENT_DISCONNECT); in secondary_exit()
/freebsd-14.2/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-14.2/usr.sbin/newsyslog/
H A Dnewsyslog.c977 int gmatch, gres; in expand_globs() local
993 gres = glob(globent->log, GLOB_NOCHECK, NULL, &pglob); in expand_globs()
994 if (gres != 0) { in expand_globs()
995 warn("cannot expand pattern (%d): %s", gres, in expand_globs()
1017 gres = lstat(mfname, &st_fm); in expand_globs()
1018 if (gres != 0) { in expand_globs()