| /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);
|
| /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...] |