OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIMPLEQ_FIRST
(Results
1 - 25
of
133
) sorted by relevancy
1
2
3
4
5
6
/src/libexec/httpd/
netbsd_queue.h
79
#define
SIMPLEQ_FIRST
(head) ((head)->sqh_first)
/src/sys/arch/prep/prep/
ibm_machdep.c
52
pbi =
SIMPLEQ_FIRST
(&genppc_pct->pc_pbi);
/src/sys/dev/dtv/
dtv_buffer.c
73
db =
SIMPLEQ_FIRST
(&ds->ds_ingress);
186
db =
SIMPLEQ_FIRST
(&ds->ds_egress);
221
while (
SIMPLEQ_FIRST
(&ds->ds_ingress))
225
while (
SIMPLEQ_FIRST
(&ds->ds_egress))
258
db =
SIMPLEQ_FIRST
(&ds->ds_egress);
/src/sys/arch/prep/pnpbus/
pnpbus.c
501
irq =
SIMPLEQ_FIRST
(&r->irq);
531
irq =
SIMPLEQ_FIRST
(&r->irq);
550
dma =
SIMPLEQ_FIRST
(&r->dma);
567
io =
SIMPLEQ_FIRST
(&r->io);
587
io =
SIMPLEQ_FIRST
(&r->io);
605
io =
SIMPLEQ_FIRST
(&r->io);
620
mem =
SIMPLEQ_FIRST
(&r->iomem);
640
mem =
SIMPLEQ_FIRST
(&r->iomem);
658
mem =
SIMPLEQ_FIRST
(&r->mem);
/src/sys/arch/mac68k/mac68k/
iop.c
316
msg =
SIMPLEQ_FIRST
(&iop->sendq[chan]);
324
if (!(msg =
SIMPLEQ_FIRST
(&iop->sendq[chan]))) {
340
msg =
SIMPLEQ_FIRST
(&iop->recvq[chan]);
362
if ((msg =
SIMPLEQ_FIRST
(&iop->recvq[chan])) != NULL) {
393
if (msg ==
SIMPLEQ_FIRST
(&iop->sendq[chan])) {
430
if (msg ==
SIMPLEQ_FIRST
(&iop->recvq[chan])) {
/src/sys/arch/prep/pci/
pci_machdep.c
140
pbi =
SIMPLEQ_FIRST
(&genppc_pct->pc_pbi);
172
pbi =
SIMPLEQ_FIRST
(&genppc_pct->pc_pbi);
194
pbi =
SIMPLEQ_FIRST
(&genppc_pct->pc_pbi);
/src/sys/dev/spi/
spivar.h
152
SIMPLEQ_FIRST
(q)
/src/sys/arch/i386/pnpbios/
pnpbios.c
696
mem =
SIMPLEQ_FIRST
(&r->mem);
707
io =
SIMPLEQ_FIRST
(&r->io);
719
irq =
SIMPLEQ_FIRST
(&r->irq);
728
dma =
SIMPLEQ_FIRST
(&r->dma);
1274
io =
SIMPLEQ_FIRST
(&resc->io);
1292
io =
SIMPLEQ_FIRST
(&resc->io);
1308
io =
SIMPLEQ_FIRST
(&resc->io);
1328
io =
SIMPLEQ_FIRST
(&resc->io);
1346
irq =
SIMPLEQ_FIRST
(&resc->irq);
1365
irq =
SIMPLEQ_FIRST
(&resc->irq)
[
all
...]
/src/sys/dev/qbus/
uba.c
121
while ((uu =
SIMPLEQ_FIRST
(&uh->uh_resq))) {
225
ur =
SIMPLEQ_FIRST
(&uh->uh_resetq);
/src/sys/dev/gpio/
gpioirq.c
324
chp =
SIMPLEQ_FIRST
(&sc->sc_read_queue);
381
while ((q =
SIMPLEQ_FIRST
(&sc->sc_read_queue)) != NULL) {
449
while ((q =
SIMPLEQ_FIRST
(&sc->sc_read_queue)) != NULL) {
/src/sys/arch/vax/vax/
multicpu.c
68
while ((q =
SIMPLEQ_FIRST
(&cpuq))) {
/src/sys/arch/xen/xenbus/
xenbus_xs.c
125
msg =
SIMPLEQ_FIRST
(&xs_state.reply_list);
650
for (msg =
SIMPLEQ_FIRST
(&watch_events); msg != NULL; msg = next_msg) {
659
while ((msg =
SIMPLEQ_FIRST
(&gclist)) != NULL) {
702
while ((msg =
SIMPLEQ_FIRST
(&events_to_proces)) != NULL) {
/src/usr.bin/sdiff/
sdiff.c
854
divc =
SIMPLEQ_FIRST
(&diffhead)->div;
880
diffp =
SIMPLEQ_FIRST
(&diffhead);
959
del =
SIMPLEQ_FIRST
(&delqhead);
986
filep =
SIMPLEQ_FIRST
(&delqhead);
/src/sys/arch/vax/include/
cpu.h
190
#define CPU_INFO_FOREACH(cii, ci) ci =
SIMPLEQ_FIRST
(&cpus); \
/src/sys/arch/powerpc/pci/
pcib.c
176
pbi =
SIMPLEQ_FIRST
(&genppc_pct->pc_pbi);
/src/sys/arch/pmax/tc/
dt.c
306
pend =
SIMPLEQ_FIRST
(&sc->sc_queue);
329
msg =
SIMPLEQ_FIRST
(&sc->sc_queue);
/src/sys/dev/usb/
ucom.c
1234
ub =
SIMPLEQ_FIRST
(&sc->sc_obuff_free);
1242
if (
SIMPLEQ_FIRST
(&sc->sc_obuff_free) == NULL)
1326
if ((ub =
SIMPLEQ_FIRST
(&sc->sc_obuff_full)) != NULL)
1355
ucom_write_status(sc,
SIMPLEQ_FIRST
(&sc->sc_obuff_full), status);
1377
struct ucom_buffer *ub =
SIMPLEQ_FIRST
(&sc->sc_obuff_full);
1399
ub =
SIMPLEQ_FIRST
(&sc->sc_ibuff_full);
1416
ub =
SIMPLEQ_FIRST
(&sc->sc_ibuff_full);
1466
ub =
SIMPLEQ_FIRST
(&sc->sc_ibuff_empty);
/src/sys/dev/acpi/
acpi_resource.c
568
ar =
SIMPLEQ_FIRST
(&res->ar_io);
575
ar =
SIMPLEQ_FIRST
(&res->ar_iorange);
582
ar =
SIMPLEQ_FIRST
(&res->ar_mem);
589
ar =
SIMPLEQ_FIRST
(&res->ar_memrange);
596
ar =
SIMPLEQ_FIRST
(&res->ar_irq);
603
ar =
SIMPLEQ_FIRST
(&res->ar_drq);
/src/sys/rump/dev/lib/libugenhc/
ugenhc.c
405
return rumpusb_device_ctrl_start(
SIMPLEQ_FIRST
(&xfer->ux_pipe->up_queue));
536
return rumpusb_root_intr_start(
SIMPLEQ_FIRST
(&xfer->ux_pipe->up_queue));
684
struct usbd_xfer *xfer =
SIMPLEQ_FIRST
(&pipe->up_queue);
704
SIMPLEQ_FIRST
(&xfer->ux_pipe->up_queue));
736
while ((xfer =
SIMPLEQ_FIRST
(&pipe->up_queue)) != NULL)
/src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c
375
if ((pe =
SIMPLEQ_FIRST
(&h->events)) == NULL) {
395
if ((pe1 =
SIMPLEQ_FIRST
(&h->events)) == NULL)
420
if ((pe1 =
SIMPLEQ_FIRST
(&h->events)) == NULL)
/src/sys/arch/mmeye/dev/
mmeyepcmcia.c
383
if ((pe =
SIMPLEQ_FIRST
(&h->events)) == NULL) {
403
if ((pe1 =
SIMPLEQ_FIRST
(&h->events)) == NULL)
427
if ((pe1 =
SIMPLEQ_FIRST
(&h->events)) == NULL)
/src/libexec/ld.elf_so/
map_object.c
504
while ((entry =
SIMPLEQ_FIRST
(&obj->names)) != NULL) {
508
while ((elm =
SIMPLEQ_FIRST
(&obj->dldags)) != NULL) {
512
while ((elm =
SIMPLEQ_FIRST
(&obj->dagmembers)) != NULL) {
/src/sys/dev/cardbus/
cardslot.c
317
if ((ce =
SIMPLEQ_FIRST
(&sc->sc_events)) == NULL) {
334
if ((ce1 =
SIMPLEQ_FIRST
(&sc->sc_events)) == NULL) {
/src/lib/libc/citrus/
citrus_pivot_factory.c
100
while ((se =
SIMPLEQ_FIRST
(sh)) != NULL) {
/src/lib/libc/citrus/modules/
citrus_mapper_serial.c
116
while ((ml =
SIMPLEQ_FIRST
(&sr->sr_mappers)) != NULL) {
Completed in 25 milliseconds
1
2
3
4
5
6
Indexes created Wed Oct 22 13:09:56 GMT 2025