Home
last modified time | relevance | path

Searched +full:0 +full:x0400000 (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_persona.h11 LINUX_UNAME26 = 0x0020000,
12 LINUX_ADDR_NO_RANDOMIZE = 0x0040000, /* disable randomization
15 LINUX_FDPIC_FUNCPTRS = 0x0080000, /* userspace function
19 LINUX_MMAP_PAGE_ZERO = 0x0100000,
20 LINUX_ADDR_COMPAT_LAYOUT = 0x0200000,
21 LINUX_READ_IMPLIES_EXEC = 0x0400000,
22 LINUX_ADDR_LIMIT_32BIT = 0x0800000,
23 LINUX_SHORT_INODE = 0x1000000,
24 LINUX_WHOLE_SECONDS = 0x2000000,
25 LINUX_STICKY_TIMEOUTS = 0x4000000,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dorion-nand.txt9 - cle : Address line number connected to CLE. Default is 0
23 cle = <0>;
28 reg = <0xf4000000 0x400>;
30 partition@0 {
32 reg = <0x0000000 0x100000>;
38 reg = <0x0100000 0x200000>;
43 reg = <0x0300000 0x100000>;
48 reg = <0x0400000 0x7d00000>;
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm47094-phicomm-k3.dts16 memory@0 {
18 reg = <0x00000000 0x08000000>,
19 <0x88000000 0x18000000>;
47 partition@0 {
49 reg = <0x0000000 0x0080000>;
55 reg = <0x0080000 0x010000
[all...]
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dsnps,dw-wdt.yaml70 default: [0x0001000 0x0002000 0x0004000 0x0008000
71 0x0010000 0x0020000 0x0040000 0x0080000
72 0x0100000 0x0200000 0x0400000 0x0800000
73 0x1000000 0x2000000 0x4000000 0x8000000]
88 reg = <0xffd02000 0x1000>;
89 interrupts = <0 171 4>;
97 reg = <0xffd02000 0x1000>;
98 interrupts = <0 171 4>;
101 snps,watchdog-tops = <0x000000FF 0x000001FF 0x000003FF
102 0x000007FF 0x0000FFFF 0x0001FFFF
[all …]
/freebsd/sys/sys/
H A Dwatchdog.h51 #define WD_ACTIVE 0x8000000
59 #define WD_PASSIVE 0x0400000
67 #define WD_LASTVAL 0x0200000
73 #define WD_INTERVAL 0x00000ff
82 #define WD_TO_NEVER 0
97 #define WD_SOFT_PANIC 0x01 /* panic */
98 #define WD_SOFT_DDB 0x02 /* enter debugger */
99 #define WD_SOFT_LOG 0x04 /* log(9) */
100 #define WD_SOFT_PRINTF 0x08 /* printf(9) */
101 #define WD_SOFT_MASK 0x0f /* all of the above */
/freebsd/contrib/file/src/
H A Dmagic.h.in32 #define MAGIC_NONE 0x0000000 /* No flags */
33 #define MAGIC_DEBUG 0x0000001 /* Turn on debugging */
34 #define MAGIC_SYMLINK 0x0000002 /* Follow symlinks */
35 #define MAGIC_COMPRESS 0x0000004 /* Check inside compressed files */
36 #define MAGIC_DEVICES 0x0000008 /* Look at the contents of devices */
37 #define MAGIC_MIME_TYPE 0x0000010 /* Return the MIME type */
38 #define MAGIC_CONTINUE 0x0000020 /* Return all matches */
39 #define MAGIC_CHECK 0x0000040 /* Print warnings to stderr */
40 #define MAGIC_PRESERVE_ATIME 0x0000080 /* Restore access time on exit */
41 #define MAGIC_RAW 0x0000100 /* Don't convert unprintable chars */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-c200-v1.dts22 memory@0 {
24 reg = <0x00000000 0x20000000>;
29 pinctrl-0 = <&pmx_buttons>;
59 pinctrl-0 = <&pmx_poweroff>;
66 pinctrl-0 = <&pmx_leds>;
69 led-0 {
174 reg = <0x30>;
179 reg = <0x4c>;
195 partition@0 {
197 reg = <0x0000000 0x200000>;
[all …]
H A Darmada-370-c200-v2.dts27 reg = <0x00000000 0x40000000>; /* 1024 MB */
31 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
32 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000
33 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>;
61 pinctrl-0 = <&pmx_beeper>;
68 pinctrl-0 = <&pmx_poweroff>;
75 pinctrl-0 = <&pmx_buttons>;
93 gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
105 pinctrl-0 = <&pmx_leds1 &pmx_leds2>;
108 led-0 {
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8548cds.dtsi36 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/sbin/routed/
H A Ddefs.h47 * do not advertise if ipforwarding=0
103 #define EPOCH NEVER /* bias time by this to avoid <0 */
123 #define INADDR_ALLROUTERS_GROUP 0xe0000002 /* 224.0.0.2 */
127 #define MIN_PreferenceLevel 0x80000000
162 # define RS_IF 0x001 /* for network interface */
163 # define RS_NET_INT 0x002 /* authority route */
164 # define RS_NET_SYN 0x004 /* fake net route for subnet */
166 # define RS_SUBNET 0x008 /* subnet route from any source */
167 # define RS_LOCAL 0x010 /* loopback for pt-to-pt */
168 # define RS_MHOME 0x020 /* from -m */
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_p11.c139 memset(&mechanism, 0, sizeof(mechanism)); in p11_rsa_private_encrypt()
177 memset(&mechanism, 0, sizeof(mechanism)); in p11_rsa_private_decrypt()
225 new_method = RSA_meth_new("hx509 PKCS11 PKCS#1 RSA", 0); in get_p11_rsa_pkcs1_method()
273 hx509_set_error_string(context, 0, HX509_PKCS11_NO_MECH, in p11_mech_info()
278 if (i == 0) { in p11_mech_info()
279 hx509_set_error_string(context, 0, HX509_PKCS11_NO_MECH, in p11_mech_info()
283 slot->mechs.list = calloc(i, sizeof(slot->mechs.list[0])); in p11_mech_info()
285 hx509_set_error_string(context, 0, ENOMEM, in p11_mech_info()
292 hx509_set_error_string(context, 0, HX509_PKCS11_NO_MECH, in p11_mech_info()
301 hx509_set_error_string(context, 0, ENOMEM, in p11_mech_info()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c52 #define ACL_SYNCHRONIZE_SET_DENY 0x0000001
53 #define ACL_SYNCHRONIZE_SET_ALLOW 0x0000002
54 #define ACL_SYNCHRONIZE_ERR_DENY 0x0000004
55 #define ACL_SYNCHRONIZE_ERR_ALLOW 0x0000008
57 #define ACL_WRITE_OWNER_SET_DENY 0x0000010
58 #define ACL_WRITE_OWNER_SET_ALLOW 0x0000020
59 #define ACL_WRITE_OWNER_ERR_DENY 0x0000040
60 #define ACL_WRITE_OWNER_ERR_ALLOW 0x0000080
62 #define ACL_DELETE_SET_DENY 0x0000100
63 #define ACL_DELETE_SET_ALLOW 0x0000200
[all …]
/freebsd/usr.sbin/ctladm/
H A Dctladm.c123 CTLADM_ARG_NONE = 0x0000000,
124 CTLADM_ARG_AUTOSENSE = 0x0000001,
125 CTLADM_ARG_DEVICE = 0x0000002,
126 CTLADM_ARG_ARRAYSIZE = 0x0000004,
127 CTLADM_ARG_BACKEND = 0x0000008,
128 CTLADM_ARG_CDBSIZE = 0x0000010,
129 CTLADM_ARG_DATALEN = 0x0000020,
130 CTLADM_ARG_FILENAME = 0x0000040,
131 CTLADM_ARG_LBA = 0x0000080,
132 CTLADM_ARG_PC = 0x0000100,
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c130 #define HAVE_LOG2 0
163 #define SQLITE_OS_OTHER 0
166 #define SQLITE_ENABLE_LOCKING_STYLE 0
170 #define OS_VXWORKS 0
213 ** value of 0 means that compiler is not being used. The
215 ** optimizations, and hence set all compiler macros to 0
227 # define GCC_VERSION 0
232 # define MSVC_VERSION 0
240 # if MSVC_VERSION==0 || MSVC_VERSION>=1800
243 # define SQLITE_HAVE_C99_MATH_FUNCS (0)
[all …]