Home
last modified time | relevance | path

Searched +full:1 +full:eb (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dintel,ixp4xx-expansion-bus-controller.yaml33 maxItems: 1
49 const: 1
61 intel,ixp4xx-eb-t1:
66 intel,ixp4xx-eb-t2:
71 intel,ixp4xx-eb-t3:
76 intel,ixp4xx-eb-t4:
81 intel,ixp4xx-eb-t5:
86 intel,ixp4xx-eb-cycle-type:
88 chip select. 0 = Intel cycles, 1 = Motorola cycles, 2 = HPI cycles.
90 enum: [0, 1, 2]
[all …]
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-arcom-vulcan.dts16 #address-cells = <1>;
17 #size-cells = <1>;
55 intel,ixp4xx-eb-t3 = <3>;
56 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
57 intel,ixp4xx-eb-write-enable = <1>;
71 intel,ixp4xx-eb-t3 = <1>;
72 intel,ixp4xx-eb-t4 = <2>;
73 intel,ixp4xx-eb-ahb-split-transfers = <1>;
74 intel,ixp4xx-eb-write-enable = <1>;
75 intel,ixp4xx-eb-byte-access = <1>;
[all …]
H A Dintel-ixp4xx-reference-design.dtsi31 #address-cells = <1>;
56 * command byte = 1 and address byte = 2 from the device
62 intel,ixp4xx-eb-t1 = <0>;
63 intel,ixp4xx-eb-t2 = <0>;
64 intel,ixp4xx-eb-t3 = <1>; // 1 cycle extra strobe phase
65 intel,ixp4xx-eb-t4 = <0>;
66 intel,ixp4xx-eb-t5 = <0>;
67 intel,ixp4xx-eb-cycle-type = <0>; // Intel cycle type
68 intel,ixp4xx-eb-byte-access-on-halfword = <0>;
69 intel,ixp4xx-eb-mux-address-and-data = <0>;
[all …]
H A Dintel-ixp42x-gateworks-gw2348.dts15 #address-cells = <1>;
16 #size-cells = <1>;
46 #address-cells = <1>;
72 intel,ixp4xx-eb-write-enable = <1>;
82 ide@1,0 {
89 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase
90 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase
91 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase
92 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase
93 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
[all …]
H A Dintel-ixp43x-gateworks-gw2358.dts13 #address-cells = <1>;
14 #size-cells = <1>;
46 #address-cells = <1>;
85 intel,ixp4xx-eb-write-enable = <1>;
105 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase
106 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase
107 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase
108 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase
109 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
110 intel,ixp4xx-eb-cycle-type = <0>; // Intel cycle type
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dintel,ixp4xx-expansion-peripheral-props.yaml18 intel,ixp4xx-eb-t1:
23 intel,ixp4xx-eb-t2:
28 intel,ixp4xx-eb-t3:
33 intel,ixp4xx-eb-t4:
38 intel,ixp4xx-eb-t5:
43 intel,ixp4xx-eb-cycle-type:
45 chip select. 0 = Intel cycles, 1 = Motorola cycles, 2 = HPI cycles.
47 enum: [0, 1, 2]
49 intel,ixp4xx-eb-byte-access-on-halfword:
52 enum: [0, 1]
[all …]
H A Dintel,ixp4xx-expansion-bus-controller.yaml33 maxItems: 1
49 const: 1
81 #size-cells = <1>;
83 <1 0x0 0x51000000 0x01000000>;
85 <1 0x0 0x51000000 0x01000000>;
90 intel,ixp4xx-eb-t3 = <3>;
91 intel,ixp4xx-eb-cycle-type = <0>;
92 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
93 intel,ixp4xx-eb-write-enable = <1>;
94 intel,ixp4xx-eb-byte-access = <0>;
[all …]
/freebsd/sbin/hastd/
H A Dhast_proto.c14 * 1. Redistributions of source code must retain the above copyright
82 struct ebuf *eb; in hast_proto_send() local
90 ret = -1; in hast_proto_send()
107 eb = nv_hton(nv); in hast_proto_send()
108 if (eb == NULL) in hast_proto_send()
112 hdr.size = htole32((uint32_t)ebuf_size(eb)); in hast_proto_send()
113 if (ebuf_add_head(eb, &hdr, sizeof(hdr)) == -1) in hast_proto_send()
116 hptr = ebuf_data(eb, &hsize); in hast_proto_send()
117 if (proto_send(conn, hptr, hsize) == -1) in hast_proto_send()
119 if (data != NULL && proto_send(conn, dptr, size) == -1) in hast_proto_send()
[all …]
/freebsd/contrib/sendmail/src/
H A Derr.c200 if (tTd(54, 1))
249 if (tTd(0, 1))
341 sm_exc_raisenew_x(&EtypeQuickAbort, 1);
429 sm_exc_raisenew_x(&EtypeQuickAbort, 1);
545 ** 10 characters ([245].[0-9]{1,3}.[0-9]{1,3})
548 ** -1 -- no SMTP reply code.
567 return -1;
569 return -1;
715 errtxt += l + 1;
828 if (!((*s == '2' || *s == '4' || *s == '5') && s[1] == '.'))
[all …]
/freebsd/secure/caroot/untrusted/
H A Dthawte_Primary_Root_CA.pem30 59:37:fc:0b:33:19:c2:77:7f:cc:10:2d:95:34:1c:
31 e6:eb:4d:09:a7:1c:d2:b8:c9:97:36:02:b7:89:d4:
32 24:5f:06:c0:cc:44:94:94:8d:02:62:6f:eb:5a:dd:
34 38:a0:e2:d5:54:44:eb:1d:07:9f:07:ba:6f:ee:e9:
35 fd:4e:0b:29:f5:3e:84:a0:01:f1:9c:ab:f8:1c:7e:
38 2e:e9:04:e8:62:87:de:2b:c8:d7:4e:c1:4c:64:1e:
39 dd:cf:87:58:ba:4a:4f:ca:68:07:1d:1c:9d:4a:c6:
40 d5:2f:91:cc:7c:71:72:1c:c5:c0:67:eb:32:fd:c9:
42 91:1f:97:6a:52:cb:de:09:36:a4:77:d8:7b:87:50:
43 44:d5:3e:6e:29:69:fb:39:49:26:1e:09:a5:80:7b:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp32 .Case("v8.1a", "v8.1-a") in getArchSynonym()
43 .Case("v9.1a", "v9.1-a") in getArchSynonym()
50 .Case("v8.1m.main", "v8.1-m.main") in getArchSynonym()
74 // AArch64 uses "_be", not "eb" suffix. in getCanonicalArchName()
75 if (A.contains("eb")) in getCanonicalArchName()
81 // Ex. "armebv7", move past the "eb". in getCanonicalArchName()
82 if (offset != StringRef::npos && A.substr(offset, 2) == "eb") in getCanonicalArchName()
84 // Or, if it ends with eb ("armv7eb"), chop it off. in getCanonicalArchName()
85 else if (A.ends_with("eb")) in getCanonicalArchName()
98 if (A.size() >= 2 && (A[0] != 'v' || !std::isdigit(A[1]))) in getCanonicalArchName()
[all …]
/freebsd/contrib/netbsd-tests/ipf/input/
H A Dni193 4500 0040 e3fc 4000 4006 1a0b c0a8 7103
17 4500 0028 e3fd 4000 4006 1a22 c0a8 7103
23 4500 002d e3fe 4000 4006 1a1c c0a8 7103
42 4500 0040 e3ff 4000 4006 1a08 c0a8 7103
44 b012 8000 1e85 0000 0204 05b4 0103 0300
56 4500 0030 e400 4000 4006 1a17 c0a8 7103
78 0a01 0101 0202 03f1 915a a5c5 6523 90eb
84 0a01 0101 0202 03f1 915a a5c5 6523 90eb
89 4500 0028 e403 4000 4006 1a1c c0a8 7103
90 0a01 0104 03f1 0202 6523 90eb 915a a5c6
[all …]
H A Dni203 4500 0040 e3fc 4000 4006 1a0b c0a8 7103
17 4500 0028 e3fd 4000 4006 1a22 c0a8 7103
23 4500 002d e3fe 4000 4006 1a1c c0a8 7103
42 4500 0040 e3ff 4000 4006 1a08 c0a8 7103
44 b012 8000 1e85 0000 0204 05b4 0103 0300
56 4500 0030 e400 4000 4006 1a17 c0a8 7103
78 c0a8 7103 0202 03f1 915a a5c5 6523 90eb
84 c0a8 7103 0202 03f1 915a a5c5 6523 90eb
89 4500 0028 e403 4000 4006 1a1c c0a8 7103
90 0a01 0104 03f1 0202 6523 90eb 915a a5c6
[all …]
/freebsd/secure/caroot/trusted/
H A DDigiCert_Assured_ID_Root_CA.pem18 0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39
34 3c:a8:a2:ef:6a:fb:21:f2:52:61:df:9f:20:d7:1f:
36 47:cd:a1:36:f9:6b:7f:d4:b0:38:3e:c1:1b:c3:8c:
44 7e:1c:0e:b0:b4:92:a6:56:b3:bd:b2:97:ed:aa:a7:
45 f0:b7:c5:a8:3f:95:16:d0:ff:a1:96:eb:08:5f:18:
54 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
56 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
60 32:e4:42:75:62:ae:87:eb:f2:d5:d9:de:56:b3:9f:cc:ce:14:
62 69:1a:a8:47:ea:56:c6:79:ab:12:d8:67:81:84:df:7f:09:3c:
64 1f:e9:65:ef:87:e0:df:c1:67:49:b3:5d:eb:b2:09:2a:eb:26:
[all …]
H A DTunTrust_Root_CA.pem31 da:f6:06:a9:4f:1f:b4:f9:0b:1f:39:8c:9a:20:d0:
33 d4:a3:0a:b2:6c:1b:eb:49:2c:3e:ac:5d:d8:94:03:
34 a0:ec:34:e5:30:c4:35:7d:fb:26:4d:1b:6e:30:54:
38 fe:ea:9d:1d:85:72:ec:11:bb:35:e8:1f:27:bf:c1:
40 d5:83:19:1a:85:d1:94:97:d7:ca:a3:65:0b:f3:38:
41 f9:02:ae:dd:f6:67:cf:c9:3f:f5:8a:2c:47:1a:99:
42 6f:05:0d:fd:d0:1d:82:31:fc:29:cc:00:58:97:91:
43 4c:80:00:1c:33:85:96:2f:cb:41:c2:8b:10:84:c3:
44 09:24:89:1f:b5:0f:d9:d9:77:47:18:92:94:60:5c:
47 07:db:60:62:fe:ec:10:6e:da:68:01:f4:83:1b:a9:
[all …]
H A DQuoVadis_Root_CA_3_G3.pem18 2e:f5:9b:02:28:a7:db:7a:ff:d5:a3:a9:ee:bd:03:a0:cf:12:6a:1d
31 ca:ac:ee:b3:76:9d:7a:e9:8b:1b:ab:6b:31:db:fa:
32 0b:53:4c:af:c5:a5:1a:79:3c:8a:4c:ff:ac:df:25:
34 83:3b:a6:64:4b:32:89:fb:16:16:38:7e:eb:43:e2:
36 85:9d:71:3c:de:a3:cb:c0:32:f3:01:39:20:43:1b:
39 be:1b:6f:01:21:10:b9:fd:a9:d2:28:ca:10:39:09:
43 4d:6f:af:ce:c4:45:13:91:14:70:06:8f:1f:9f:f8:
44 87:69:b1:0e:ef:c3:89:19:eb:ea:1c:61:fc:7a:6c:
47 97:1b:6b:90:c5:02:90:93:66:02:21:b1:47:de:8b:
49 c4:a7:b4:04:44:eb:47:fb:e6:58:b9:f7:0c:f0:7b:
[all …]
/freebsd/lib/libutil/
H A Dkinfo_getfile.c17 char *buf, *bp, *eb; in kinfo_getfile() local
23 mib[1] = KERN_PROC; in kinfo_getfile()
39 /* Pass 1: count items */ in kinfo_getfile()
42 eb = buf + len; in kinfo_getfile()
43 while (bp < eb) { in kinfo_getfile()
57 eb = buf + len; in kinfo_getfile()
60 while (bp < eb) { in kinfo_getfile()
H A Dkinfo_getvmmap.c17 char *buf, *bp, *eb; in kinfo_getvmmap() local
23 mib[1] = KERN_PROC; in kinfo_getvmmap()
39 /* Pass 1: count items */ in kinfo_getvmmap()
42 eb = buf + len; in kinfo_getvmmap()
43 while (bp < eb) { in kinfo_getvmmap()
57 eb = buf + len; in kinfo_getvmmap()
60 while (bp < eb) { in kinfo_getvmmap()
/freebsd/crypto/heimdal/lib/wind/
H A Dbidi.c10 * 1. Redistributions of source code must retain the above copyright
44 const struct range_entry *eb = (const struct range_entry*)b; in range_entry_cmp() local
46 if (ea->start >= eb->start && ea->start < eb->start + eb->len) in range_entry_cmp()
48 return ea->start - eb->start; in range_entry_cmp()
87 return 1; in _wind_stringprep_testbidi()
88 if (!is_ral(in[0]) || !is_ral(in[in_len - 1])) in _wind_stringprep_testbidi()
89 return 1; in _wind_stringprep_testbidi()
H A Derrorlist.c10 * 1. Redistributions of source code must retain the above copyright
44 const struct error_entry *eb = (const struct error_entry*)b; in error_entry_cmp() local
46 if (ea->start >= eb->start && ea->start < eb->start + eb->len) in error_entry_cmp()
48 return ea->start - eb->start; in error_entry_cmp()
75 return 1; in _wind_stringprep_prohibited()
/freebsd/tests/sys/cddl/zfs/tests/largest_pool/
H A Dlargest_pool.cfg30 export VOLSIZES=${VOLSIZES-"2pb 5pb 10pb 2eb 5eb 8eb 9eb"}
33 # a volume that great than 1TB on 32-bit
35 # - max volume size is 1TB on 32-bit systems (s10u2)
38 export VOL_LIMIT_KEYWORD1="1TB on 32-bit"
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dni2023 4500 0028 7ce9 4000 4006 8136 0a01 0104 c0a8 7103 0202 03f1 915a a5c5 6523 90eb 5010 05b4 3a4e 0000
25 4500 0029 7ceb 4000 4006 8133 0a01 0104 c0a8 7103 0202 03f1 915a a5c5 6523 90eb 5018 05b4 3a45 0000…
27 4500 0028 e403 4000 4006 f373 c0a8 7103 c0a8 7104 03f1 0202 6523 90eb 915a a5c6 5010 832c 962c 0000
29 4500 002c 7ced 4000 4006 812e 0a01 0104 c0a8 7103 0202 03f1 915a a5c6 6523 90eb 5018 05b4 64c7 0000…
33 4500 0028 7cef 4000 4006 8130 0a01 0104 c0a8 7103 0202 03f1 915a a5ca 6523 90eb 5011 05b4 3a48 0000
52 192.168.113.4,192.168.113.3 -> 10.1.1.4,0.0.0.0 (use = 1)
57 List of groups configured (set 1)
60 1 pass in quick on bge0 proto tcp from any to any port = 514 flags S/FSRPAU keep state
63 Rules configured (set 1, in)
64 Rules configured (set 1, out)
[all …]
/freebsd/contrib/wpa/src/tls/
H A Dpkcs1.c2 * PKCS #1 (RSA Encryption)
26 * PKCS #1 v1.5, 8.1: in pkcs1_generate_encryption_block()
28 * EB = 00 || BT || PS || 00 || D in pkcs1_generate_encryption_block()
31 * (BT=0: PS=0x00, BT=1: PS=0xff, BT=2: PS=pseudorandom non-zero) in pkcs1_generate_encryption_block()
36 wpa_printf(MSG_DEBUG, "PKCS #1: %s - Invalid buffer " in pkcs1_generate_encryption_block()
41 return -1; in pkcs1_generate_encryption_block()
53 case 1: in pkcs1_generate_encryption_block()
59 wpa_printf(MSG_DEBUG, "PKCS #1: %s - Failed to get " in pkcs1_generate_encryption_block()
61 return -1; in pkcs1_generate_encryption_block()
70 wpa_printf(MSG_DEBUG, "PKCS #1: %s - Unsupported block type " in pkcs1_generate_encryption_block()
[all …]
H A Dpkcs5.c41 oid->oid[0] == 1 /* iso */ && in oid_is_rsadsi()
42 oid->oid[1] == 2 /* member-body */ && in oid_is_rsadsi()
52 oid->oid[4] == 1 /* pkcs */ && in pkcs5_is_oid()
71 oid->oid[4] == 1 /* pkcs */ && in pkcs12_is_pbe_oid()
73 oid->oid[6] == 1 /* pkcs-12PbeIds */ && in pkcs12_is_pbe_oid()
113 return -1; in pkcs5_get_params_pbes2()
122 return -1; in pkcs5_get_params_pbes2()
131 return -1; in pkcs5_get_params_pbes2()
141 return -1; in pkcs5_get_params_pbes2()
152 * iterationCount INTEGER (1..MAX), in pkcs5_get_params_pbes2()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h74 static unsigned getTombstoneKey() { return ~1U; } in getTombstoneKey()
156 static bool classof(const Expression *EB) { in classof() argument
157 ExpressionType ET = EB->getExpressionType(); in classof()
280 static bool classof(const Expression *EB) { in classof() argument
281 return EB->getExpressionType() > ET_MemoryStart && in classof()
282 EB->getExpressionType() < ET_MemoryEnd; in classof()
314 static bool classof(const Expression *EB) { in classof() argument
315 return EB->getExpressionType() == ET_Call; in classof()
346 static bool classof(const Expression *EB) { in classof() argument
347 return EB->getExpressionType() == ET_Load; in classof()
[all …]

12345678910>>...20