Home
last modified time | relevance | path

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

/src/contrib/ofed/libibverbs/
H A Dcompat-1_0.c291 struct ibv_device **real_list; in __ibv_get_device_list_1_0() local
295 real_list = ibv_get_device_list(&n); in __ibv_get_device_list_1_0()
296 if (!real_list) in __ibv_get_device_list_1_0()
303 l[0] = (void *) real_list; in __ibv_get_device_list_1_0()
309 l[i + 1]->real_device = real_list[i]; in __ibv_get_device_list_1_0()
324 ibv_free_device_list(real_list); in __ibv_get_device_list_1_0()