Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/rpc/
Dsvc.c63 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/
Dgpiodcf.c69 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()
Dgpiovar.h75 LIST_ENTRY(gpio_dev) sc_next;
Dgpio.c425 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/
Dudcf.c80 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/
Dioapic.c186 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()
Dmpbios.c584 sc = sc->sc_next) { in mpbios_scan()
/openbsd/src/usr.bin/rdist/
Ddocmd.c478 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()
Dclient.h87 struct subcmd *sc_next; member
Dgram.y141 last_sc->sc_next = $2;
594 sc->sc_next = NULL; in makesubcmd()
Dclient.c170 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/
Dioapic.c191 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/
Di82093var.h50 struct ioapic_softc *sc_next; member
/openbsd/src/sys/arch/i386/include/
Di82093var.h52 struct ioapic_softc *sc_next; member
/openbsd/src/sys/net/
Dif_pflow.h211 SMR_SLIST_ENTRY(pflow_softc) sc_next;
Dif_pflow.c288 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()