HomeSort by: relevance | last modified time | path
    Searched refs:filegen (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/ntp/dist/conf/
beauregard.conf 14 filegen peerstats file peerstats type day enable
15 filegen loopstats file loopstats type day enable
16 filegen clockstats file clockstats type day enable
malarky.conf 15 filegen peerstats file peerstats type day enable
16 filegen loopstats file loopstats type day enable
17 filegen clockstats file clockstats type day enable
beauregard.conf 14 filegen peerstats file peerstats type day enable
15 filegen loopstats file loopstats type day enable
16 filegen clockstats file clockstats type day enable
malarky.conf 15 filegen peerstats file peerstats type day enable
16 filegen loopstats file loopstats type day enable
17 filegen clockstats file clockstats type day enable
pogo.conf 43 filegen loopstats file loopstats type day enable
44 filegen cryptostats file cryptostats type day enable
pogo.conf 43 filegen loopstats file loopstats type day enable
44 filegen cryptostats file cryptostats type day enable
rackety.conf 53 filegen peerstats file peerstats type day enable
54 filegen loopstats file loopstats type day enable
55 filegen clockstats file clockstats type day enable
rackety.conf 53 filegen peerstats file peerstats type day enable
54 filegen loopstats file loopstats type day enable
55 filegen clockstats file clockstats type day enable
grundoon.conf 36 filegen loopstats file loopstats type day enable
grundoon.conf 36 filegen loopstats file loopstats type day enable
  /src/external/bsd/ntp/dist/ntpd/
ntp_filegen.c 49 static void filegen_open (FILEGEN *, u_int32, const time_t*);
51 static void filegen_init (const char *, const char *, FILEGEN *);
53 static void filegen_uninit (FILEGEN *);
65 FILEGEN * fgp
84 FILEGEN *fgp
100 FILEGEN * gen,
284 DPRINTF(4, ("opening filegen (type=%d/stamp=%u) \"%s\"\n",
351 FILEGEN * gen,
395 DPRINTF(1, ("filegen %0x %u\n", gen->type, now));
403 * change settings for filegen file
537 FILEGEN * filegen; member in struct:filegen_entry
    [all...]
ntp_filegen.c 49 static void filegen_open (FILEGEN *, u_int32, const time_t*);
51 static void filegen_init (const char *, const char *, FILEGEN *);
53 static void filegen_uninit (FILEGEN *);
65 FILEGEN * fgp
84 FILEGEN *fgp
100 FILEGEN * gen,
284 DPRINTF(4, ("opening filegen (type=%d/stamp=%u) \"%s\"\n",
351 FILEGEN * gen,
395 DPRINTF(1, ("filegen %0x %u\n", gen->type, now));
403 * change settings for filegen file
537 FILEGEN * filegen; member in struct:filegen_entry
    [all...]
ntp_config.c 656 fprintf(df, "filegen %s",
663 "# unknown filegen option token %s\n"
664 "filegen %s",
2476 FILEGEN * filegen; local
2489 * comparison to find the relavant filegen structure is
2492 * Through the parser, we already know which filegen is
2495 * or an index into a filegen array.
2497 * Need to change the filegen code to reflect the above.
2504 filegen = filegen_get(filegen_string)
    [all...]
ntp_config.c 656 fprintf(df, "filegen %s",
663 "# unknown filegen option token %s\n"
664 "filegen %s",
2476 FILEGEN * filegen; local
2489 * comparison to find the relavant filegen structure is
2492 * Through the parser, we already know which filegen is
2495 * or an index into a filegen array.
2497 * Need to change the filegen code to reflect the above.
2504 filegen = filegen_get(filegen_string)
    [all...]
  /src/tests/fs/vfs/
t_ro.c 60 filegen(const atf_tc_t *tc, const char *mp) function
183 ATF_TC_FSAPPLY_RO(rmfile, "remove file from r/o mount", filegen);
184 ATF_TC_FSAPPLY_RO(fileio, "can read a file but not write it", filegen);
185 ATF_TC_FSAPPLY_RO(attrs, "can query but not change attributes", filegen);
189 ATF_TC_FSAPPLY_RO(createlink, "create hardlink on r/o mount", filegen);
t_ro.c 60 filegen(const atf_tc_t *tc, const char *mp) function
183 ATF_TC_FSAPPLY_RO(rmfile, "remove file from r/o mount", filegen);
184 ATF_TC_FSAPPLY_RO(fileio, "can read a file but not write it", filegen);
185 ATF_TC_FSAPPLY_RO(attrs, "can query but not change attributes", filegen);
189 ATF_TC_FSAPPLY_RO(createlink, "create hardlink on r/o mount", filegen);

Completed in 33 milliseconds