Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dhost.c651 get_host_info_data_index(bool is_stat64, host_flavor_t flavor, mach_msg_type_number_t* count, kern_… in get_host_info_data_index() argument
655 if (!is_stat64) { in get_host_info_data_index()
669 if (!is_stat64) { in get_host_info_data_index()
723 rate_limit_host_statistics(bool is_stat64, host_flavor_t flavor, host_info64_t info, mach_msg_type_… in rate_limit_host_statistics() argument
742 int index = get_host_info_data_index(is_stat64, flavor, count, ret); in rate_limit_host_statistics()