Searched refs:filegen (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/ntp/conf/
H A Dbeauregard.conf14 filegen peerstats file peerstats type day enable
15 filegen loopstats file loopstats type day enable
16 filegen clockstats file clockstats type day enable
H A Dmalarky.conf15 filegen peerstats file peerstats type day enable
16 filegen loopstats file loopstats type day enable
17 filegen clockstats file clockstats type day enable
H A Dpogo.conf43 filegen loopstats file loopstats type day enable
44 filegen cryptostats file cryptostats type day enable
H A Drackety.conf53 filegen peerstats file peerstats type day enable
54 filegen loopstats file loopstats type day enable
55 filegen clockstats file clockstats type day enable
H A Dgrundoon.conf36 filegen loopstats file loopstats type day enable
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c282 DPRINTF(4, ("opening filegen (type=%d/stamp=%u) \"%s\"\n",
393 DPRINTF(1, ("filegen %0x %u\n", gen->type, now));
401 * change settings for filegen files
437 DPRINTF(3, ("configuring filegen:\n"
460 * make filegen use the new settings
484 * (within the context of filegen)
513 "filegen filenames must not contain '/': %s",
530 * filegen registry
535 FILEGEN * filegen; member in struct:filegen_entry
550 name, f->filegen));
[all...]
H A Dntp_config.c647 fprintf(df, "filegen %s",
654 "# unknown filegen option token %s\n"
655 "filegen %s",
2363 FILEGEN *filegen; local
2375 * comparison to find the relavant filegen structure is
2378 * Through the parser, we already know which filegen is
2381 * or an index into a filegen array.
2383 * Need to change the filegen code to reflect the above.
2390 filegen = filegen_get(filegen_string);
2391 if (NULL == filegen) {
[all...]
H A Dntp_parser.c2529 yyerror("filegen file remote config ignored");
2542 yyerror("filegen type remote config ignored");
2558 err = "filegen link remote config ignored";
2560 err = "filegen nolink remote config ignored";
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_ro.c60 filegen(const atf_tc_t *tc, const char *mp) function
182 ATF_TC_FSAPPLY_RO(rmfile, "remove file from r/o mount", filegen);
183 ATF_TC_FSAPPLY_RO(fileio, "can read a file but not write it", filegen);
184 ATF_TC_FSAPPLY_RO(attrs, "can query but not change attributes", filegen);
188 ATF_TC_FSAPPLY_RO(createlink, "create hardlink on r/o mount", filegen);

Completed in 124 milliseconds