Searched refs:aux (Results 1 - 25 of 184) sorted by relevance

12345678

/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_x509a.c38 return x->aux ? 1 : 0;
45 if (x->aux == NULL && (x->aux = X509_CERT_AUX_new()) == NULL)
47 return x->aux;
52 X509_CERT_AUX *aux;
54 if (!x || !x->aux || !x->aux->alias)
56 ASN1_UTF8STRING_free(x->aux->alias);
57 x->aux->alias = NULL;
60 if ((aux
[all...]
/freebsd-current/lib/libsys/
H A Dauxv.c94 Elf_Auxinfo *aux; local
98 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) {
99 switch (aux->a_type) {
101 bsdflags = aux->a_un.a_val;
105 canary = (char *)(aux->a_un.a_ptr);
109 canary_len = aux->a_un.a_val;
113 execpath = (char *)(aux->a_un.a_ptr);
118 hwcap = (u_long)(aux
190 Elf_Auxinfo *aux; local
225 _powerpc_elf_aux_info(int aux, void *buf, int buflen) argument
270 _elf_aux_info(int aux, void *buf, int buflen) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h49 for (const AuxInfo *aux = (const AuxInfo *)_dlauxinfo();
50 aux->a_type != AT_NULL; ++aux) {
51 if (type == aux->a_type)
52 return aux->a_v;
/freebsd-current/lib/libc/csu/powerpc64/
H A Dreloc.c29 const Elf_Auxinfo *aux; local
34 aux = (const Elf_Auxinfo *)env;
37 for (; aux->a_type != AT_NULL; aux++) {
38 switch (aux->a_type) {
40 cpu_features = (uint32_t)aux->a_un.a_val;
43 cpu_features2 = (uint32_t)aux->a_un.a_val;
/freebsd-current/sys/sys/
H A Dauxv.h36 int elf_aux_info(int aux, void *buf, int buflen);
/freebsd-current/usr.sbin/cxgbetool/
H A Dtcb_common.c40 extern void t4_display_tcb_aux_0(_TCBVAR *tvp,int aux);
41 extern void t4_display_tcb_aux_1(_TCBVAR *tvp,int aux);
42 extern void t4_display_tcb_aux_2(_TCBVAR *tvp,int aux);
43 extern void t4_display_tcb_aux_3(_TCBVAR *tvp,int aux);
48 extern void t5_display_tcb_aux_0(_TCBVAR *tvp,int aux);
49 extern void t5_display_tcb_aux_1(_TCBVAR *tvp,int aux);
50 extern void t5_display_tcb_aux_2(_TCBVAR *tvp,int aux);
51 extern void t5_display_tcb_aux_3(_TCBVAR *tvp,int aux);
56 extern void t6_display_tcb_aux_0(_TCBVAR *tvp,int aux);
57 extern void t6_display_tcb_aux_1(_TCBVAR *tvp,int aux);
421 display_tcb_compressed(_TCBVAR *tvp,int aux) argument
458 int aux=1; /* assume TOE or iSCSI */ local
534 display_list_tcb(_TCBVAR *base_tvp,int aux) argument
555 display_tcb(_TCBVAR *tvp,unsigned char *buf,int aux) argument
579 int aux; local
[all...]
H A Dtcb_common.h72 int aux; member in struct:tcb_var
150 extern void display_tcb(_TCBVAR *tvp,unsigned char *buf,int aux);
H A Dtcbshowt6.c35 void t6_display_tcb_aux_0 (_TCBVAR *tvp, int aux) argument
235 if (aux==1) {
248 void t6_display_tcb_aux_1 (_TCBVAR *tvp, int aux) argument
260 void t6_display_tcb_aux_2 (_TCBVAR *tvp, int aux) argument
286 void t6_display_tcb_aux_3 (_TCBVAR *tvp, int aux) argument
426 void t6_display_tcb_aux_4 (_TCBVAR *tvp, int aux) argument
/freebsd-current/sys/arm/ti/omap4/
H A Domap4_l2cache.c48 uint32_t aux, prefetch; local
50 aux = pl310_read4(sc, PL310_AUX_CTRL);
57 aux &= ~AUX_CTRL_INSTR_PREFETCH;
60 // aux &= ~AUX_CTRL_DATA_PREFETCH;
66 aux |= AUX_CTRL_DATA_PREFETCH;
73 ti_smc0(aux, 0, WRITE_AUXCTRL_REG);
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c70 const ASN1_AUX *aux; local
78 aux = it->funcs;
79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0)
81 lck = offset2ptr(*pval, aux->ref_offset);
82 lock = offset2ptr(*pval, aux->ref_lock);
114 const ASN1_AUX *aux; local
118 aux = it->funcs;
119 if (aux == NULL || (aux
127 const ASN1_AUX *aux; local
[all...]
H A Da_dup.c67 const ASN1_AUX *aux = it->funcs; local
69 asn1_cb = aux != NULL ? aux->asn1_cb : NULL;
H A Dbio_ndef.c62 const ASN1_AUX *aux = it->funcs; local
66 if (!aux || !aux->asn1_cb) {
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) {
197 const ASN1_AUX *aux; local
205 aux = ndef_aux->it->funcs;
211 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
H A Dtasn_fre.c32 const ASN1_AUX *aux = it->funcs; local
40 if (aux && aux->asn1_cb)
41 asn1_cb = aux->asn1_cb;
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql197 SELECT CAST(timeout / 1000000 AS TEXT) FROM plain_test_programs AS aux
198 WHERE aux.test_program_id = tmp_metadatas.test_program_id)
204 FROM test_cases AS aux JOIN plain_test_programs
205 ON aux.test_program_id == plain_test_programs.test_program_id
206 WHERE aux.test_case_id = tmp_metadatas.test_case_id)
221 SELECT description FROM atf_test_cases AS aux
222 WHERE aux.test_case_id = tmp_metadatas.test_case_id)
227 SELECT has_cleanup FROM atf_test_cases AS aux
228 WHERE aux.test_case_id = tmp_metadatas.test_case_id)
233 SELECT CAST(timeout / 1000000 AS TEXT) FROM atf_test_cases AS aux
[all...]
/freebsd-current/contrib/flex/src/
H A Dscanopt.c55 struct _aux *aux; /* Auxiliary data about options. */
79 ((s->aux[i].flags & IS_LONG) ? 2 : 1);
84 return s->aux[i].printlen;
94 return s->aux[i].flags;
161 s->aux = malloc((size_t) s->optc * sizeof (struct _aux));
166 struct _aux *aux;
169 aux = s->aux + i;
171 aux->flags = ARG_NONE;
174 aux
54 struct _aux *aux; /* Auxiliary data about options. */ member in struct:_scanopt_t
165 struct _aux *aux; local
[all...]
/freebsd-current/contrib/atf/atf-c++/
H A Dbuild.cpp48 std::vector< const char* > aux; local
52 aux.push_back(static_cast< const char* >(atf_list_citer_data(iter)));
54 return atf::process::argv_array(aux);
/freebsd-current/contrib/lib9p/pytest/
H A Dsequencer.py54 def __init__(self, name, aux):
56 self.aux = aux
203 def __init__(self, name, fmt, aux=None):
204 super(EncDecSimple, self).__init__(name, aux)
210 if self.aux is None:
214 self.name, self.fmt, self.aux)
329 def __init__(self, klass, name, sequence, aux=None):
331 super(EncDecTyped, self).__init__(name, aux)
337 if self.aux i
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dtcp.sh48 n=$((n - `ps aux | wc -l`))
H A Dtcp2.sh48 n=$((n - `ps aux | wc -l`))
/freebsd-current/sys/dev/atkbdc/
H A Datkbdc.c276 sc->aux.head = sc->aux.tail = 0;
281 sc->aux.call_count = 0;
282 sc->aux.qcount = sc->aux.max_qcount = 0;
387 return (availq(&p->kbd) || availq(&p->aux)
444 addq(&kbdc->aux, read_data(kbdc));
455 * the keyboard, or the aux device.
489 addq(&kbdc->aux, read_data(kbdc));
523 addq(&kbdc->aux,
[all...]
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h43 } aux; member in struct:prov_aes_hmac_sha_ctx_st
/freebsd-current/contrib/xz/doxygen/
H A Dupdate-doxygen78 PACKAGE_VERSION=`cd "$ABS_TOP_SRCDIR" && sh build-aux/version.sh`
/freebsd-current/contrib/atf/atf-c/detail/
H A Ddynstr.c71 char *aux; local
77 err = atf_text_format_ap(&aux, fmt, ap2);
81 newlen = ad->m_length + strlen(aux);
90 memmove(ad->m_data + strlen(aux), ad->m_data, ad->m_length + 1);
91 memcpy(ad->m_data, aux, strlen(aux));
93 strcpy(ad->m_data + ad->m_length, aux);
98 free(aux);
/freebsd-current/contrib/lua/src/
H A Dltm.c186 TValue aux; local
187 setivalue(&aux, i2);
188 luaT_trybinassocTM(L, p1, &aux, flip, res, event);
223 TValue aux; const TValue *p2; local
225 setfltvalue(&aux, cast_num(v2));
228 setivalue(&aux, v2);
230 p2 = p1; p1 = &aux; /* correct them */
233 p2 = &aux;
/freebsd-current/contrib/xz/src/liblzma/
H A Dvalidate_map.sh98 VER=$(cd ../.. && sh build-aux/version.sh)

Completed in 421 milliseconds

12345678