Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDadm_crawler.c655 svn_depth_t target_depth; in svn_wc_crawl_revisions5() local
665 NULL, NULL, NULL, NULL, &target_depth, in svn_wc_crawl_revisions5()
700 if (target_depth == svn_depth_unknown) in svn_wc_crawl_revisions5()
701 target_depth = svn_depth_infinity; in svn_wc_crawl_revisions5()
705 && target_depth <= svn_depth_immediates in svn_wc_crawl_revisions5()
706 && depth > target_depth) in svn_wc_crawl_revisions5()
757 report_depth = target_depth; in svn_wc_crawl_revisions5()
761 && depth < target_depth) in svn_wc_crawl_revisions5()
/NextBSD/usr.sbin/camdd/
HDcamdd.c1533 uint32_t target_depth = dev->target_queue_depth; local
1542 while (((our_depth < target_depth)
1548 (target_depth + peer_target_depth))