Searched refs:as (Results 1 - 25 of 9511) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dasm-errors-3.d0 #as:
H A Dasm-errors-2.d0 #as: -mcpu=arcem
H A Dasm-errors.d0 #as: -mcpu=arc700
H A Dnps400-0.d0 #as: -mcpu=nps400
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dmisalign.d0 #as:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Dtrampoline-2.d0 #as:
H A Dauto-litpools-3.d0 #as: --auto-litpools
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Ddwarf2-8.d0 #as:
H A Ddwarf2-9.d0 #as:
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dreloc-lo-430x.d0 #as: -ml
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dv9branch2.d0 #as: -Av9
H A Dv9branch3.d0 #as: -Av9
H A Dv9branch4.d0 #as: -Av9
H A Dv9branch5.d0 #as: -Av9
/netbsd-current/sys/dev/acpi/acpica/
H A DOsdSynch.c114 struct acpi_semaphore *as; local
121 as = malloc(sizeof(*as), M_ACPI, M_NOWAIT);
122 if (as == NULL)
125 mutex_init(&as->as_slock, MUTEX_DEFAULT, IPL_NONE);
126 cv_init(&as->as_cv, "acpisem");
127 as->as_units = InitialUnits;
128 as->as_maxunits = MaxUnits;
132 as, as
146 struct acpi_semaphore *as = (void *) Handle; local
168 struct acpi_semaphore *as = (void *) Handle; local
229 struct acpi_semaphore *as = (void *) Handle; local
[all...]
/netbsd-current/sys/net80211/
H A Dieee80211_acl.c17 * GNU General Public License ("GPL") version 2 as published by the Free
99 struct aclstate *as; local
101 as = malloc(sizeof(struct aclstate),
103 ACL_LOCK_INIT(as, "acl");
104 TAILQ_INIT(&as->as_list);
105 as->as_policy = ACL_POLICY_OPEN;
106 as->as_ic = ic;
107 ic->ic_as = as;
114 struct aclstate *as = ic->ic_as; local
118 ACL_LOCK_DESTROY(as);
123 _find_acl(struct aclstate *as, const u_int8_t *macaddr) argument
137 _acl_free(struct aclstate *as, struct acl *acl) argument
150 struct aclstate *as = ic->ic_as; local
166 struct aclstate *as = ic->ic_as; local
198 struct aclstate *as = ic->ic_as; local
217 struct aclstate *as = ic->ic_as; local
233 struct aclstate *as = ic->ic_as; local
257 struct aclstate *as = ic->ic_as; local
273 struct aclstate *as = ic->ic_as; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darm3-bad.d2 # as: -mcpu=arm3
H A Darm7-bad.d2 # as:
H A Diwmmxt-bad.d2 #as: -mcpu=iwmmxt
H A Dmissing.d2 #as: -march=armv5
H A Dnoarm.d2 # as:
H A Dpr24991.d0 #as: -march=armv7-a
H A Dreq.d2 #as: -mcpu=arm7m
H A Dshift-bad.d2 # as:
H A Dvfp-bad.d2 #as: -mfpu=vfp

Completed in 120 milliseconds

1234567891011>>