Searched refs:q_next (Results 1 – 14 of 14) sorted by relevance
/openbsd/games/quiz/ |
H A D | quiz.c | 142 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 D | quiz.h | 50 struct qentry *q_next; /* next one */ member
|
/openbsd/usr.sbin/radiusd/ |
H A D | radiusd.c | 825 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 D | acpivar.h | 89 SIMPLEQ_ENTRY(acpi_q) q_next; 103 SIMPLEQ_ENTRY(acpi_wakeq) q_next;
|
H A D | pluart_acpi.c | 107 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in pluart_acpi_is_console()
|
H A D | com_acpi.c | 160 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in com_acpi_is_console()
|
H A D | acpi.c | 1057 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 D | intelpmc.c | 111 SIMPLEQ_FOREACH(entry, &sc->sc_acpi->sc_tables, q_next) { in intelpmc_attach()
|
H A D | acpiec.c | 334 SIMPLEQ_INSERT_TAIL(&sc->sc_acpi->sc_wakedevs, wq, q_next); in acpiec_attach()
|
H A D | tpm.c | 428 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in tpm2_start_method()
|
H A D | dsdt.c | 3758 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in aml_loadtable()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | acpiiort.c | 134 SIMPLEQ_FOREACH(entry, &acpi_softc->sc_tables, q_next) { in acpiiort_device_map()
|
H A D | acpipci.c | 392 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 D | drm_linux.c | 1375 SIMPLEQ_FOREACH(entry, &sc->sc_tables, q_next) { in acpi_get_table()
|