Searched refs:pvc (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dnet-android.c374 VLANClientState *vc, **pvc; local
389 pvc = &vlan->first_client;
390 while (*pvc != NULL)
391 pvc = &(*pvc)->next;
392 *pvc = vc;
398 VLANClientState **pvc = &vc->vlan->first_client; local
400 while (*pvc != NULL)
401 if (*pvc == vc) {
402 *pvc
416 VLANClientState **pvc = &vlan->first_client; local
[all...]
H A Dnet.c341 VLANClientState *vc, **pvc; local
356 pvc = &vlan->first_client;
357 while (*pvc != NULL)
358 pvc = &(*pvc)->next;
359 *pvc = vc;
365 VLANClientState **pvc = &vc->vlan->first_client; local
367 while (*pvc != NULL)
368 if (*pvc == vc) {
369 *pvc
383 VLANClientState **pvc = &vlan->first_client; local
[all...]

Completed in 74 milliseconds