Searched refs:cd_list (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/sys/dev/ofw/
H A Dofw_thermal.h42 LIST_ENTRY(cooling_device) cd_list; member in struct:cooling_device
H A Dofw_clock.h29 LIST_ENTRY(clock_device) cd_list; member in struct:clock_device
H A Dofw_clock.c40 LIST_INSERT_HEAD(&clock_devices, cd, cd_list);
50 LIST_FOREACH(cd, &clock_devices, cd_list) {
83 LIST_FOREACH(cd, &clock_devices, cd_list) {
100 LIST_FOREACH(cd, &clock_devices, cd_list) {
117 LIST_FOREACH(cd, &clock_devices, cd_list) {
H A Dofw_thermal.c74 LIST_ENTRY(cdev) cd_list;
143 LIST_INSERT_HEAD(&cooling_devices, cd, cd_list);
208 LIST_FOREACH(cd, &cooling_devices, cd_list) {
225 LIST_FOREACH(cd, &cooling_devices, cd_list) {
246 LIST_FOREACH(cd, &tz->tz_cdevs, cd_list) {
268 LIST_FOREACH(cd, &tz->tz_cdevs, cd_list) {
291 LIST_FOREACH(cd, &tz->tz_cdevs, cd_list) {
504 LIST_FOREACH(cd, &tz->tz_cdevs, cd_list) {
514 LIST_INSERT_HEAD(&tz->tz_cdevs, cd, cd_list);
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Diq2000-dis.c514 static cpu_desc_list *cd_list = 0;
556 for (cl = cd_list; cl; cl = cl->next)
594 cl->next = cd_list;
595 cd_list = cl;
510 static cpu_desc_list *cd_list = 0; local
H A Dopenrisc-dis.c460 static cpu_desc_list *cd_list = 0;
502 for (cl = cd_list; cl; cl = cl->next)
540 cl->next = cd_list;
541 cd_list = cl;
456 static cpu_desc_list *cd_list = 0; local
H A Dxstormy16-dis.c493 static cpu_desc_list *cd_list = 0;
535 for (cl = cd_list; cl; cl = cl->next)
573 cl->next = cd_list;
574 cd_list = cl;
489 static cpu_desc_list *cd_list = 0; local
H A Dfr30-dis.c642 static cpu_desc_list *cd_list = 0;
684 for (cl = cd_list; cl; cl = cl->next)
722 cl->next = cd_list;
723 cd_list = cl;
638 static cpu_desc_list *cd_list = 0; local
H A Dip2k-dis.c651 static cpu_desc_list *cd_list = 0;
693 for (cl = cd_list; cl; cl = cl->next)
731 cl->next = cd_list;
732 cd_list = cl;
647 static cpu_desc_list *cd_list = 0; local
H A Dm32r-dis.c585 static cpu_desc_list *cd_list = 0;
627 for (cl = cd_list; cl; cl = cl->next)
665 cl->next = cd_list;
666 cd_list = cl;
581 static cpu_desc_list *cd_list = 0; local
H A Dfrv-dis.c696 static cpu_desc_list *cd_list = 0;
738 for (cl = cd_list; cl; cl = cl->next)
776 cl->next = cd_list;
777 cd_list = cl;
692 static cpu_desc_list *cd_list = 0; local
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Diq2000-dis.c513 static cpu_desc_list *cd_list = 0;
564 for (cl = cd_list; cl; cl = cl->next)
603 cl->next = cd_list;
604 cd_list = cl;
509 static cpu_desc_list *cd_list = 0; local
H A Dopenrisc-dis.c459 static cpu_desc_list *cd_list = 0;
510 for (cl = cd_list; cl; cl = cl->next)
549 cl->next = cd_list;
550 cd_list = cl;
455 static cpu_desc_list *cd_list = 0; local
H A Dxstormy16-dis.c492 static cpu_desc_list *cd_list = 0;
543 for (cl = cd_list; cl; cl = cl->next)
582 cl->next = cd_list;
583 cd_list = cl;
488 static cpu_desc_list *cd_list = 0; local
H A Dfr30-dis.c623 static cpu_desc_list *cd_list = 0;
674 for (cl = cd_list; cl; cl = cl->next)
713 cl->next = cd_list;
714 cd_list = cl;
619 static cpu_desc_list *cd_list = 0; local
H A Dip2k-dis.c612 static cpu_desc_list *cd_list = 0;
663 for (cl = cd_list; cl; cl = cl->next)
702 cl->next = cd_list;
703 cd_list = cl;
608 static cpu_desc_list *cd_list = 0; local
H A Dm32r-dis.c580 static cpu_desc_list *cd_list = 0;
631 for (cl = cd_list; cl; cl = cl->next)
670 cl->next = cd_list;
671 cd_list = cl;
576 static cpu_desc_list *cd_list = 0; local
H A Dmt-dis.c614 static cpu_desc_list *cd_list = 0;
665 for (cl = cd_list; cl; cl = cl->next)
704 cl->next = cd_list;
705 cd_list = cl;
610 static cpu_desc_list *cd_list = 0; local
H A Dxc16x-dis.c699 static cpu_desc_list *cd_list = 0;
750 for (cl = cd_list; cl; cl = cl->next)
789 cl->next = cd_list;
790 cd_list = cl;
695 static cpu_desc_list *cd_list = 0; local
H A Dfrv-dis.c720 static cpu_desc_list *cd_list = 0;
771 for (cl = cd_list; cl; cl = cl->next)
810 cl->next = cd_list;
811 cd_list = cl;
716 static cpu_desc_list *cd_list = 0; local
H A Dm32c-dis.c1209 static cpu_desc_list *cd_list = 0;
1260 for (cl = cd_list; cl; cl = cl->next)
1299 cl->next = cd_list;
1300 cd_list = cl;
1205 static cpu_desc_list *cd_list = 0; local

Completed in 125 milliseconds