Home
last modified time | relevance | path

Searched full:eg (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/freebsd-src/crypto/openssl/test/
H A Dproxy.cnf15 organizationName = Organization Name (eg, company)
17 0.commonName = Common Name (eg, YOUR name)
19 1.commonName = Common Name (eg, YOUR name)
21 2.commonName = Common Name (eg, YOUR name)
40 organizationName = Organization Name (eg, company)
42 0.commonName = Common Name (eg, YOUR name)
44 1.commonName = Common Name (eg, YOUR name)
46 2.commonName = Common Name (eg, YOUR name)
48 3.commonName = Common Name (eg, YOUR name)
H A Dca-and-certs.cnf16 organizationName = Organization Name (eg, company)
18 commonName = Common Name (eg, YOUR name)
/freebsd-src/sys/kern/
H A Dsubr_eventhandler.c145 struct eventhandler_entry_generic *eg; in eventhandler_register() local
148 eg = malloc(sizeof(struct eventhandler_entry_generic), M_EVENTHANDLER, in eventhandler_register()
150 eg->func = func; in eventhandler_register()
151 eg->ee.ee_arg = arg; in eventhandler_register()
152 eg->ee.ee_priority = priority; in eventhandler_register()
154 return (eventhandler_register_internal(list, name, &eg->ee)); in eventhandler_register()
169 struct eventhandler_entry_generic_vimage *eg; in vimage_eventhandler_register() local
172 eg = malloc(sizeof(struct eventhandler_entry_generic_vimage), in vimage_eventhandler_register()
174 eg->func = iterfunc; in vimage_eventhandler_register()
175 eg->v_ee.func = func; in vimage_eventhandler_register()
[all …]
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h189 * eg, P2ALIGN(1200, 1024) == 1024 (1*align)
190 * eg, P2ALIGN(1024, 1024) == 1024 (1*align)
191 * eg, P2ALIGN(0x1234, 0x100) == 0x1200 (0x12*align)
192 * eg, P2ALIGN(0x5600, 0x100) == 0x5600 (0x56*align)
199 * eg, P2PHASE(0x1234, 0x100) == 0x34 (x-0x12*align)
200 * eg, P2PHASE(0x5600, 0x100) == 0x00 (x-0x56*align)
207 * eg, P2NPHASE(0x1234, 0x100) == 0xcc (0x13*align-x)
208 * eg, P2NPHASE(0x5600, 0x100) == 0x00 (0x56*align-x)
214 * eg, P2ROUNDUP(0x1234, 0x100) == 0x1300 (0x13*align)
215 * eg, P2ROUNDUP(0x5600, 0x100) == 0x5600 (0x56*align)
[all …]
/freebsd-src/sys/geom/eli/
H A Dg_eli_integrity.c146 /* Sectorsize of decrypted provider eg. 4096. */ in g_eli_auth_read_done()
148 /* The real sectorsize of encrypted provider, eg. 512. */ in g_eli_auth_read_done()
151 /* Number of sectors from decrypted provider, eg. 2. */ in g_eli_auth_read_done()
153 /* Number of sectors from encrypted provider, eg. 18. */ in g_eli_auth_read_done()
182 /* Sectorsize of decrypted provider eg. 4096. */ in g_eli_auth_read_done()
184 /* The real sectorsize of encrypted provider, eg. 512. */ in g_eli_auth_read_done()
186 /* Number of data bytes in one encrypted sector, eg. 480. */ in g_eli_auth_read_done()
188 /* Number of sectors from decrypted provider, eg. 2. */ in g_eli_auth_read_done()
190 /* Number of sectors from encrypted provider, eg. 18. */ in g_eli_auth_read_done()
192 /* Last sector number in every big sector, eg. 9. */ in g_eli_auth_read_done()
[all …]
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h245 * eg, P2ALIGN(1200, 1024) == 1024 (1*align)
246 * eg, P2ALIGN(1024, 1024) == 1024 (1*align)
247 * eg, P2ALIGN(0x1234, 0x100) == 0x1200 (0x12*align)
248 * eg, P2ALIGN(0x5600, 0x100) == 0x5600 (0x56*align)
254 * eg, P2PHASE(0x1234, 0x100) == 0x34 (x-0x12*align)
255 * eg, P2PHASE(0x5600, 0x100) == 0x00 (x-0x56*align)
262 * eg, P2NPHASE(0x1234, 0x100) == 0xcc (0x13*align-x)
263 * eg, P2NPHASE(0x5600, 0x100) == 0x00 (0x56*align-x)
269 * eg, P2ROUNDUP(0x1234, 0x100) == 0x1300 (0x13*align)
270 * eg, P2ROUNDUP(0x5600, 0x100) == 0x5600 (0x56*align)
[all …]
/freebsd-src/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes2.cnf38 localityName = Locality Name (eg, city)
41 organizationName = Organization Name (eg, company)
45 organizationalUnitName = Organizational Unit Name (eg, section)
49 commonName = Common Name (eg, YOUR name)
/freebsd-src/contrib/netbsd-tests/crypto/libcrypto/conf/
H A Dd_conf_ssleay.cnf63 Attribute_text_3 = Locality Name (eg, city)
66 Attribute_text_4 = Organization Name (eg, company)
70 Attribute_text_5 = Organizational Unit Name (eg, section)
74 Attribute_text_6 = Common Name (eg, YOUR name)
H A Dd_conf.out54 [req] Attribute_text_6=Common Name (eg, YOUR name)
59 [req] Attribute_text_3=Locality Name (eg, city)
65 [req] Attribute_text_4=Organization Name (eg, company)
88 [req] Attribute_text_5=Organizational Unit Name (eg, section)
/freebsd-src/crypto/openssl/
H A DREADME-ENGINES.md56 that are specific to a given ENGINE (eg. for a particular hardware
139 wish to use, and the ENGINE provider (eg. hardware vendor) is providing
188 normal. Eg. if ENGINE "foo" is implemented in the shared-library
221 pair and the value can sometimes be omitted (eg. the "LOAD" command).
224 their own syntax for making that separation (eg. a win32 registry
228 Eg. if an ENGINE implementation requires a smart-card to be inserted
277 flags (and syntax) being used to build normally. Eg;
287 eg. "tmp_atalla.o"
298 previous section. Eg. from the top-level directory, you might try
/freebsd-src/lib/libsecureboot/
H A DREADME.rst70 eg. ``ta_openpgp.asc``.
79 Eg.::
99 ``t*.pem`` eg. ``ta_rsa.pem``.
135 Eg. for ``ta_openpgp.asc`` we use ``vc_openpgp.asc``
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h341 /// Represents construction into a simple local variable, eg. T var(123);.
342 /// If a variable has an initializer, eg. T var = makeT();, then the final
359 /// with a single constructor, eg. T var = makeT();. Such construction context
413 /// via a constructor initializer, eg. T(): field(123) { ... }.
430 /// via a constructor initializer, with a single constructor, eg.
462 /// eg. new T(123);.
482 /// Represents a temporary object, eg. T(123), that does not immediately cross
509 /// used after construction, eg. by binding to a reference (lifetime
603 /// function by value, eg. return t; or return T(123);. In this case there is
622 /// function by value, eg. return t; or return T(123); in C++17.
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Dvexpress-sysreg.txt83 (eg. 1 for clock generator, 2 for voltage regulators etc.)
84 - second cell of each group defines device number (eg. osc 0,
86 - some functions (eg. energy meter, with its 64 bit long counter)
/freebsd-src/sys/contrib/device-tree/Bindings/security/tpm/
H A Dtpm-i2c.txt5 - compatible : 'manufacturer,model', eg. nuvoton,npct650
6 - label : human readable string describing the device, eg. "tpm"
/freebsd-src/sys/dev/ow/
H A Dowll_if.m93 device_t lldev; /* Link Level device (eg bridge) */
111 device_t lldev; /* Link Level device (eg bridge) */
129 device_t lldev; /* Link Level device (eg bridge) */
153 device_t lldev; /* Link level device (eg bridge) */
/freebsd-src/contrib/ofed/include/
H A Dudma_barrier.h50 to the local CPU's view of the system. Eg if the local CPU
56 The ordering guarantee is always stated between those two streams. Eg what
69 eg
117 from the device - eg by reading a MMIO register or seeing that CPU memory is
184 This must also act as a barrier that prevents write combining, eg
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.kshlib175 # eg: mirror-2 --> mirror
176 # eg: draid2:4d:12c:1s-0 --> draid2
202 # eg: check_pool_config pool1 "mirror c0t0d0s0 c0t1d0s0 log c1t1d0s0"
258 # eg: wait_for_pool_config pool1 "mirror c0t0d0s0 c0t1d0s0" 60
/freebsd-src/share/examples/ipfilter/
H A Dexamples.txt29 is travelling through a network interface. Eg:
44 each rule include it for clarity. Eg:
55 Masks). This package provides several ways to do this. Eg:
79 in a filter rule. Eg:
92 port restrictions. Eg:
187 Eg:
207 those given, does it match. Eg:
289 pings (for example) to work. Eg:
/freebsd-src/contrib/unbound/util/
H A Drfc_1982.h46 * compiler optimization (eg. by avoiding a-b<0 comparisons).
55 * compiler optimization (eg. by avoiding a-b<0 comparisons).
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc29 "eg: malloc/delete, new/free, new/delete[], etc.")
42 "returning NULL in otherwise non-fatal error scenarios, eg: OOM, "
/freebsd-src/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py39 this class -- not user properties (eg "user:prop") or userspace
40 properties (eg "userquota@joe")."""
116 Raises a ZFSError if the dataset can't be accessed (eg
/freebsd-src/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd9576-pmic.yaml65 the maximum timeout. Eg. if pinging watchdog is not done within this time
68 Eg. if watchdog is pinged sooner than that the watchdog will trigger.
/freebsd-src/stand/i386/loader/
H A Dhelp.i38634 confused, eg. by a mix of SCSI and IDE disks, or IDE disks with
35 gaps in the sequence (eg. no primary slave), the unit number can be
/freebsd-src/crypto/openssl/apps/
H A Dopenssl-vms.cnf175 localityName = Locality Name (eg, city)
177 0.organizationName = Organization Name (eg, company)
181 #1.organizationName = Second Organization Name (eg, company)
184 organizationalUnitName = Organizational Unit Name (eg, section)
/freebsd-src/crypto/openssl/crypto/engine/
H A DREADME.md37 selection, eg. in SSL/TLS, or by user-controllable configuration.
65 RSA functions (eg. "RSA_free(RSA_new());") will result in large quantities of
140 a change is made to the pile, eg. perhaps an ENGINE was unloaded. The reason is
190 (a STACK). When a cleanup callback is next registered (eg. if the cleanup() is

12345678910>>...28