Searched refs:auto_probe_results_t (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libauto-186/
H A Dauto_zone.h681 typedef int auto_probe_results_t; typedef
685 AUTO_EXPORT auto_probe_results_t auto_zone_probe_unlocked(auto_zone_t *zone, void *address)
H A Dauto_zone.cpp1688 auto_probe_results_t auto_zone_probe_unlocked(auto_zone_t *zone, void *address) {
1690 auto_probe_results_t result = azone->block_is_start(address) ? auto_is_auto : auto_is_not_auto;

Completed in 117 milliseconds