HomeSort by: relevance | last modified time | path
    Searched refs:gp_next (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
gpt.c 145 struct gpt_part_entry *gp_next; member in struct:gpt_part_entry
252 p = p->gp_next) {
372 last->gp_next = np;
396 p = p->gp_next) {
510 p = p->gp_next;
545 p = p->gp_next;
579 last = p, p = p->gp_next, pno++) {
594 entry->gp_next = NULL;
596 last->gp_next = entry;
606 entry->gp_next = p
    [all...]
  /src/sys/dev/gpio/
gpiovar.h 99 LIST_ENTRY(gpio_name) gp_next;
gpio.c 260 LIST_INSERT_HEAD(&sc->sc_names, nm, gp_next);
709 LIST_FOREACH(nm, &sc->sc_names, gp_next)
782 LIST_FOREACH(nm, &sc->sc_names, gp_next)
964 LIST_FOREACH(nm, &sc->sc_names, gp_next) {
980 LIST_INSERT_HEAD(&sc->sc_names, nm, gp_next);
1002 LIST_FOREACH(nm, &sc->sc_names, gp_next) {
1004 LIST_REMOVE(nm, gp_next);

Completed in 13 milliseconds