Home
last modified time | relevance | path

Searched +full:0 +full:x020000 (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/share/i18n/csmapper/
H A Dmapper.dir.src4 UCS:SMP/UCS mapper_zone 0x0000-0xFFFF:+0x010000
5 UCS/UCS:SMP mapper_zone 0x010000-0x01FFFF:-0x010000
8 UCS:SIP/UCS mapper_zone 0x0000-0xFFFF:+0x020000
9 UCS/UCS:SIP mapper_zone 0x020000-0x02FFFF:-0x020000
12 UCS:SSP/UCS mapper_zone 0x0000-0xFFFF:+0x0E0000
13 UCS/UCS:SSP mapper_zone 0x0E0000-0x0EFFFF:-0x0E0000
/freebsd/sys/contrib/device-tree/src/mips/qca/
H A Dar9132_tl_wr1043nd_v1.dts13 memory@0 {
15 reg = <0x0 0x2000000>;
20 #clock-cells = <0>;
27 button-0 {
44 led-0 {
87 flash@0 {
91 reg = <0>;
94 partition@0 {
96 reg = <0x000000 0x020000>;
101 reg = <0x020000 0x7D0000>;
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A Dadmin.h49 #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/common/
H A Dopts.h17 # 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/sys/contrib/dev/iwlwifi/
H A Diwl-agn-hw.h12 #define IWLAGN_RTC_INST_LOWER_BOUND (0x000000)
13 #define IWLAGN_RTC_INST_UPPER_BOUND (0x020000)
15 #define IWLAGN_RTC_DATA_LOWER_BOUND (0x800000)
16 #define IWLAGN_RTC_DATA_UPPER_BOUND (0x80C000)
23 #define IWL60_RTC_INST_LOWER_BOUND (0x000000)
24 #define IWL60_RTC_INST_UPPER_BOUND (0x040000)
25 #define IWL60_RTC_DATA_LOWER_BOUND (0x800000)
26 #define IWL60_RTC_DATA_UPPER_BOUND (0x814000)
42 #define IWLAGN_TX_POWER_TARGET_POWER_MIN (0) /* 0 dBm: 1 milliwatt */
50 #define OTP_HIGH_IMAGE_SIZE_1000 (0x200 * sizeof(u16)) /* 1024 bytes */
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dsp810.txt38 reg = <0x020000 0x1000>;
43 assigned-clocks = <&v2m_sysctl 0>, <&v2m_sysctl 1>, <&v2m_sysctl 3>, <&v2m_sysctl 3>;
H A Dsp810.yaml70 reg = <0x020000 0x1000>;
76 assigned-clocks = <&v2m_sysctl 0>, <&v2m_sysctl 1>,
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/
H A Dda850-lcdk.dts24 /* 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/sbin/ipf/libipf/
H A Dionames.c13 { 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 Dserial.h42 #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 Dlockmgr.h39 #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 …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap4460.dtsi12 cpu0: cpu@0 {
32 reg = <0x4a002260 0x4
33 0x4a00232C 0x4
34 0x4a002378 0x18>;
36 interrupts = <0 126 IRQ_TYPE_LEVEL_HIGH>; /* talert */
39 #thermal-sensor-cells = <0>;
45 reg = <0x4a307bd
[all...]
H A Dam5729-beagleboneai.dts31 memory@0 {
33 reg = <0x0 0x80000000 0x0 0x40000000>;
43 reg = <0x0 0x95800000 0x0 0x3800000>;
50 reg = <0x0 0x99000000 0x0 0x4000000>;
57 reg = <0x0 0x9d000000 0x0 0x2000000>;
64 reg = <0x0 0x9f000000 0x0 0x800000>;
80 states = <1800000 0
143 hdmi_conn: connector@0 {
155 hdmi_enc: encoder@0 {
160 gpios = <0>,
[all …]
/freebsd/sys/contrib/vchiq/interface/vchi/
H A Dvchi_common.h41 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/usr.sbin/bluetooth/btpand/
H A Dbtpand.8147 .Pq 0x000f .
172 .Pq set bit 0x020000 .
/freebsd/crypto/heimdal/lib/hx509/
H A Dhx_locl.h114 #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/sbin/ipf/ipf/
H A Dipf.4105 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/include/
H A Dfts.h60 #define FTS_COMFOLLOW 0x000001 /* follow command line symlinks */
61 #define FTS_LOGICAL 0x000002 /* logical walk */
62 #define FTS_NOCHDIR 0x000004 /* don't change directories */
63 #define FTS_NOSTAT 0x000008 /* don't get stat info */
64 #define FTS_PHYSICAL 0x000010 /* physical walk */
65 #define FTS_SEEDOT 0x000020 /* return dot and dot-dot */
66 #define FTS_XDEV 0x000040 /* don't cross devices */
67 #define FTS_WHITEOUT 0x000080 /* return whiteout information */
68 /* 0x0100 is FTS_NAMEONLY below */
69 /* 0x0200 was previously FTS_STOP */
[all …]
/freebsd/sys/contrib/x86emu/
H A Dx86emu_regs.h87 #define FB_CF 0x0001 /* CARRY flag */
88 #define FB_PF 0x0004 /* PARITY flag */
89 #define FB_AF 0x0010 /* AUX flag */
90 #define FB_ZF 0x0040 /* ZERO flag */
91 #define FB_SF 0x0080 /* SIGN flag */
92 #define FB_TF 0x0100 /* TRAP flag */
93 #define FB_IF 0x0200 /* INTERRUPT ENABLE flag */
94 #define FB_DF 0x0400 /* DIR flag */
95 #define FB_OF 0x0800 /* OVERFLOW flag */
98 #define F_ALWAYS_ON (0x0002) /* flag bits always on */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts85 reg = <0x5>;
95 nvmem-cells = <&base_mac_address 0>;
118 flash@0 {
122 reg = <0>;
132 partition@0 {
133 reg = <0x000000 0x010000>;
139 reg = <0x010000 0x1d0000>;
145 reg = <0x20000
[all...]
H A Dfsl-ls1028a.dtsi23 #size-cells = <0>;
25 cpu0: cpu@0 {
28 reg = <0x0>;
30 clocks = <&clockgen QORIQ_CLK_CMUX 0>;
31 i-cache-size = <0xc000>;
34 d-cache-size = <0x8000>;
45 reg = <0x1>;
47 clocks = <&clockgen QORIQ_CLK_CMUX 0>;
48 i-cache-size = <0xc000>;
51 d-cache-size = <0x8000>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Drtsm_ve-motherboard.dtsi13 #clock-cells = <0>;
20 #clock-cells = <0>;
27 #clock-cells = <0>;
49 #clock-cells = <0>;
55 arm,vexpress-sysreg,func = <5 0>;
60 arm,vexpress-sysreg,func = <7 0>;
65 arm,vexpress-sysreg,func = <8 0>;
70 arm,vexpress-sysreg,func = <9 0>;
75 arm,vexpress-sysreg,func = <11 0>;
83 ranges = <0 0x8000000 0 0x8000000 0x18000000>;
[all …]
H A Djuno-motherboard.dtsi13 #clock-cells = <0>;
20 #clock-cells = <0>;
27 #clock-cells = <0>;
34 #clock-cells = <0>;
55 gpios = <&iofpga_gpio0 0 0x4>;
62 gpios = <&iofpga_gpio0 1 0x4>;
69 gpios = <&iofpga_gpio0 2 0x4>;
76 gpios = <&iofpga_gpio0 3 0x4>;
83 gpios = <&iofpga_gpio0 4 0x4>;
90 gpios = <&iofpga_gpio0 5 0x4>;
[all …]
/freebsd/sys/fs/ext2fs/
H A Dinode.h154 #define IN_ACCESS 0x0001 /* Access time update request. */
155 #define IN_CHANGE 0x0002 /* Inode change time update request. */
156 #define IN_UPDATE 0x0004 /* Modification time update request. */
157 #define IN_MODIFIED 0x0008 /* Inode has been modified. */
158 #define IN_RENAME 0x0010 /* Inode is being renamed. */
159 #define IN_HASHED 0x0020 /* Inode is on hash list */
160 #define IN_LAZYMOD 0x0040 /* Modified, but don't write yet. */
161 #define IN_SPACECOUNTED 0x0080 /* Blocks to be freed in free count. */
162 #define IN_LAZYACCESS 0x0100 /* Process IN_ACCESS after the
169 #define IN_E3INDEX 0x010000
[all …]
/freebsd/usr.sbin/pciconf/
H A Dpciconf.861 foo0@pci0:0:4:0: class=0x010000 rev=0x01 hdr=0x00 vendor=0x1000 device=0x000f \
62 subvendor=0x0000 subdevice=0x0000
63 bar0@pci0:0:5:0: class=0x000100 rev=0x00 hdr=0x00 vendor=0x88c1 device=0x5333 \
64 subvendor=0x0000 subdevice=0x0000
65 none0@pci0:0:6:0: class=0x020000 rev=0x00 hdr=0x00 vendor=0x10ec device=0x8029 \
66 subvendor=0x0000 subdevice=0x0000
84 Currently assigned header types include 0 for standard devices,
96 function 0 of a
109 Note that they will be 0 for older cards.
117 foo0@pci0:0:4:0: 010000 01 00 1000 000f 0000 0000
[all …]

123