| /freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | nvmem-cells.yaml | 45 reg = <0x1200000 0x0140000>; 51 macaddr_gmac1: macaddr_gmac1@0 { 52 reg = <0x0 0x6>; 56 reg = <0x6 0x6>; 60 reg = <0x1000 0x2f20>; 64 reg = <0x500 [all...] |
| H A D | fixed-partitions.yaml | 51 "@[0-9a-f]+$": 77 partition@0 { 79 reg = <0x0000000 0x100000>; 84 reg = <0x0100000 0x200000>; 96 partition@0 { 98 reg = <0x00000000 0x1 0x00000000>; 110 partition@0 { 112 reg = <0x0 0x00000000 0x2 0x00000000>; 118 reg = <0x2 0x00000000 0x1 0x00000000>; 128 partition@0 { [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a77970-v3msk.dts | 47 #size-cells = <0>; 49 port@0 { 50 reg = <0>; 68 reg = <0x0 0x48000000 0x0 0x78000000>; 73 #clock-cells = <0>; 77 vcc_d1_8v: regulator-0 { 106 pinctrl-0 = <&avb_pins>; 115 phy0: ethernet-phy@0 { 119 reg = <0>; 128 clock-names = "du.0", "dclkin.0"; [all …]
|
| H A D | r8a77980-v3hsk.dts | 49 #size-cells = <0>; 51 port@0 { 52 reg = <0>; 70 reg = <0 0x48000000 0 0x78000000>; 75 #clock-cells = <0>; 79 vcc1v8_d4: regulator-0 { 101 clock-names = "du.0", "dclkin.0"; 114 pinctrl-0 = <&gether_pins>; 122 phy0: ethernet-phy@0 { 126 reg = <0>; [all …]
|
| H A D | r8a77970-eagle.dts | 68 #size-cells = <0>; 70 port@0 { 71 reg = <0>; 89 reg = <0x0 0x48000000 0x0 0x38000000>; 94 #clock-cells = <0>; 100 pinctrl-0 = <&avb_pins>; 109 phy0: ethernet-phy@0 { 113 reg = <0>; 120 pinctrl-0 = <&canfd0_pins>; 133 port@0 { [all …]
|
| H A D | condor-common.dtsi | 36 d3_3v: regulator-0 { 62 #size-cells = <0>; 64 port@0 { 65 reg = <0>; 83 reg = <0 0x48000000 0 0x78000000>; 97 #clock-cells = <0>; 103 pinctrl-0 = <&canfd0_pins>; 116 port@0 { 118 clock-lanes = <0>; 130 port@0 { [all …]
|
| H A D | ulcb.dtsi | 42 * This is same as <&rcar_sound 0> 46 #clock-cells = <0>; 122 states = <3300000 1>, <1800000 0>; 127 #clock-cells = <0>; 133 #clock-cells = <0>; 147 pinctrl-0 = <&avb_pins>; 153 phy0: ethernet-phy@0 { 157 reg = <0>; 196 pinctrl-0 = <&i2c2_pins>; 205 reg = <0x10>; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm47094-linksys-panamera.dts | 19 memory@0 { 21 reg = <0x00000000 0x08000000>, 22 <0x88000000 0x08000000>; 27 reg = <0x1c080000 0x100000>; 83 gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>; 136 reg = <0x200>; 138 #size-cells = <0>; [all...] |
| /freebsd/sbin/ipf/common/ |
| H A D | opts.h | 17 # define SOLARIS 0 20 #define OPT_REMOVE 0x000001 21 #define OPT_DEBUG 0x000002 22 #define OPT_AUTHSTATS 0x000004 23 #define OPT_RAW 0x000008 24 #define OPT_LOG 0x000010 25 #define OPT_SHOWLIST 0x000020 26 #define OPT_VERBOSE 0x000040 27 #define OPT_DONOTHING 0x000080 28 #define OPT_HITS 0x000100 [all …]
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | ionames.c | 13 { IPOPT_NOP, 0x000001, 1, "nop" }, /* RFC791 */ 14 { IPOPT_RR, 0x000002, 8, "rr" }, /* 1 route */ 15 { IPOPT_ZSU, 0x000004, 4, "zsu" }, /* size ?? */ 16 { IPOPT_MTUP, 0x000008, 4, "mtup" }, /* RFC1191 */ 17 { IPOPT_MTUR, 0x000010, 4, "mtur" }, /* RFC1191 */ 18 { IPOPT_ENCODE, 0x000020, 4, "encode" }, /* size ?? */ 19 { IPOPT_TS, 0x000040, 8, "ts" }, /* 1 TS */ 20 { IPOPT_TR, 0x000080, 4, "tr" }, /* RFC1393 */ 21 { IPOPT_SECURITY,0x000100, 12, "sec" }, /* RFC1108 */ 22 { IPOPT_SECURITY,0x000100, 12, "sec-class" }, /* RFC1108 */ [all …]
|
| /freebsd/sys/sys/ |
| H A D | serial.h | 42 #define SER_DTR 0x0001 /* data terminal ready */ 43 #define SER_RTS 0x0002 /* request to send */ 44 #define SER_STX 0x0004 /* secondary transmit */ 45 #define SER_SRX 0x0008 /* secondary receive */ 46 #define SER_CTS 0x0010 /* clear to send */ 47 #define SER_DCD 0x0020 /* data carrier detect */ 48 #define SER_RI 0x0040 /* ring indicate */ 49 #define SER_DSR 0x0080 /* data set ready */ 51 #define SER_MASK_STATE 0x00ff 76 #define SER_INT_OVERRUN 0x010000 [all …]
|
| H A D | lockmgr.h | 39 #define LK_SHARE 0x01 40 #define LK_SHARED_WAITERS 0x02 41 #define LK_EXCLUSIVE_WAITERS 0x04 42 #define LK_EXCLUSIVE_SPINNERS 0x08 43 #define LK_WRITER_RECURSED 0x10 54 #define LK_UNLOCKED LK_SHARERS_LOCK(0) 154 #define LK_INIT_MASK 0x0001FF 155 #define LK_CANRECURSE 0x000001 156 #define LK_NODUP 0x000002 157 #define LK_NOPROFILE 0x000004 [all …]
|
| H A D | sysent.h | 61 #define SYSTRACE_ENABLED() (0) 80 #define SYF_CAPENABLED 0x00000001 82 #define SY_THR_STATIC 0x01 83 #define SY_THR_DRAINING 0x02 84 #define SY_THR_ABSENT 0x04 85 #define SY_THR_INCR 0x08 88 #define SY_THR_STATIC_KLD 0 166 #define SV_ILP32 0x000100 /* 32-bit executable. */ 167 #define SV_LP64 0x000200 /* 64-bit executable. */ 168 #define SV_RESERVED0 0x004000 /* Formerly SV_IA32 */ [all …]
|
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_principal.h | 41 #define PRINCIPALLEN(ptr) ((ptr[0]<<8) | ptr[1]) 63 #define KDB_USER_PRINCIPAL 0x01 64 #define KDB_SERVICE_PRINCIPAL 0x02 65 #define KDB_STANDALONE_PRINCIPAL_OBJECT 0x01 71 #define KDB_MAX_LIFE_ATTR 0x000001 72 #define KDB_MAX_RLIFE_ATTR 0x000002 73 #define KDB_TKT_FLAGS_ATTR 0x000004 74 #define KDB_PRINC_EXPIRE_TIME_ATTR 0x000008 75 #define KDB_POL_REF_ATTR 0x000010 76 #define KDB_AUTH_IND_ATTR 0x000020 [all …]
|
| /freebsd/sys/contrib/vchiq/interface/vchi/ |
| H A D | vchi_common.h | 41 VCHI_FLAGS_NONE = 0x0, 42 …VCHI_FLAGS_BLOCK_UNTIL_OP_COMPLETE = 0x1, // waits for message to be received, or sent (NB. no… 43 VCHI_FLAGS_CALLBACK_WHEN_OP_COMPLETE = 0x2, // run a callback when message sent 44 …VCHI_FLAGS_BLOCK_UNTIL_QUEUED = 0x4, // return once the transfer is in a queue ready to go 45 VCHI_FLAGS_ALLOW_PARTIAL = 0x8, 46 VCHI_FLAGS_BLOCK_UNTIL_DATA_READ = 0x10, 47 VCHI_FLAGS_CALLBACK_WHEN_DATA_READ = 0x20, 49 VCHI_FLAGS_ALIGN_SLOT = 0x000080, // internal use only 50 VCHI_FLAGS_BULK_AUX_QUEUED = 0x010000, // internal use only 51 VCHI_FLAGS_BULK_AUX_COMPLETE = 0x020000, // internal use only [all …]
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | hx_locl.h | 114 #define HX509_QUERY_FIND_ISSUER_CERT 0x000001 115 #define HX509_QUERY_MATCH_SERIALNUMBER 0x000002 116 #define HX509_QUERY_MATCH_ISSUER_NAME 0x000004 117 #define HX509_QUERY_MATCH_SUBJECT_NAME 0x000008 118 #define HX509_QUERY_MATCH_SUBJECT_KEY_ID 0x000010 119 #define HX509_QUERY_MATCH_ISSUER_ID 0x000020 120 #define HX509_QUERY_PRIVATE_KEY 0x000040 121 #define HX509_QUERY_KU_ENCIPHERMENT 0x000080 122 #define HX509_QUERY_KU_DIGITALSIGNATURE 0x000100 123 #define HX509_QUERY_KU_KEYCERTSIGN 0x000200 [all …]
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | admin.h | 49 #define KADM5_STRUCT_VERSION 0 53 #define KRB5_KDB_DISALLOW_POSTDATED 0x00000001 54 #define KRB5_KDB_DISALLOW_FORWARDABLE 0x00000002 55 #define KRB5_KDB_DISALLOW_TGT_BASED 0x00000004 56 #define KRB5_KDB_DISALLOW_RENEWABLE 0x00000008 57 #define KRB5_KDB_DISALLOW_PROXIABLE 0x00000010 58 #define KRB5_KDB_DISALLOW_DUP_SKEY 0x00000020 59 #define KRB5_KDB_DISALLOW_ALL_TIX 0x00000040 60 #define KRB5_KDB_REQUIRES_PRE_AUTH 0x00000080 61 #define KRB5_KDB_REQUIRES_HW_AUTH 0x00000100 [all …]
|
| /freebsd/sbin/ipf/ipf/ |
| H A D | ipf.4 | 105 be put in the "fr_hits" field (the first rule is number 0). 110 FR_BLOCK 0x000001 /* do not allow packet to pass */ 111 FR_PASS 0x000002 /* allow packet to pass */ 112 FR_OUTQUE 0x000004 /* outgoing packets */ 113 FR_INQUE 0x000008 /* ingoing packets */ 114 FR_LOG 0x000010 /* Log */ 115 FR_LOGB 0x000011 /* Log-fail */ 116 FR_LOGP 0x000012 /* Log-pass */ 117 FR_LOGBODY 0x000020 /* log the body of packets too */ 118 FR_LOGFIRST 0x000040 /* log only the first packet to match */ [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | omap5-l4.dtsi | 1 &l4_cfg { /* 0x4a000000 */ 4 clocks = <&l4cfg_clkctrl OMAP5_L4_CFG_CLKCTRL 0>; 6 reg = <0x4a000000 0x800>, 7 <0x4a000800 0x800>, 8 <0x4a001000 0x1000>; 12 ranges = <0x00000000 0x4a000000 0x080000>, /* segment 0 */ 13 <0x00080000 0x4a080000 0x080000>, /* segment 1 */ 14 <0x00100000 0x4a100000 0x080000>, /* segment 2 */ 15 <0x00180000 0x4a180000 0x080000>, /* segment 3 */ 16 <0x00200000 0x4a200000 0x080000>, /* segment 4 */ [all …]
|
| H A D | omap4-l4.dtsi | 2 &l4_cfg { /* 0x4a000000 */ 5 clocks = <&l4_cfg_clkctrl OMAP4_L4_CFG_CLKCTRL 0>; 7 reg = <0x4a000000 0x800>, 8 <0x4a000800 0x800>, 9 <0x4a001000 0x1000>; 13 ranges = <0x00000000 0x4a000000 0x080000>, /* segment 0 */ 14 <0x00080000 0x4a080000 0x080000>, /* segment 1 */ 15 <0x00100000 0x4a100000 0x080000>, /* segment 2 */ 16 <0x00180000 0x4a180000 0x080000>, /* segment 3 */ 17 <0x00200000 0x4a200000 0x080000>, /* segment 4 */ [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/davinci/ |
| H A D | da850-lcdk.dts | 24 /* 128 MB DDR2 SDRAM @ 0xc0000000 */ 25 reg = <0xc0000000 0x08000000>; 35 reg = <0xc3000000 0x1000000>; 122 #size-cells = <0>; 126 #size-cells = <0>; 128 port@0 { 129 reg = <0>; 205 0x0 [all...] |
| /freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | mpc8548cds.dtsi | 36 nor@0,0 { 40 reg = <0x0 0x0 0x01000000>; 44 partition@0 { 45 reg = <0x0 0x0b00000>; 50 reg = <0x0b00000 0x0400000>; 55 reg = <0x0f00000 0x060000>; 60 reg = <0x0f60000 0x020000>; 66 reg = <0x0f80000 0x080000>; 72 board-control@1,0 { 74 reg = <0x1 0x0 0x1000>; [all …]
|
| /freebsd/crypto/krb5/src/lib/kadm5/ |
| H A D | admin.h | 81 #define KADM5_OK 0 88 #define KADM5_PRINCIPAL 0x000001 89 #define KADM5_PRINC_EXPIRE_TIME 0x000002 90 #define KADM5_PW_EXPIRATION 0x000004 91 #define KADM5_LAST_PWD_CHANGE 0x000008 92 #define KADM5_ATTRIBUTES 0x000010 93 #define KADM5_MAX_LIFE 0x000020 94 #define KADM5_MOD_TIME 0x000040 95 #define KADM5_MOD_NAME 0x000080 96 #define KADM5_KVNO 0x000100 [all …]
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_intr.c | 51 #define INTC_PENDING_BASIC 0x00 52 #define INTC_PENDING_BANK1 0x04 53 #define INTC_PENDING_BANK2 0x08 54 #define INTC_FIQ_CONTROL 0x0C 55 #define INTC_ENABLE_BANK1 0x10 56 #define INTC_ENABLE_BANK2 0x14 57 #define INTC_ENABLE_BASIC 0x18 58 #define INTC_DISABLE_BANK1 0x1C 59 #define INTC_DISABLE_BANK2 0x20 60 #define INTC_DISABLE_BASIC 0x24 [all …]
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | coredump.c | 21 {0x800, 0x810}, 22 {0x820, 0x82C}, 23 {0x830, 0x8F4}, 24 {0x90C, 0x91C}, 25 {0xA14, 0xA18}, 26 {0xA84, 0xA94}, 27 {0xAA8, 0xAD4}, 28 {0xADC, 0xB40}, 29 {0x1000, 0x10A4}, 30 {0x10BC, 0x111C}, [all …]
|