Searched defs:testdd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/dir_rd_update/
H A Ddir_rd_update.c53 int testdd = 0; local
77 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC);
78 if (testdd < 0) {
83 (void) close(testdd);

Completed in 67 milliseconds