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

1 2 3 4 5 6 7 8 91011>>

  /src/sys/dev/acpi/acpica/
OsdSynch.c 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
52 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
114 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
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...]
  /src/sys/net80211/
ieee80211_acl.c 17 * GNU General Public License ("GPL") version 2 as published by the Free
20 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
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
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...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_string_sprintf.c 14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
53 append_uint(struct archive_string *as, uintmax_t d, unsigned base)
57 append_uint(as, d/base, base);
58 archive_strappend_char(as, digits[d % base]);
62 append_int(struct archive_string *as, intmax_t d, unsigned base)
67 archive_strappend_char(as, '-');
71 append_uint(as, ud, base);
76 archive_string_sprintf(struct archive_string *as, const char *fmt, ...)
81 archive_string_vsprintf(as, fmt, ap);
90 archive_string_vsprintf(struct archive_string *as, const char *fmt
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
pass.s 3 # as(sh): -defsym sim_cpu=0
4 # as(shdsp): -defsym sim_cpu=1 -dsp
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
pass.s 3 # as(sh): -defsym sim_cpu=0
4 # as(shdsp): -defsym sim_cpu=1 -dsp
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_arange.c 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
37 Dwarf_ArangeSet as, tas; local
40 STAILQ_FOREACH_SAFE(as, &dbg->dbg_aslist, as_next, tas) {
41 STAILQ_FOREACH_SAFE(ar, &as->as_arlist, ar_next, tar) {
42 STAILQ_REMOVE(&as->as_arlist, ar, _Dwarf_Arange,
46 STAILQ_REMOVE(&dbg->dbg_aslist, as, _Dwarf_ArangeSet, as_next);
47 free(as);
61 Dwarf_ArangeSet as; local
81 if ((as = malloc(sizeof(struct _Dwarf_ArangeSet))) == NULL) {
85 STAILQ_INIT(&as->as_arlist)
172 Dwarf_ArangeSet as; local
249 Dwarf_ArangeSet as; local
    [all...]
  /src/sys/dev/ic/
ac97.c 20 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
50 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
490 #define SOURCE_INFO_SIZE(as) ((as)->type == AC97_CODEC_TYPE_MODEM ? \
929 #define POWER_EAMP_ON(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
931 #define POWER_EAMP_OFF(as) ((as->host_flags & AC97_HOST_INVERTED_EAMP) \
935 ac97_read(struct ac97_softc *as, uint8_t reg, uint16_t *val)
937 KASSERT(mutex_owned(as->lock))
999 struct ac97_softc *as; local
1235 struct ac97_softc *as; local
1634 struct ac97_softc *as; local
1651 struct ac97_softc *as; local
1663 struct ac97_softc *as; local
1675 struct ac97_softc *as; local
1715 struct ac97_softc *as; local
1830 struct ac97_softc *as; local
1851 struct ac97_softc *as; local
1930 struct ac97_softc *as; local
2032 struct ac97_softc *as; local
2044 struct ac97_softc *as; local
2302 struct ac97_softc *as; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_asn1.c 112 SSL_SESSION_ASN1 as;
139 memset(&as, 0, sizeof(as));
141 as.version = SSL_SESSION_ASN1_VERSION;
142 as.ssl_version = in->ssl_version;
144 as.kex_group = in->kex_group;
153 ssl_session_oinit(&as.cipher, &cipher, cipher_data, 2);
158 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1);
162 ssl_session_oinit(&as.master_key, &master_key,
165 ssl_session_oinit(&as.session_id, &session_id
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_asn1.c 109 SSL_SESSION_ASN1 as;
134 memset(&as, 0, sizeof(as));
136 as.version = SSL_SESSION_ASN1_VERSION;
137 as.ssl_version = in->ssl_version;
139 as.kex_group = in->kex_group;
148 ssl_session_oinit(&as.cipher, &cipher, cipher_data, 2);
153 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1);
157 ssl_session_oinit(&as.master_key, &master_key,
160 ssl_session_oinit(&as.session_id, &session_id
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_asn1.c 107 SSL_SESSION_ASN1 as;
132 memset(&as, 0, sizeof(as));
134 as.version = SSL_SESSION_ASN1_VERSION;
135 as.ssl_version = in->ssl_version;
144 ssl_session_oinit(&as.cipher, &cipher, cipher_data, 2);
149 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1);
153 ssl_session_oinit(&as.master_key, &master_key,
156 ssl_session_oinit(&as.session_id, &session_id,
159 ssl_session_oinit(&as.session_id_context, &sid_ctx
    [all...]
  /src/external/bsd/pam-u2f/dist/fuzz/
make_seed.py 16 with os.scandir("../tests/credentials") as entries:
21 with open("./seed/{}".format(entry.name), "wb") as w:
23 with open("../tests/credentials/{}".format(entry.name), "rb") as r:
25 with open("./seed/{}.ssh".format(entry.name), "wb") as w:
27 with open("../tests/credentials/{}".format(entry.name), "rb") as r:
  /src/external/gpl3/gdb.old/dist/libsframe/testsuite/config/
default.exp 7 # it under the terms of the GNU General Public License as published by
28 if ![info exists as] then {
29 set as [findfile $base_dir/../gas/as-new $base_dir/../gas/as-new [transform as]]
41 catch "exec ln -s ../../../gas/as-new tmpdir/libsframe/as" status
  /src/external/gpl3/gdb/dist/libsframe/testsuite/config/
default.exp 7 # it under the terms of the GNU General Public License as published by
28 if ![info exists as] then {
29 set as [findfile $base_dir/../gas/as-new $base_dir/../gas/as-new [transform as]]
41 catch "exec ln -s ../../../gas/as-new tmpdir/libsframe/as" status
  /src/usr.bin/make/unit-tests/
opt-warnings-as-errors.exp 1 make: opt-warnings-as-errors.mk:13: warning: message 1
2 make: parsing warnings being treated as errors
3 make: opt-warnings-as-errors.mk:15: warning: message 2
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ref-types.cc 6 it under the terms of the GNU General Public License as published by
33 short as[4]; local
34 short (&ras)[4] = as;
37 as[0] = 0;
38 as[1] = 1;
39 as[2] = 2;
40 as[3] = 3;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ref-types.cc 6 it under the terms of the GNU General Public License as published by
33 short as[4]; local
34 short (&ras)[4] = as;
37 as[0] = 0;
38 as[1] = 1;
39 as[2] = 2;
40 as[3] = 3;
  /src/crypto/external/bsd/openssh/dist/
auth-bsdauth.c 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
64 if (authctxt->as != NULL) {
66 challenge = auth_getitem(authctxt->as, AUTHV_CHALLENGE);
68 auth_close(authctxt->as);
69 authctxt->as = NULL;
77 authctxt->as = auth_userchallenge(authctxt->user,
79 if (authctxt->as == NULL)
106 if (authctxt->as == NULL)
112 authok = auth_userresponse(authctxt->as, responses[0], 0);
113 authctxt->as = NULL
    [all...]
  /src/external/apache2/llvm/bin/llvm-as/
Makefile 3 PROG_CXX= llvm-as
8 .PATH: ${LLVM_SRCDIR}/tools/llvm-as
10 SRCS= llvm-as.cpp
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/allow-retries/
succeeds-within-limit.py 12 with open(counter_file, 'w') as counter:
16 with open(counter_file, 'r') as counter:
22 with open(counter_file, 'w') as counter:
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test_retry_attempts/
test.py 10 with open(counter_file, 'w') as counter:
14 with open(counter_file, 'r') as counter:
20 with open(counter_file, 'w') as counter:
  /src/external/mpl/bind/dist/bin/tests/system/xferquota/
setup.py 22 with open(f"ns1/{zn}.db", "w", encoding="utf-8") as f:
37 with open("ns1/zones.conf", "w", encoding="utf-8") as priconf, open(
39 ) as secconf:
  /src/external/gpl3/gcc/lib/libgfortran/arch/i386/
libgfortran.spec 12 *lib: %{static-libgfortran:--as-needed} %{static-libquadmath:-Bstatic} -lquadmath %{static-libquadmath:-Bdynamic} %{static-libgfortran:--no-as-needed} -lm %(liborig)
  /src/external/gpl3/gcc/lib/libgfortran/arch/ia64/
libgfortran.spec 12 *lib: %{static-libgfortran:--as-needed} %{static-libquadmath:-Bstatic} -lquadmath %{static-libquadmath:-Bdynamic} %{static-libgfortran:--no-as-needed} -lm %(liborig)
  /src/external/gpl3/gcc/lib/libgfortran/arch/x86_64/
libgfortran.spec 12 *lib: %{static-libgfortran:--as-needed} %{static-libquadmath:-Bstatic} -lquadmath %{static-libquadmath:-Bdynamic} %{static-libgfortran:--no-as-needed} -lm %(liborig)
  /src/external/gpl3/gdb/dist/sim/testsuite/h8300/
nop.s 3 # as(h8300): --defsym sim_cpu=0
4 # as(h8300h): --defsym sim_cpu=1
5 # as(h8300s): --defsym sim_cpu=2
6 # as(h8sx): --defsym sim_cpu=3

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>