HomeSort by: relevance | last modified time | path
    Searched refs:glue (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/lib/libc/stdio/
glue.h 1 /* $NetBSD: glue.h,v 1.5 2003/08/07 16:43:27 agc Exp $ */
34 * @(#)glue.h 8.1 (Berkeley) 6/4/93
39 * allocated and linked in via this glue structure.
41 struct glue { struct
42 struct glue *next;
47 extern struct glue __sglue;
findfp.c 53 #include "glue.h"
86 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
102 struct glue __sglue = { &uglue, 3, __sF };
110 static struct glue *
113 struct glue *g;
162 struct glue *g;
190 struct glue *g;
fwalk.c 49 #include "glue.h"
56 struct glue *g;
  /src/lib/lua/bozohttpd/
Makefile 4 LUA_SRCS.bozohttpd= glue.c
  /src/libexec/httpd/lua/
Makefile 7 SRCS=glue.c
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
uniphier-pro4.dtsi 370 soc_glue: soc-glue@5f800000 {
371 compatible = "socionext,uniphier-pro4-soc-glue",
408 soc-glue@5f900000 {
409 compatible = "socionext,uniphier-pro4-soc-glue-debug",
521 usb-glue@65b00000 {
522 compatible = "socionext,uniphier-pro4-dwc3-glue",
574 usb-glue@65d00000 {
575 compatible = "socionext,uniphier-pro4-dwc3-glue",
uniphier-pro5.dtsi 372 soc-glue@5f800000 {
373 compatible = "socionext,uniphier-pro5-soc-glue",
382 soc-glue@5f900000 {
383 compatible = "socionext,uniphier-pro5-soc-glue-debug",
483 usb-glue@65b00000 {
484 compatible = "socionext,uniphier-pro5-dwc3-glue",
547 usb-glue@65d00000 {
548 compatible = "socionext,uniphier-pro5-dwc3-glue",
uniphier-pxs2.dtsi 487 soc_glue: soc-glue@5f800000 {
488 compatible = "socionext,uniphier-pxs2-soc-glue",
497 soc-glue@5f900000 {
498 compatible = "socionext,uniphier-pxs2-soc-glue-debug",
612 usb-glue@65b00000 {
613 compatible = "socionext,uniphier-pxs2-dwc3-glue",
707 usb-glue@65d00000 {
708 compatible = "socionext,uniphier-pxs2-dwc3-glue",
uniphier-ld4.dtsi 330 soc-glue@5f800000 {
331 compatible = "socionext,uniphier-ld4-soc-glue",
340 soc-glue@5f900000 {
341 compatible = "socionext,uniphier-ld4-soc-glue-debug",
uniphier-sld8.dtsi 334 soc-glue@5f800000 {
335 compatible = "socionext,uniphier-sld8-soc-glue",
344 soc-glue@5f900000 {
345 compatible = "socionext,uniphier-sld8-soc-glue-debug",
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/socionext/
uniphier-pxs3.dtsi 433 soc_glue: soc-glue@5f800000 {
434 compatible = "socionext,uniphier-pxs3-soc-glue",
443 soc-glue@5f900000 {
444 compatible = "socionext,uniphier-pxs3-soc-glue-debug",
614 usb-glue@65b00000 {
615 compatible = "socionext,uniphier-pxs3-dwc3-glue",
716 usb-glue@65d00000 {
717 compatible = "socionext,uniphier-pxs3-dwc3-glue",
uniphier-ld11.dtsi 524 soc_glue: soc-glue@5f800000 {
525 compatible = "socionext,uniphier-ld11-soc-glue",
555 soc-glue@5f900000 {
556 compatible = "socionext,uniphier-ld11-soc-glue-debug",
uniphier-ld20.dtsi 603 soc_glue: soc-glue@5f800000 {
604 compatible = "socionext,uniphier-ld20-soc-glue",
613 soc-glue@5f900000 {
614 compatible = "socionext,uniphier-ld20-soc-glue-debug",
765 usb-glue@65b00000 {
766 compatible = "socionext,uniphier-ld20-dwc3-glue",
  /src/usr.bin/mail/
lex.c 66 struct glue { struct
67 struct glue *next;
71 extern struct glue __sglue;
79 struct glue *gp;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-g12b-gtking.dts 99 /* hdmi glue */
meson-g12b-ugoos-am6.dts 94 /* hdmi glue */
meson-g12b-odroid-n2.dtsi 322 /* hdmi glue */
331 /* acodec glue */
meson-sm1-bananapi-m5.dts 297 /* hdmi glue */
306 /* acodec glue */
meson-g12a-x96-max.dts 221 /* hdmi glue */
meson-khadas-vim3.dtsi 233 /* hdmi glue */
meson-sm1-odroid.dtsi 213 /* hdmi glue */
meson-g12a-sei510.dts 286 /* hdmi glue */
meson-sm1-sei610.dts 325 /* hdmi glue */
  /src/lib/libform/
internals.c 393 cur = TAILQ_NEXT(cur, glue);
426 cur = TAILQ_NEXT(cur, glue);
441 cur = TAILQ_PREV(cur, _formi_sort_head, glue);
3194 TAILQ_INSERT_TAIL(&form->sorted_fields, sort_area[i], glue);
3225 below = TAILQ_NEXT(cur, glue);
3236 below = TAILQ_NEXT(below, glue);
3244 cur->left = TAILQ_PREV(cur, _formi_sort_head, glue);
3249 cur->right = TAILQ_NEXT(cur, glue);
3255 above = TAILQ_NEXT(above, glue);
3266 below = TAILQ_NEXT(below, glue);
    [all...]
form.h 234 TAILQ_ENTRY(_form_field) glue; /* tail queue glue for sorting fields */

Completed in 24 milliseconds

1 2