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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c76 int cleanupfd; member in struct:differ_info
507 zc.zc_cleanup_fd = di->cleanupfd;
540 (void) close(di->cleanupfd);
728 di->cleanupfd = open(ZFS_DEV, O_RDWR|O_EXCL);
729 VERIFY(di->cleanupfd >= 0);

Completed in 93 milliseconds