/freebsd/sbin/setkey/ |
H A D | sample.cf | 50 add fec0::10 fec0::11 esp 0x10001 54 add fec0::11 fec0::10 esp 0x10002 59 # "[any]" is wildcard of port number. Note that "[0]" is the number of 76 add 172.16.0.1 172.16.0.2 ah-old 0x10003 79 add 172.16.0.2 172.16.0.1 ah-old 0x10004 93 add 172.16.0.1 172.16.0.2 ah-old 0x10003 96 add 172.16.0.2 172.16.0.1 ah-old 0x10004 109 # fec0:0:0:1::/64 --- fec0:0:0:1::1 ---- fec0:0:0:2::1 --- fec0:0:0:2::/64 112 spdadd fec0:0:0:1::/64 fec0:0:0:2::/64 any -P out ipsec 113 esp/tunnel/fec0:0:0:1::1-fec0:0:0:2::1/require [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7280-herobrine-lte-sku.dtsi | 12 reg = <0x0 0x9c700000 0x0 0x200000>; 17 alloc-ranges = <0x0 0xa0000000 0x0 0x20000000>; 18 size = <0x0 0x400 [all...] |
/freebsd/usr.bin/sdiotool/ |
H A D | brcmfmac_sdio.h | 18 #define SDIO_FUNC_0 0 22 #define SDIOD_FBR_SIZE 0x100 25 #define SDIO_FUNC_ENABLE_1 0x02 26 #define SDIO_FUNC_ENABLE_2 0x04 29 #define SDIO_FUNC_READY_1 0x02 30 #define SDIO_FUNC_READY_2 0x04 33 #define INTR_STATUS_FUNC1 0x2 34 #define INTR_STATUS_FUNC2 0x4 40 #define REG_F0_REG_MASK 0x7FF 41 #define REG_F1_MISC_MASK 0x1FFFF [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | qcom,sc7280-mss-pil.yaml | 216 reg = <0x04080000 0x10000>, <0x04180000 0x48>; 219 iommus = <&apps_smmu 0x124 0x0>, <&apps_smmu 0x488 0x7>; 221 interconnects = <&mc_virt MASTER_LLCC 0 &mc_virt SLAVE_EBI1 0>; 224 <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 248 qcom,smem-states = <&modem_smp2p_out 0>; 255 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>; 256 qcom,ext-regs = <&tcsr 0x10000 0x10004>, <&tcsr_mutex 0x26004 0x26008>; 257 qcom,qaccept-regs = <&tcsr_mutex 0x23030 0x23040 0x23020>;
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | other.json | 5 "Counter": "0,1,2,3", 6 "EventCode": "0x28", 8 "PEBScounters": "0,1,2,3", 9 …s where the core was running with power-delivery for baseline license level 0. This includes non-… 12 "UMask": "0x7" 17 "Counter": "0,1,2,3", 18 "EventCode": "0x28", 20 "PEBScounters": "0,1,2,3", 24 "UMask": "0x18" 29 "Counter": "0,1,2,3", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power9/ |
H A D | frontend.json | 3 "EventCode": "0x25044", 8 "EventCode": "0x101E8", 13 "EventCode": "0x4504E", 18 "EventCode": "0x1006A", 23 "EventCode": "0x4E016", 28 "EventCode": "0x1001A", 33 "EventCode": "0x1E15E", 38 "EventCode": "0x34052", 43 "EventCode": "0x20114", 48 "EventCode": "0x4C044", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | other.json | 5 "Counter": "0,1,2,3,4,5,6,7", 6 "EventCode": "0xc1", 8 "PEBScounters": "0,1,2,3,4,5,6,7", 10 "UMask": "0x8" 14 "Counter": "0,1,2,3,4,5,6,7", 15 "EventCode": "0xb7", 17 "PEBScounters": "0,1,2,3,4,5,6,7", 19 "UMask": "0x2" 23 "Counter": "0,1,2,3", 24 "EventCode": "0x2A,0x2B", [all …]
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | dkio.h | 69 #define DKC_UNKNOWN 0 98 #define DKI_BAD144 0x01 /* use DEC std 144 bad sector fwding */ 99 #define DKI_MAPTRK 0x02 /* controller does track mapping */ 100 #define DKI_FMTTRK 0x04 /* formats only full track at a time */ 101 #define DKI_FMTVOL 0x08 /* formats only full volume at a time */ 102 #define DKI_FMTCYL 0x10 /* formats only full cylinders at a time */ 103 #define DKI_HEXUNIT 0x20 /* unit number is printed as 3 hex digits */ 104 #define DKI_PCMCIA_PFD 0x40 /* PCMCIA pseudo-floppy memory card */ 150 * The Generic DKIOC numbers are from 0 - 50. 156 #define DKIOC (0x04 << 8) [all …]
|
/freebsd/sys/sys/ |
H A D | signal.h | 138 #define SIG_DFL ((__sighandler_t *)0) 196 #define SIGEV_NONE 0 /* No async notification. */ 372 #define SA_NOCLDSTOP 0x0008 /* do not generate SIGCHLD on child stop */ 376 #define SA_ONSTACK 0x0001 /* take signal on signal stack */ 377 #define SA_RESTART 0x0002 /* restart system call on signal return */ 378 #define SA_RESETHAND 0x0004 /* reset to SIG_DFL when taking signal */ 379 #define SA_NODEFER 0x0010 /* don't mask the signal we're delivering */ 380 #define SA_NOCLDWAIT 0x0020 /* don't keep zombies around */ 381 #define SA_SIGINFO 0x0040 /* signal handler with SA_SIGINFO args */ 385 #define NSIG 32 /* number of old signals (counting 0) */ [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | virtual | 12 0 string conectix Microsoft Disk Image, Virtual Server or Virtual PC 14 #0 string conectix Microsoft Virtual Hard Disk image 15 #0 string conectix Microsoft Virtual HD image 19 #>8 ubelong !0x00000002 \b, Features %#x 21 #>8 ubelong &0x00000002 \b, Reserved %#x 22 # File Format Version for the current specification 0x00010000 23 #>12 ubelong !0x00010000 \b, Version %#8.8x 24 # Data Offset only found 0x200 25 #>16 ubequad !0x200 \b, Data Offset %#llx 34 # Creator Version: 0x00010000~Virtual Server 2004, 0x00050000~Virtual PC 2004 [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | other.json | 5 "Counter": "0,1,2,3", 7 "EventCode": "0x63", 10 "PEBScounters": "0,1,2,3", 16 "Counter": "0,1,2,3", 17 "EventCode": "0x63", 19 "PEBScounters": "0,1,2,3", 22 "UMask": "0x2" 27 "Counter": "0,1,2,3", 28 "EventCode": "0x63", 31 "PEBScounters": "0,1,2,3", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | other.json | 5 "Counter": "0,1,2,3", 6 "EventCode": "0x28", 8 "PEBScounters": "0,1,2,3", 9 …s where the core was running with power-delivery for baseline license level 0. This includes non-… 12 "UMask": "0x7" 17 "Counter": "0,1,2,3", 18 "EventCode": "0x28", 20 "PEBScounters": "0,1,2,3", 24 "UMask": "0x18" 29 "Counter": "0,1,2,3", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | cache.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 6 "EventCode": "0x51", 10 "UMask": "0x1" 14 "Counter": "0,1,2,3", 15 "CounterHTOff": "0,1,2,3,4,5,6,7", 16 "EventCode": "0x48", 20 "UMask": "0x2" 24 "Counter": "0,1,2,3", 25 "CounterHTOff": "0,1,2,3,4,5,6,7", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | other.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 6 "EventCode": "0x28", 8 …s where the core was running with power-delivery for baseline license level 0. This includes non-… 10 "UMask": "0x7" 14 "Counter": "0,1,2,3", 15 "CounterHTOff": "0,1,2,3,4,5,6,7", 16 "EventCode": "0x28", 20 "UMask": "0x18" 24 "Counter": "0,1,2,3", [all …]
|
H A D | cache.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 6 "EventCode": "0x51", 10 "UMask": "0x1" 14 "Counter": "0,1,2,3", 15 "CounterHTOff": "0,1,2,3,4,5,6,7", 16 "EventCode": "0x48", 20 "UMask": "0x2" 24 "Counter": "0,1,2,3", 25 "CounterHTOff": "0,1,2,3,4,5,6,7", [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 46 # define EVP_PK_RSA 0x0001 47 # define EVP_PK_DSA 0x0002 48 # define EVP_PK_DH 0x0004 49 # define EVP_PK_EC 0x0008 50 # define EVP_PKT_SIGN 0x0010 51 # define EVP_PKT_ENC 0x0020 52 # define EVP_PKT_EXCH 0x0040 53 # define EVP_PKS_RSA 0x0100 54 # define EVP_PKS_DSA 0x0200 55 # define EVP_PKS_EC 0x0400 [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | osprey_reg_map.h | 86 volatile char pad__0[0x8]; /* 0x0 - 0x8 */ 87 volatile u_int32_t MAC_DMA_CR; /* 0x8 - 0xc */ 88 volatile char pad__1[0x8]; /* 0xc - 0x14 */ 89 volatile u_int32_t MAC_DMA_CFG; /* 0x14 - 0x18 */ 90 volatile u_int32_t MAC_DMA_RXBUFPTR_THRESH; /* 0x18 - 0x1c */ 91 volatile u_int32_t MAC_DMA_TXDPPTR_THRESH; /* 0x1c - 0x20 */ 92 volatile u_int32_t MAC_DMA_MIRT; /* 0x20 - 0x24 */ 93 volatile u_int32_t MAC_DMA_GLOBAL_IER; /* 0x24 - 0x28 */ 94 volatile u_int32_t MAC_DMA_TIMT; /* 0x28 - 0x2c */ 95 volatile u_int32_t MAC_DMA_RIMT; /* 0x2c - 0x30 */ [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
H A D | cache.json | 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 6 "EventCode": "0x51", 10 "UMask": "0x1" 14 "Counter": "0,1,2,3", 15 "CounterHTOff": "0,1,2,3,4,5,6,7", 16 "EventCode": "0x48", 20 "UMask": "0x2" 24 "Counter": "0,1,2,3", 25 "CounterHTOff": "0,1,2,3,4,5,6,7", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/powerpc/power8/ |
H A D | other.json | 3 "EventCode": "0x1f05e", 9 "EventCode": "0x2006e", 11 …"BriefDescription": "Cycles in 2-lpar mode. Threads 0-3 belong to Lpar0 and threads 4-7 belong to … 15 "EventCode": "0x4e05e", 17 …"BriefDescription": "Number of cycles in 4 LPAR mode. Threads 0-1 belong to lpar0, threads 2-3 bel… 21 "EventCode": "0x610050", 27 "EventCode": "0x520050", 33 "EventCode": "0x620052", 39 "EventCode": "0x610052", 45 "EventCode": "0x610054", [all …]
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_regs.h | 36 #define MYPF_BASE 0x1b000 39 #define PF0_BASE 0x1e000 42 #define PF1_BASE 0x1e400 45 #define PF2_BASE 0x1e800 48 #define PF3_BASE 0x1ec00 51 #define PF4_BASE 0x1f000 54 #define PF5_BASE 0x1f400 57 #define PF6_BASE 0x1f800 60 #define PF7_BASE 0x1fc00 63 #define PF_STRIDE 0x400 [all …]
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | reg_defs_t4.c | 5 { "SGE_PF_KDOORBELL", 0x1e000, 0 }, 8 { "PIDX", 0, 14 }, 9 { "SGE_PF_GTS", 0x1e004, 0 }, 13 { "CIDXInc", 0, 12 }, 14 { "SGE_PF_KDOORBELL", 0x1e400, 0 }, 17 { "PIDX", 0, 14 }, 18 { "SGE_PF_GTS", 0x1e404, 0 }, 22 { "CIDXInc", 0, 12 }, 23 { "SGE_PF_KDOORBELL", 0x1e800, 0 }, 26 { "PIDX", 0, 14 }, [all …]
|
H A D | reg_defs_t5.c | 5 { "SGE_PF_KDOORBELL", 0x1e000, 0 }, 9 { "PIDX", 0, 13 }, 10 { "SGE_PF_GTS", 0x1e004, 0 }, 14 { "CIDXInc", 0, 12 }, 15 { "SGE_PF_KTIMESTAMP_LO", 0x1e008, 0 }, 16 { "SGE_PF_KTIMESTAMP_HI", 0x1e00c, 0 }, 17 { "SGE_PF_KDOORBELL", 0x1e400, 0 }, 21 { "PIDX", 0, 13 }, 22 { "SGE_PF_GTS", 0x1e404, 0 }, 26 { "CIDXInc", 0, 12 }, [all …]
|