Home
last modified time | relevance | path

Searched full:aux (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/freebsd-src/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) in aux_get()
47 return x->aux; in aux_get()
52 X509_CERT_AUX *aux; in X509_alias_set1() local
54 if (!x || !x->aux || !x->aux->alias) in X509_alias_set1()
56 ASN1_UTF8STRING_free(x->aux->alias); in X509_alias_set1()
57 x->aux->alias = NULL; in X509_alias_set1()
60 if ((aux = aux_get(x)) == NULL) in X509_alias_set1()
62 if (aux->alias == NULL && (aux->alias = ASN1_UTF8STRING_new()) == NULL) in X509_alias_set1()
64 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1()
[all …]
/freebsd-src/lib/libsys/
H A Dauxv.c94 Elf_Auxinfo *aux; in init_aux() local
98 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in init_aux()
99 switch (aux->a_type) { in init_aux()
101 bsdflags = aux->a_un.a_val; in init_aux()
105 canary = (char *)(aux->a_un.a_ptr); in init_aux()
109 canary_len = aux->a_un.a_val; in init_aux()
113 execpath = (char *)(aux->a_un.a_ptr); in init_aux()
118 hwcap = (u_long)(aux->a_un.a_val); in init_aux()
123 hwcap2 = (u_long)(aux->a_un.a_val); in init_aux()
127 pagesizes = (char *)(aux->a_un.a_ptr); in init_aux()
[all …]
/freebsd-src/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-src/usr.sbin/cxgbetool/
H A Dtcbinfot5.c35 {"ulp_type" , 0, 0, 3, /* name,aux,lo,hi */
42 {"ulp_raw" , 0, 4, 11, /* name,aux,lo,hi */
49 {"l2t_ix" , 0, 12, 23, /* name,aux,lo,hi */
56 {"smac_sel" , 0, 24, 31, /* name,aux,lo,hi */
63 {"TF_MIGRATING" , 0, 32, 32, /* name,aux,lo,hi */
70 {"TF_NON_OFFLOAD" , 0, 33, 33, /* name,aux,lo,hi */
77 {"TF_LOCK_TID" , 0, 34, 34, /* name,aux,lo,hi */
84 {"TF_KEEPALIVE" , 0, 35, 35, /* name,aux,lo,hi */
91 {"TF_DACK" , 0, 36, 36, /* name,aux,lo,hi */
98 {"TF_DACK_MSS" , 0, 37, 37, /* name,aux,lo,hi */
[all …]
H A Dtcbinfot6.c35 {"ulp_type" , 0, 0, 3, /* name,aux,lo,hi */
42 {"ulp_raw" , 0, 4, 11, /* name,aux,lo,hi */
49 {"l2t_ix" , 0, 12, 23, /* name,aux,lo,hi */
56 {"smac_sel" , 0, 24, 31, /* name,aux,lo,hi */
63 {"TF_MIGRATING" , 0, 32, 32, /* name,aux,lo,hi */
70 {"TF_NON_OFFLOAD" , 0, 33, 33, /* name,aux,lo,hi */
77 {"TF_LOCK_TID" , 0, 34, 34, /* name,aux,lo,hi */
84 {"TF_KEEPALIVE" , 0, 35, 35, /* name,aux,lo,hi */
91 {"TF_DACK" , 0, 36, 36, /* name,aux,lo,hi */
98 {"TF_DACK_MSS" , 0, 37, 37, /* name,aux,lo,hi */
[all …]
H A Dtcbinfot4.c35 {"ulp_type" , 0, 0, 3, /* name,aux,lo,hi */
42 {"ulp_raw" , 0, 4, 11, /* name,aux,lo,hi */
49 {"l2t_ix" , 0, 12, 23, /* name,aux,lo,hi */
56 {"smac_sel" , 0, 24, 31, /* name,aux,lo,hi */
63 {"TF_MIGRATING" , 0, 32, 32, /* name,aux,lo,hi */
70 {"TF_NON_OFFLOAD" , 0, 33, 33, /* name,aux,lo,hi */
77 {"TF_LOCK_TID" , 0, 34, 34, /* name,aux,lo,hi */
84 {"TF_KEEPALIVE" , 0, 35, 35, /* name,aux,lo,hi */
91 {"TF_DACK" , 0, 36, 36, /* name,aux,lo,hi */
98 {"TF_DACK_MSS" , 0, 37, 37, /* name,aux,lo,hi */
[all …]
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);
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/usb/
H A Dfcs,fsa4480.yaml49 Specifies how the AUX+/- lines are connected to SBU1/2.
55 Default AUX/SBU layout (FSA4480)
56 - AUX+ connected to SBU2
57 - AUX- connected to SBU1
58 Default AUX/SBU layout (OCP96011)
59 - AUX+ connected to SBU1
60 - AUX- connected to SBU2
65 Swapped AUX/SBU layout (FSA4480)
66 - AUX+ connected to SBU1
67 - AUX
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/display/
H A Ddp-aux-bus.yaml4 $id: http://devicetree.org/schemas/display/dp-aux-bus.yaml#
7 title: DisplayPort AUX bus
14 are hooked up to them. This is the DP AUX bus. Over the DP AUX bus
16 particular, DP sinks support DDC over DP AUX which allows tunneling
17 a standard I2C DDC connection over the AUX channel.
20 of the DP controller under the "aux-bus" node.
24 For DP, presumably a connector would be listed under the DP AUX
29 const: aux-bus
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp65 COFF::Auxiliary Aux;
78 AuxiliarySymbols Aux;
314 Symbol->Aux.resize(1); in getAlignment()
315 Symbol->Aux[0] = {}; in getAlignment()
316 Symbol->Aux[0].AuxType = ATSectionDefinition; in getAlignment()
317 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in getAlignment()
405 Sym->Aux.resize(1); in DefineSymbol()
406 memset(&Sym->Aux[0], 0, sizeof(Sym->Aux[ in DefineSymbol()
66 COFF::Auxiliary Aux; global() member
79 AuxiliarySymbols Aux; global() member in __anonf03844010111::COFFSymbol
682 for (auto &Aux : File->Aux) { createFileSymbols() local
813 AuxSymbol &Aux = Sec->Symbol->Aux[0]; assignFileOffsets() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,qmp-phy.yaml142 - description: Phy aux clock.
145 - description: Phy common block aux clock.
148 - const: aux
174 - description: Phy aux clock.
179 - const: aux
203 - description: Phy aux clock.
208 - const: aux
237 - description: Phy aux clock.
242 - const: aux
296 - description: Phy reference aux clock.
[all …]
H A Dqcom,sc7180-qmp-usb3-dp-phy.yaml183 - description: Phy aux clock
186 - description: Phy common block aux clock
189 - const: aux
203 - description: Phy aux clock
205 - description: Phy common block aux clock
208 - const: aux
221 - description: Phy aux clock
223 - description: Phy common block aux clock
226 - const: aux
249 clock-names = "aux", "cfg_ahb", "ref", "com_aux";
/freebsd-src/crypto/openssl/crypto/asn1/
H A Dtasn_utl.c70 const ASN1_AUX *aux; in ossl_asn1_do_lock() local
78 aux = it->funcs; in ossl_asn1_do_lock()
79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0) in ossl_asn1_do_lock()
81 lck = offset2ptr(*pval, aux->ref_offset); in ossl_asn1_do_lock()
82 lock = offset2ptr(*pval, aux->ref_lock); in ossl_asn1_do_lock()
114 const ASN1_AUX *aux; in asn1_get_enc_ptr() local
118 aux = it->funcs; in asn1_get_enc_ptr()
119 if (aux == NULL || (aux->flags & ASN1_AFLG_ENCODING) == 0) in asn1_get_enc_ptr()
121 return offset2ptr(*pval, aux->enc_offset); in asn1_get_enc_ptr()
127 const ASN1_AUX *aux; in asn1_get_const_enc_ptr() local
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/remoteproc/
H A Dingenic,vpu.yaml24 - description: aux registers
31 - const: aux
38 - description: aux clock
43 - const: aux
66 reg = <0x132a0000 0x20>, /* AUX */
70 reg-names = "aux", "tcsm0", "tcsm1", "sram";
73 clock-names = "aux", "vpu";
/freebsd-src/sys/dev/atkbdc/
H A Datkbdc.c131 /* KBDC hangs on Lenovo X120e and X121e after disabling AUX MUX */
276 sc->aux.head = sc->aux.tail = 0; in atkbdc_setup()
281 sc->aux.call_count = 0; in atkbdc_setup()
282 sc->aux.qcount = sc->aux.max_qcount = 0; in atkbdc_setup()
387 return (availq(&p->kbd) || availq(&p->aux) in kbdc_data_ready()
444 addq(&kbdc->aux, read_data(kbdc)); in wait_while_controller_busy()
455 * the keyboard, or the aux device.
489 addq(&kbdc->aux, read_data(kbdc)); in wait_for_kbd_data()
523 addq(&kbdc->aux, b); in wait_for_kbd_ack()
531 /* wait for data from the aux device */
[all …]
/freebsd-src/lib/libc/csu/powerpc64/
H A Dreloc.c27 ifunc_init(const Elf_Auxinfo *aux) in init_cpu_features()
30 for (; aux->a_type != AT_NULL; aux++) { in init_cpu_features()
31 switch (aux->a_type) { in init_cpu_features()
33 cpu_features = (uint32_t)aux->a_un.a_val; in init_cpu_features()
36 cpu_features2 = (uint32_t)aux->a_un.a_val; in init_cpu_features()
29 const Elf_Auxinfo *aux; init_cpu_features() local
/freebsd-src/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra124-dpaux.yaml7 title: NVIDIA Tegra DisplayPort AUX Interface
18 When configured for DisplayPort AUX operation, the DPAUX controller
20 AUX channel.
72 aux-bus:
73 $ref: /schemas/display/dp-aux-bus.yaml#
95 - aux
132 state_dpaux_aux: pinmux-aux {
134 function = "aux";
/freebsd-src/contrib/flex/src/
H A Dscanopt.c54 struct _aux *aux; /* Auxiliary data about options. */ member
78 ((s->aux[i].flags & IS_LONG) ? 2 : 1); in NAME()
83 return s->aux[i].printlen; in PRINTLEN()
93 return s->aux[i].flags; in FLAGS()
160 s->aux = malloc((size_t) s->optc * sizeof (struct _aux)); in scanopt_init()
165 struct _aux *aux; in scanopt_init() local
168 aux = s->aux + i; in scanopt_init()
170 aux->flags = ARG_NONE; in scanopt_init()
173 aux->flags |= IS_LONG; in scanopt_init()
181 aux->printlen = (int) strlen (opt->opt_fmt); in scanopt_init()
[all …]
/freebsd-src/sys/contrib/device-tree/src/powerpc/
H A Dmucmc52.dts161 compatible = "manroland,mucmc52-aux-gpio";
167 compatible = "manroland,mucmc52-aux-gpio";
173 compatible = "manroland,mucmc52-aux-gpio";
179 compatible = "manroland,mucmc52-aux-gpio";
185 compatible = "manroland,mucmc52-aux-gpio";
191 compatible = "manroland,mucmc52-aux-gpio";
197 compatible = "manroland,mucmc52-aux-gpio";
203 compatible = "manroland,mucmc52-aux-gpio";
209 compatible = "manroland,mucmc52-aux-gpio";
215 compatible = "manroland,mucmc52-aux-gpio";
/freebsd-src/sys/contrib/device-tree/Bindings/pci/
H A Dqcom,pcie.yaml242 - const: aux # Clocks the pcie AUX block, not on apq8064
277 - const: aux # Auxiliary (AUX) clock
297 - const: aux # Auxiliary (AUX) clock
332 - const: aux # Auxiliary (AUX) clock
356 - const: aux # Auxiliary clock
417 - const: aux # Auxiliar
[all...]
/freebsd-src/stand/kboot/libkboot/
H A Dcrt1.c11 * aux vector, but may need to do so in the future.
34 * | aux type | AT_xxxx
36 * | aux value |
38 * | aux type | AT_xxxx
40 * | aux value |
42 * | aux type | AT_xxxx
44 * | aux value |
51 * The AUX vector contains additional information for the process to know from
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp527 RelaxAux Aux; in initRelaxAux()
528 Aux.Config.IsRV32 = G.getTargetTriple().isRISCV32(); in initRelaxAux()
530 Aux.Config.HasRVC = llvm::is_contained(Features, "+c") || in initRelaxAux()
537 auto BlockEmplaceResult = Aux.Blocks.try_emplace(B); in initRelaxAux()
546 Aux.Blocks.erase(BlockEmplaceResult.first); in initRelaxAux()
570 for (auto &BlockAuxIter : Aux.Blocks) { in initRelaxAux()
576 return Aux; in relaxAlign()
593 static void relaxCall(const Block &B, BlockRelaxAux &Aux, in relaxCall()
605 Aux.Writes.push_back(0xa001); // c.j in relaxCall()
609 Aux in relaxCall()
525 RelaxAux Aux; initRelaxAux() local
590 relaxCall(const Block & B,BlockRelaxAux & Aux,const RelaxConfig & Config,orc::ExecutorAddr Loc,const Edge & E,uint32_t & Remove,Edge::Kind & NewEdgeKind) relaxCall() argument
619 relaxBlock(LinkGraph & G,Block & Block,BlockRelaxAux & Aux,const RelaxConfig & Config) relaxBlock() argument
671 relaxOnce(LinkGraph & G,RelaxAux & Aux) relaxOnce() argument
680 finalizeBlockRelax(LinkGraph & G,Block & Block,BlockRelaxAux & Aux) finalizeBlockRelax() argument
763 finalizeRelax(LinkGraph & G,RelaxAux & Aux) finalizeRelax() argument
769 auto Aux = initRelaxAux(G); relax() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Dbrcm,bcm2835-aux-clock.txt11 - compatible: Should be "brcm,bcm2835-aux"
13 found in include/dt-bindings/clock/bcm2835-aux.h
26 aux: aux@7e215004 {
27 compatible = "brcm,bcm2835-aux";
/freebsd-src/sys/arm/ti/omap4/
H A Domap4_l2cache.c48 uint32_t aux, prefetch; in omap4_pl310_init() local
50 aux = pl310_read4(sc, PL310_AUX_CTRL); in omap4_pl310_init()
57 aux &= ~AUX_CTRL_INSTR_PREFETCH; in omap4_pl310_init()
60 // aux &= ~AUX_CTRL_DATA_PREFETCH; in omap4_pl310_init()
66 aux |= AUX_CTRL_DATA_PREFETCH; in omap4_pl310_init()
73 ti_smc0(aux, 0, WRITE_AUXCTRL_REG); in omap4_pl310_init()
/freebsd-src/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-edp.yaml7 title: Probeable (via DP AUX / EDID) eDP Panels with simple poweron sequences
14 to a Embedded DisplayPort AUX bus (see display/dp-aux-bus.yaml) without
21 represented under the DP AUX bus. This means that we can use any
22 information provided by the DP AUX bus (including the EDID) to identify
27 provided anywhere on the DP AUX bus is the power sequencing timings.
60 AUX CH -----------+ AUX Ch operational : : +-------------
95 when the AUX channel is ready. This is useful for panels that glitch
172 aux-bus {

12345678910>>...26