Home
last modified time | relevance | path

Searched refs:testdd (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/cddl/zfs/bin/
H A Ddir_rd_update.c54 int testdd = 0; in main() local
79 testdd = open(dirpath, O_RDONLY|O_SYNC); in main()
80 if (testdd < 0) { in main()
86 (void) close(testdd); in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddir_rd_update.c53 int testdd = 0; in main() local
81 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
82 if (testdd < 0) { in main()
87 (void) close(testdd); in main()