Searched refs:all_host_info (Results 1 – 1 of 1) sorted by relevance
22 struct all_host_info { struct36 check_host_info(struct all_host_info* data, unsigned long iter, char lett) in check_host_info() argument68 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));