Home | History | Annotate | Download | only in drivers

Lines Matching refs:aeropuerto

10  * Code for dynamically loading Apple80211 functions from Aeropuerto to avoid
14 static void *aeropuerto = NULL;
19 return aeropuerto ? 1 : 0;
139 __ ## s = dlsym(aeropuerto, #s); \
152 "Aeropuerto.bundle/Aeropuerto";
155 aeropuerto = dlopen(fname, RTLD_LAZY);
156 if (!aeropuerto) {
176 dlclose(aeropuerto);
177 aeropuerto = NULL;
185 if (aeropuerto) {
186 dlclose(aeropuerto);
187 aeropuerto = NULL;