Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dhost_statistics_rate_limiting.c22 struct all_host_info { struct
36 check_host_info(struct all_host_info* data, unsigned long iter, char lett) in check_host_info() argument
68 for (i = 0; i < sizeof(struct all_host_info); i++) { in check_host_info()
70 …; T_ASSERT_EQ(datap[i + (j * sizeof(struct all_host_info))], datap[i + ((j + 1) * sizeof(struct al… in check_host_info()
78 get_host_info(struct all_host_info* data, host_t self, int iter) in get_host_info()
113 struct all_host_info* data;
120 data = malloc(ITER * sizeof(struct all_host_info));
141 memset(data, lett, ITER * sizeof(struct all_host_info));