Home
last modified time | relevance | path

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

/pciutils/
H A Dsetpci.c54 static struct group *first_group, **last_group = &first_group; variable
787 *last_group = g; in new_group()
788 last_group = &g->next; in new_group()