Searched refs:d_handle (Results 1 – 2 of 2) sorted by relevance
180 if (ark->d_handle == NULL) { in check_for_ext()191 dlsym(ark->d_handle, "dev_init"); in check_for_ext()199 dlsym(ark->d_handle, "dev_uninit"); in check_for_ext()205 dlsym(ark->d_handle, "dev_start"); in check_for_ext()208 dlsym(ark->d_handle, "dev_stop"); in check_for_ext()211 dlsym(ark->d_handle, "dev_close"); in check_for_ext()214 dlsym(ark->d_handle, "link_update"); in check_for_ext()224 dlsym(ark->d_handle, "stats_get"); in check_for_ext()227 dlsym(ark->d_handle, "stats_reset"); in check_for_ext()242 dlsym(ark->d_handle, "set_mtu"); in check_for_ext()[all …]
104 void *d_handle; member