Home
last modified time | relevance | path

Searched refs:laa (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/sys/arch/loongson/dev/
H A Dleioc.c72 struct leioc_attach_args laa; in leioc_attach() local
76 laa.laa_name = "com"; in leioc_attach()
77 laa.laa_iot = &leioc_io_space_tag; in leioc_attach()
78 laa.laa_base = LEIOC_UART0_BASE; in leioc_attach()
79 config_found(self, &laa, NULL); in leioc_attach()
80 laa.laa_base = LEIOC_UART1_BASE; in leioc_attach()
81 config_found(self, &laa, NULL); in leioc_attach()
H A Dcom_leioc.c52 struct leioc_attach_args *laa = aux; in com_leioc_match() local
54 if (strcmp(laa->laa_name, com_cd.cd_name) == 0) in com_leioc_match()
63 struct leioc_attach_args *laa = aux; in com_leioc_attach() local
67 if (comconsiot == &leioc_io_space_tag && comconsaddr == laa->laa_base) in com_leioc_attach()
76 sc->sc_iobase = laa->laa_base; in com_leioc_attach()
/openbsd-src/regress/libexec/ld.so/randomdata/prog-static/
H A DMakefile5 LDADD+= -L$(LIBAADIR) -laa
/openbsd-src/regress/libexec/ld.so/randomdata/prog-dynamic/
H A DMakefile4 LDADD+= -Wl,-rpath,$(LIBAADIR) -L$(LIBAADIR) -laa
/openbsd-src/regress/libexec/ld.so/randomdata/prog-pie/
H A DMakefile6 LDADD+= -Wl,-rpath,$(LIBAADIR) -L$(LIBAADIR) -laa
/openbsd-src/regress/libexec/ld.so/constructor/libab/
H A DMakefile8 LDADD+=-laa
/openbsd-src/regress/libexec/ld.so/dlsym/test2/prog1/
H A DMakefile5 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlsym/test2/prog2/
H A DMakefile5 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlsym/test2/prog3/
H A DMakefile5 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlopen/libac/
H A DMakefile14 LDADD+=-laa
/openbsd-src/regress/libexec/ld.so/dlsym/test3/prog1/
H A DMakefile5 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlsym/test2/prog4/
H A DMakefile5 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlsym/test2/prog5/
H A DMakefile5 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlsym/test3/prog2/
H A DMakefile6 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlsym/test3/prog3/
H A DMakefile6 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/init-env/prog/
H A DMakefile17 LDADD+=-laa
/openbsd-src/regress/libexec/ld.so/dlsym/test1/prog1/
H A DMakefile16 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlsym/test1/prog2/
H A DMakefile16 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/hidden/test2/
H A DMakefile23 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/dlopen/prog2/
H A DMakefile27 LDADD+=-laa
/openbsd-src/regress/libexec/ld.so/constructor/prog1/
H A DMakefile28 LDADD+=-laa
/openbsd-src/regress/libexec/ld.so/constructor/prog2/
H A DMakefile27 LDADD+=-laa
/openbsd-src/regress/libexec/ld.so/edgecases/test1/prog1/
H A DMakefile27 LDADD+=-laa
/openbsd-src/regress/libexec/ld.so/subst/prog1/
H A DMakefile16 LDADD+= -laa
/openbsd-src/regress/libexec/ld.so/initfirst/test2/prog2/
H A DMakefile44 LDADD=-laa

12