Home
last modified time | relevance | path

Searched +full:rst +full:- +full:- +full:- +full:- +full:- (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/freebsd/crypto/krb5/doc/html/_sources/appdev/refs/api/
H A Dindex.rst.txt6 ----------------------------------
11 krb5_build_principal.rst
12 krb5_build_principal_alloc_va.rst
13 krb5_build_principal_ext.rst
14 krb5_cc_close.rst
15 krb5_cc_default.rst
16 krb5_cc_default_name.rst
17 krb5_cc_destroy.rst
18 krb5_cc_dup.rst
19 krb5_cc_get_name.rst
[all …]
/freebsd/crypto/krb5/doc/appdev/refs/api/
H A Dindex.rst6 ----------------------------------
11 krb5_build_principal.rst
12 krb5_build_principal_alloc_va.rst
13 krb5_build_principal_ext.rst
14 krb5_cc_close.rst
15 krb5_cc_default.rst
16 krb5_cc_default_name.rst
17 krb5_cc_destroy.rst
18 krb5_cc_dup.rst
19 krb5_cc_get_name.rst
[all …]
/freebsd/crypto/krb5/doc/appdev/refs/macros/
H A Dindex.rst5 -------
10 ADDRTYPE_ADDRPORT.rst
11 ADDRTYPE_CHAOS.rst
12 ADDRTYPE_DDP.rst
13 ADDRTYPE_INET.rst
14 ADDRTYPE_INET6.rst
15 ADDRTYPE_IPPORT.rst
16 ADDRTYPE_ISO.rst
17 ADDRTYPE_IS_LOCAL.rst
18 ADDRTYPE_NETBIOS.rst
[all …]
/freebsd/crypto/krb5/doc/html/_sources/appdev/refs/macros/
H A Dindex.rst.txt5 -------
10 ADDRTYPE_ADDRPORT.rst
11 ADDRTYPE_CHAOS.rst
12 ADDRTYPE_DDP.rst
13 ADDRTYPE_INET.rst
14 ADDRTYPE_INET6.rst
15 ADDRTYPE_IPPORT.rst
16 ADDRTYPE_ISO.rst
17 ADDRTYPE_IS_LOCAL.rst
18 ADDRTYPE_NETBIOS.rst
[all …]
/freebsd/crypto/krb5/doc/html/_sources/appdev/refs/types/
H A Dindex.rst.txt5 -------
10 krb5_address.rst
11 krb5_addrtype.rst
12 krb5_ap_req.rst
13 krb5_ap_rep.rst
14 krb5_ap_rep_enc_part.rst
15 krb5_authdata.rst
16 krb5_authdatatype.rst
17 krb5_authenticator.rst
18 krb5_boolean.rst
[all …]
/freebsd/crypto/krb5/doc/appdev/refs/types/
H A Dindex.rst5 -------
10 krb5_address.rst
11 krb5_addrtype.rst
12 krb5_ap_req.rst
13 krb5_ap_rep.rst
14 krb5_ap_rep_enc_part.rst
15 krb5_authdata.rst
16 krb5_authdatatype.rst
17 krb5_authenticator.rst
18 krb5_boolean.rst
[all …]
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Drenesas,rst.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/reset/renesas,rst.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car and RZ/G Reset Controller
10 - Geert Uytterhoeven <geert+renesas@glider.be>
11 - Magnus Damm <magnus.damm@gmail.com>
14 The R-Car and RZ/G Reset Controllers provide reset control, and implement the
16 - Latching of the levels on mode pins when PRESET# is negated,
17 - Mode monitoring register,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td1 //===-- PPCInstr64Bit.td - The PowerPC 64-bit Support ------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file describes the PowerPC 64-bit instructions. These patterns are used
10 // both when in ppc64 mode and when in "use 64-bit extensions in 32-bit" mode.
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
15 // 64-bit operands.
33 // to accept immediates in the range -65536..65535 for compatibility with
34 // the GNU assembler. The operand is treated as 16-bit otherwise.
[all …]
H A DPPCInstrDFP.td1 //===-- PPCInstrDFP.td - PowerPC Decimal Floating Point ----*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
19 defm DADD : XForm_28r<59, 2, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB),
20 "dadd", "$RST, $RA, $RB", IIC_FPGeneral, []>;
22 defm DADDQ : XForm_28r<63, 2, (outs fpairrc:$RST), (ins fpairrc:$RA, fpairrc:$RB),
23 "daddq", "$RST, $RA, $RB", IIC_FPGeneral, []>;
26 defm DSUB : XForm_28r<59, 514, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB),
27 "dsub", "$RST, $RA, $RB", IIC_FPGeneral, []>;
[all …]
H A DPPCInstrInfo.td1 //===-- PPCInstrInfo.td - The PowerPC Instruction Set ------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file describes the subset of the 32-bit PowerPC instruction set, as used
12 //===----------------------------------------------------------------------===//
16 //===----------------------------------------------------------------------===//
127 //===----------------------------------------------------------------------===//
187 // Perform FADD in round-to-zero mode.
244 // These nodes represent the 32-bit PPC shifts that operate on 6-bit shift
245 // amounts. These nodes are generated by the multi-precision shift code.
[all …]
H A DPPCInstrP10.td1 //===-- PPCInstrP10.td - Power10 Instruction Set -----------*- tablegen -*-===//
7 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
21 // <INSTR_FORM> - name of instruction format as per the ISA
22 // (X-Form, VX-Form, etc.)
23 // <OP_TYPE> - operand type
24 // * FRT/RT/VT/XT/BT - target register
25 // (FPR, GPR, VR, VSR, CR-bit respectively)
[all …]
H A DPPCInstrHTM.td1 //===-- PPCInstrHTM.td - The PowerPC Hardware Transactional Memory -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
16 def HasHTM : Predicate<"Subtarget->hasHTM()">;
19 return getI32Imm (N->getZExtValue(), SDLoc(N));
40 let RST = 0;
45 (outs), (ins u5imm:$RST, gprc:$RA, gprc:$RB),
46 "tabortwc. $RST, $RA, $RB", IIC_SprMTSPR, []>,
50 (outs), (ins u5imm:$RST, gprc:$RA, u5imm:$RB),
[all …]
/freebsd/crypto/krb5/doc/html/_sources/plugindev/
H A Dindex.rst.txt12 .. TODO: update the above reference when we have a free-form section
17 --------
22 general.rst
23 clpreauth.rst
24 kdcpreauth.rst
25 ccselect.rst
26 pwqual.rst
27 kadm5_hook.rst
28 kadm5_auth.rst
29 hostrealm.rst
[all …]
/freebsd/crypto/krb5/doc/plugindev/
H A Dindex.rst12 .. TODO: update the above reference when we have a free-form section
17 --------
22 general.rst
23 clpreauth.rst
24 kdcpreauth.rst
25 ccselect.rst
26 pwqual.rst
27 kadm5_hook.rst
28 kadm5_auth.rst
29 hostrealm.rst
[all …]
/freebsd/sys/dev/hwreset/
H A Dhwreset.c1 /*-
52 hwreset_assert(hwreset_t rst) in hwreset_assert() argument
55 return (HWRESET_ASSERT(rst->provider_dev, rst->rst_id, true)); in hwreset_assert()
59 hwreset_deassert(hwreset_t rst) in hwreset_deassert() argument
62 return (HWRESET_ASSERT(rst->provider_dev, rst->rst_id, false)); in hwreset_deassert()
66 hwreset_is_asserted(hwreset_t rst, bool *value) in hwreset_is_asserted() argument
69 return (HWRESET_IS_ASSERTED(rst->provider_dev, rst->rst_id, value)); in hwreset_is_asserted()
73 hwreset_release(hwreset_t rst) in hwreset_release() argument
75 free(rst, M_HWRESET); in hwreset_release()
82 hwreset_t rst; in hwreset_get_by_id() local
[all …]
/freebsd/crypto/krb5/src/doc/
H A DMakefile.in4 SPHINX_ARGS=@MAINT@-W
5 SPHINX_BUILD=sphinx-build $(SPHINX_ARGS)
18 index.rst \
26 about.rst \
27 build_this.rst \
28 copyright.rst \
29 mitK5defaults.rst \
30 mitK5features.rst \
31 mitK5license.rst \
32 notice.rst \
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/intel/
H A Dsocfpga_agilex.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <dt-bindings/clock/agilex-clock.h>
13 compatible = "intel,socfpga-agilex";
14 #address-cells = <2>;
15 #size-cells = <2>;
17 reserved-memory {
[all …]
H A Dsocfpga_agilex5.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <dt-bindings/interrupt-controller/irq.h>
11 #include <dt-bindings/clock/intel,agilex5-clkmgr.h>
14 compatible = "intel,socfpga-agilex5";
15 #address-cells = <2>;
16 #size-cells = <2>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/altera/
H A Dsocfpga_stratix10.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
7 #include <dt-bindings/reset/altr,rst-mgr-s10.h>
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/clock/stratix10-clock.h>
12 compatible = "altr,socfpga-stratix10";
13 #address-cells = <2>;
14 #size-cells = <2>;
16 reserved-memory {
17 #address-cells = <2>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_arria10.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 #include <dt-bindings/interrupt-controller/arm-gic.h>
7 #include <dt-bindings/reset/altr,rst-mgr-a1
782 rst: rstmgr@ffd05000 { global() label
[all...]
H A Dsocfpga.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 #include <dt-bindings/reset/altr,rst-mgr.h>
9 #address-cells = <1>;
10 #size-cells = <1>;
22 #address-cells = <1>;
23 #size-cell
805 rst: rstmgr@ffd05000 { global() label
[all...]
/freebsd/sys/dev/usb/controller/
H A Dgeneric_ehci_fdt.c1 /*-
70 hwreset_t rst; member
97 if (!ofw_bus_is_compatible(self, "generic-ehci")) in generic_ehci_fdt_probe()
112 hwreset_t rst; in generic_ehci_fdt_attach() local
119 TAILQ_INIT(&sc->clk_list); in generic_ehci_fdt_attach()
129 clkp->clk = clk; in generic_ehci_fdt_attach()
130 TAILQ_INSERT_TAIL(&sc->clk_list, clkp, next); in generic_ehci_fdt_attach()
133 /* De-assert reset */ in generic_ehci_fdt_attach()
134 TAILQ_INIT(&sc->rst_list); in generic_ehci_fdt_attach()
135 for (off = 0; hwreset_get_by_ofw_idx(dev, 0, off, &rst) == 0; off++) { in generic_ehci_fdt_attach()
[all …]
H A Dgeneric_ohci.c1 /*-
73 hwreset_t rst; member
93 if (!ofw_bus_is_compatible(dev, "generic-ohci")) in generic_ohci_probe()
112 hwreset_t rst; in generic_ohci_attach() local
114 sc->ohci_sc.sc_bus.parent = dev; in generic_ohci_attach()
115 sc->ohci_sc.sc_bus.devices = sc->ohci_sc.sc_devices; in generic_ohci_attach()
116 sc->ohci_sc.sc_bus.devices_max = OHCI_MAX_DEVICES; in generic_ohci_attach()
117 sc->ohci_sc.sc_bus.dma_bits = 32; in generic_ohci_attach()
120 if (usb_bus_mem_alloc_all(&sc->ohci_sc.sc_bus, in generic_ohci_attach()
126 sc->ohci_sc.sc_io_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in generic_ohci_attach()
[all …]
/freebsd/crypto/krb5/doc/html/_sources/user/user_commands/
H A Dindex.rst.txt9 kdestroy.rst
10 kinit.rst
11 klist.rst
12 kpasswd.rst
13 krb5-config.rst
14 ksu.rst
15 kswitch.rst
16 kvno.rst
17 sclient.rst
/freebsd/crypto/krb5/doc/user/user_commands/
H A Dindex.rst9 kdestroy.rst
10 kinit.rst
11 klist.rst
12 kpasswd.rst
13 krb5-config.rst
14 ksu.rst
15 kswitch.rst
16 kvno.rst
17 sclient.rst

12345678910>>...28