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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c162 static struct XAB *first_xab = NULL, *last_xab = NULL; variable in typeref:struct:XAB
1655 first_xab = last_xab = NULL;
1662 if ( first_xab == NULL ) \
1663 first_xab = (void *) p; \
1835 if (first_xab != NULL) /* Link xaball,xabkey subchain */
1838 outfab->fab$l_xab = (void *) first_xab;
1858 while (first_xab != NULL)
1862 x = (struct XAB *) first_xab->xab$l_nxt;
1863 free(first_xab);
1864 first_xab
[all...]

Completed in 66 milliseconds