Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c292 struct ibv_device **real_list; in __ibv_get_device_list_1_0() local
296 real_list = ibv_get_device_list(&n); in __ibv_get_device_list_1_0()
297 if (!real_list) in __ibv_get_device_list_1_0()
304 l[0] = (void *) real_list; in __ibv_get_device_list_1_0()
310 l[i + 1]->real_device = real_list[i]; in __ibv_get_device_list_1_0()
325 ibv_free_device_list(real_list); in __ibv_get_device_list_1_0()