Home
last modified time | relevance | path

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

/openbsd/games/quiz/
H A Dquiz.c142 if ((qp->q_next = malloc(sizeof(QE))) == NULL) in get_file()
144 qp = qp->q_next; in get_file()
149 qp->q_next = NULL; in get_file()
174 for (qp = qlist.q_next; qp; qp = qp->q_next) { in show_index()
199 for (qp = qlist.q_next; qp; qp = qp->q_next) { in get_cats()
242 qp = qlist.q_next; in quiz()
244 qp = qp->q_next; in quiz()
246 qp = qp->q_next; in quiz()
254 qp = qp->q_next; in quiz()
H A Dquiz.h50 struct qentry *q_next; /* next one */ member
/openbsd/usr.sbin/radiusd/
H A Dradiusd.c825 struct radius_query *q_next = NULL; in radiusd_access_request_next() local
858 if ((q_next = calloc(1, sizeof(struct radius_query))) == NULL) { in radiusd_access_request_next()
862 q_next->id = ++radius_query_id_seq; in radiusd_access_request_next()
863 q_next->radiusd = q->radiusd; in radiusd_access_request_next()
864 q_next->req_id = q->req_id; in radiusd_access_request_next()
865 q_next->req = pkt; in radiusd_access_request_next()
866 radius_get_authenticator(pkt, q_next->req_auth); in radiusd_access_request_next()
867 q_next->authen = authen; in radiusd_access_request_next()
868 q_next->prev = q; in radiusd_access_request_next()
870 strlcpy(q_next in radiusd_access_request_next()
[all...]
/openbsd/sys/dev/acpi/
H A Dacpivar.h89 SIMPLEQ_ENTRY(acpi_q) q_next;
103 SIMPLEQ_ENTRY(acpi_wakeq) q_next;
H A Dpluart_acpi.c107 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in pluart_acpi_is_console()
H A Dcom_acpi.c160 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in com_acpi_is_console()
H A Dacpi.c1057 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1134 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1182 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1191 SIMPLEQ_FOREACH(wentry, &sc->sc_wakedevs, q_next) { in acpi_attach_common()
1224 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_attach_common()
1394 q_next); in acpi_maptable()
1397 q_next); in acpi_maptable()
2319 SIMPLEQ_FOREACH(wentry, &sc->sc_wakedevs, q_next) { in acpi_enable_wakegpes()
2415 SIMPLEQ_INSERT_TAIL(&sc->sc_wakedevs, wq, q_next); in acpi_foundprw()
2425 SIMPLEQ_FOREACH(wentry, &sc->sc_wakedevs, q_next) { in acpi_toggle_wakedev()
H A Dintelpmc.c111 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in intelpmc_attach()
H A Dacpiec.c334 SIMPLEQ_INSERT_TAIL(&sc->sc_acpi->sc_wakedevs, wq, q_next); in acpiec_attach()
H A Dtpm.c428 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in tpm2_start_method()
H A Ddsdt.c3758 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in aml_loadtable()
/openbsd/sys/arch/arm64/dev/
H A Dacpiiort.c134 SIMPLEQ_FOREACH(entry, &acpi_softc->sc_tables, q_next) { in acpiiort_device_map()
H A Dacpipci.c392 SIMPLEQ_FOREACH(entry, &acpi_softc->sc_tables, q_next) { in acpipci_probe_device_hook()
882 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in acpipci_iort_map_msi()
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c1375 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_get_table()