Home
last modified time | relevance | path

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

12345678910>>...29

/freebsd/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/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()
128 hwcap3 = (u_long)(aux->a_un.a_val); in init_aux()
[all …]
/freebsd/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/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/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- connected to SBU2
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp65 COFF::Auxiliary Aux; member
78 AuxiliarySymbols Aux; member in __anon3870acaf0111::COFFSymbol
314 Symbol->Aux.resize(1); in defineSection()
315 Symbol->Aux[0] = {}; in defineSection()
316 Symbol->Aux[0].AuxType = ATSectionDefinition; in defineSection()
317 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection()
405 Sym->Aux.resize(1); in defineSymbol()
406 memset(&Sym->Aux[0], 0, sizeof(Sym->Aux[0])); in defineSymbol()
407 Sym->Aux[0].AuxType = ATWeakExternal; in defineSymbol()
408 Sym->Aux[0].Aux.WeakExternal.TagIndex = 0; // Filled in later in defineSymbol()
[all …]
/freebsd/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/sys/contrib/dev/rtw89/
H A Dchan.c574 struct rtw89_mcc_role *aux = &mcc->role_aux; in __mcc_fw_req_tsf() local
581 req.macid_y = aux->rtwvif_link->mac_id; in __mcc_fw_req_tsf()
599 struct rtw89_mcc_role *aux = &mcc->role_aux; in __mrc_fw_req_tsf() local
609 arg.infos[1].band = aux->rtwvif_link->mac_idx; in __mrc_fw_req_tsf()
610 arg.infos[1].port = aux->rtwvif_link->port; in __mrc_fw_req_tsf()
629 struct rtw89_mcc_role *aux = &mcc->role_aux; in rtw89_mcc_get_bcn_ofst() local
644 tbtt_ofst_aux = rtw89_mcc_get_tbtt_ofst(rtwdev, aux, tsf_aux); in rtw89_mcc_get_bcn_ofst()
936 struct rtw89_mcc_role *aux = &mcc->role_aux; in rtw89_mcc_assign_pattern() local
941 "MCC assign pattern: ref {%d | %d}, aux {%d | %d}\n", in rtw89_mcc_assign_pattern()
948 pattern->courtesy.macid_tgt = aux->rtwvif_link->mac_id; in rtw89_mcc_assign_pattern()
[all …]
/freebsd/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/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/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/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/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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp527 RelaxAux Aux; in initRelaxAux() local
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 initRelaxAux()
593 static void relaxCall(const Block &B, BlockRelaxAux &Aux, in relaxCall() argument
605 Aux.Writes.push_back(0xa001); // c.j in relaxCall()
609 Aux.Writes.push_back(0x2001); // c.jal in relaxCall()
[all …]
/freebsd/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/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/lib/libc/csu/powerpc64/
H A Dreloc.c27 ifunc_init(const Elf_Auxinfo *aux) in ifunc_init() argument
30 for (; aux->a_type != AT_NULL; aux++) { in ifunc_init()
31 switch (aux->a_type) { in ifunc_init()
33 cpu_features = (uint32_t)aux->a_un.a_val; in ifunc_init()
36 cpu_features2 = (uint32_t)aux->a_un.a_val; in ifunc_init()
/freebsd/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/sys/contrib/device-tree/Bindings/pci/
H A Dqcom,pcie.txt100 - "aux" Clocks the pcie AUX block
106 - "aux" Auxiliary (AUX) clock
115 - "aux" Auxiliary (AUX) clock
128 - "aux" Auxiliary clock
145 - "aux" Auxiliary clock
153 - "aux" Auxiliary clock
165 - "aux" Auxiliary clock
178 - "aux" Auxiliary clock
347 clock-names = "core", "iface", "phy", "aux", "ref";
387 clock-names = "iface", "master_bus", "slave_bus", "aux";
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dbrcm,bcm2835-aux-uart.yaml4 $id: http://devicetree.org/schemas/serial/brcm,bcm2835-aux-uart.yaml#
19 const: brcm,bcm2835-aux-uart
40 #include <dt-bindings/clock/bcm2835-aux.h>
42 compatible = "brcm,bcm2835-aux-uart";
45 clocks = <&aux BCM2835_AUX_CLOCK_UART>;

12345678910>>...29