Searched refs:sc_next (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/lib/libc/rpc/ |
| D | svc.c | 63 struct svc_callout *sc_next; member 310 s->sc_next = svc_head; in svc_register() 333 svc_head = s->sc_next; in svc_unregister() 335 prev->sc_next = s->sc_next; in svc_unregister() 337 s->sc_next = NULL; in svc_unregister() 353 for (s = svc_head; s != NULL; s = s->sc_next) { in svc_find() 597 for (s = svc_head; s != NULL; s = s->sc_next) { in svc_getreq_common()
|
| /openbsd/src/sys/dev/gpio/ |
| D | gpiodcf.c | 69 time_t sc_next; /* time to become valid next */ member 189 sc->sc_next = 0L; in gpiodcf_attach() 277 sc->sc_current = sc->sc_next; in gpiodcf_probe() 402 sc->sc_next = clock_ymdhms_to_secs(&ymdhm); in gpiodcf_mg_probe() 406 sc->sc_next -= z1_bit ? 7200 : 3600; in gpiodcf_mg_probe() 417 tdiff_recv = sc->sc_next - sc->sc_last; in gpiodcf_mg_probe() 448 sc->sc_last = sc->sc_next; in gpiodcf_mg_probe()
|
| D | gpiovar.h | 75 LIST_ENTRY(gpio_dev) sc_next;
|
| D | gpio.c | 425 LIST_INSERT_HEAD(&sc->sc_devs, gdev, sc_next); in gpio_ioctl() 433 LIST_FOREACH(gdev, &sc->sc_devs, sc_next) { in gpio_ioctl() 437 LIST_REMOVE(gdev, sc_next); in gpio_ioctl()
|
| /openbsd/src/sys/dev/usb/ |
| D | udcf.c | 80 time_t sc_next; /* time to become valid next */ member 211 sc->sc_next = 0L; in udcf_attach() 441 sc->sc_current = sc->sc_next; in udcf_probe() 566 sc->sc_next = clock_ymdhms_to_secs(&ymdhm); in udcf_mg_probe() 570 sc->sc_next -= z1_bit ? 7200 : 3600; in udcf_mg_probe() 581 tdiff_recv = sc->sc_next - sc->sc_last; in udcf_mg_probe() 612 sc->sc_last = sc->sc_next; in udcf_mg_probe()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | ioapic.c | 186 for (sc = ioapics; sc != NULL; sc = sc->sc_next) in ioapic_find() 202 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { in ioapic_find_bybase() 214 sc->sc_next = ioapics; in ioapic_add() 461 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { in ioapic_enable() 549 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { in ioapic_dump()
|
| D | mpbios.c | 584 sc = sc->sc_next) { in mpbios_scan()
|
| /openbsd/src/usr.bin/rdist/ |
| D | docmd.c | 478 for (sc = sbcmds; sc != NULL; sc = sc->sc_next) { in doarrow() 565 for (sc = sbcmds; sc != NULL; sc = sc->sc_next) in doarrow() 689 for (sc = sbcmds; sc != NULL; sc = sc->sc_next) { in cmptime() 741 for (sc = sbcmds; sc != NULL; sc = sc->sc_next) { in dodcolon() 772 for (sc = sbcmds; sc != NULL; sc = sc->sc_next) { in dodcolon() 805 for (sc = subcmds; sc != NULL; sc = sc->sc_next) { in except()
|
| D | client.h | 87 struct subcmd *sc_next; member
|
| D | gram.y | 141 last_sc->sc_next = $2; 594 sc->sc_next = NULL; in makesubcmd()
|
| D | client.c | 170 for (sc = subcmds; sc != NULL; sc = sc->sc_next) { in runspecial() 204 for (sc = subcmds; sc != NULL && !isokay; sc = sc->sc_next) { in addcmdspecialfile() 251 for (sc = cmd->c_cmds; sc != NULL; sc = sc->sc_next) { in runcmdspecial()
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | ioapic.c | 191 for (sc = ioapics; sc != NULL; sc = sc->sc_next) in ioapic_find() 207 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { in ioapic_find_bybase() 219 sc->sc_next = ioapics; in ioapic_add() 589 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { in ioapic_enable() 852 for (sc = ioapics; sc != NULL; sc = sc->sc_next) { in ioapic_dump()
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | i82093var.h | 50 struct ioapic_softc *sc_next; member
|
| /openbsd/src/sys/arch/i386/include/ |
| D | i82093var.h | 52 struct ioapic_softc *sc_next; member
|
| /openbsd/src/sys/net/ |
| D | if_pflow.h | 211 SMR_SLIST_ENTRY(pflow_softc) sc_next;
|
| D | if_pflow.c | 288 SMR_SLIST_INSERT_HEAD_LOCKED(&pflowif_list, pflowif, sc_next); in pflow_clone_create() 305 SMR_SLIST_REMOVE_LOCKED(&pflowif_list, sc, pflow_softc, sc_next); in pflow_clone_destroy() 843 SMR_SLIST_FOREACH(sc, &pflowif_list, sc_next) { in export_pflow()
|