/freebsd/sys/kern/ |
H A D | subr_eventhandler.c | 145 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/crypto/openssl/test/ |
H A D | proxy.cnf | 15 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 D | ca-and-certs.cnf | 16 organizationName = Organization Name (eg, company) 18 commonName = Common Name (eg, YOUR name)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 116 PPC_LNX_FEATURE("arch_2_05","CPU supports ISA 205 (eg, POWER6)",PPCF_ARCH205,0x00001000,PPC_FAWORD_… 117 PPC_LNX_FEATURE("arch_2_06","CPU supports ISA 206 (eg, POWER7)",PPCF_ARCH206,0x00000100,PPC_FAWORD_… 118 PPC_LNX_FEATURE("arch_2_07","CPU supports ISA 207 (eg, POWER8)",PPCF_ARCH207,0x80000000,PPC_FAWORD_… 119 PPC_LNX_FEATURE("arch_3_00","CPU supports ISA 30 (eg, POWER9)",PPCF_ARCH30,0x00800000,PPC_FAWORD_HW… 120 PPC_LNX_FEATURE("arch_3_1","CPU supports ISA 31 (eg, POWER10)",PPCF_ARCH31,0x00040000,PPC_FAWORD_HW… 139 PPC_LNX_FEATURE("notb","CPU does not have a timebase (eg, 601 and 403gx)",PPCF_NOTB,0x00100000,PPC_… 141 PPC_LNX_FEATURE("power4","CPU supports ISA 200 (eg, POWER4)",PPCF_POWER4,0x00080000,PPC_FAWORD_HWCA… 142 PPC_LNX_FEATURE("power5","CPU supports ISA 202 (eg, POWER5)",PPCF_POWER5,0x00040000,PPC_FAWORD_HWCA… 143 PPC_LNX_FEATURE("power5+","CPU supports ISA 203 (eg, POWER5+)",PPCF_POWER5P,0x00020000,PPC_FAWORD_H… 144 PPC_LNX_FEATURE("power6x","CPU supports ISA 205 (eg, POWER6) extended opcodes mffgpr and mftgpr.",P… [all …]
|
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes2.cnf | 38 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/contrib/netbsd-tests/crypto/libcrypto/conf/ |
H A D | d_conf_ssleay.cnf | 63 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 D | d_conf.out | 54 [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/crypto/openssh/ |
H A D | ssh-ecdsa.c | 63 EC_GROUP *eg = NULL; in sshkey_ecdsa_fixup_group() local 80 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL) in sshkey_ecdsa_fixup_group() 82 if (EC_GROUP_cmp(g, eg, NULL) == 0) in sshkey_ecdsa_fixup_group() 84 EC_GROUP_free(eg); in sshkey_ecdsa_fixup_group() 85 eg = NULL; in sshkey_ecdsa_fixup_group() 91 EC_GROUP_set_asn1_flag(eg, OPENSSL_EC_NAMED_CURVE); in sshkey_ecdsa_fixup_group() 92 if (EC_KEY_set_group(ec, eg) != 1 || in sshkey_ecdsa_fixup_group() 99 EC_GROUP_free(eg); in sshkey_ecdsa_fixup_group()
|
H A D | README.platform | 27 locations (eg IBM's OpenSSL and zlib packages) then you will need to 28 define the environment variable blibpath before running configure, eg
|
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/ |
H A D | tpm-i2c.txt | 5 - compatible : 'manufacturer,model', eg. nuvoton,npct650 6 - label : human readable string describing the device, eg. "tpm"
|
/freebsd/stand/i386/loader/ |
H A D | help.i386 | 34 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/sys/contrib/device-tree/Bindings/arm/ |
H A D | vexpress-sysreg.txt | 83 (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)
|
H A D | vexpress-scc.txt | 18 eg. for Coretile Express A15x2 A7x3 (V2P-CA15_A7):
|
/freebsd/sys/dev/ow/ |
H A D | owll_if.m | 93 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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags.inc | 29 "eg: malloc/delete, new/free, new/delete[], etc.") 42 "returning NULL in otherwise non-fatal error scenarios, eg: OOM, "
|
/freebsd/share/examples/ipfilter/ |
H A D | Makefile | 10 ftp-proxy ftppxy nat-setup nat.eg server tcpstate
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | marvell,orion5x.txt | 4 Boards with a SoC of the Marvell Orion family, eg 88f5181
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | xlnx-rtc.txt | 11 - interrupt-names: interrupt line names eg. "sec" "alarm"
|
/freebsd/sys/contrib/device-tree/Bindings/fsi/ |
H A D | fsi-master-gpio.txt | 13 functions (eg, external FSI masters)
|
H A D | fsi-master-ast-cf.txt | 15 functions (eg, external FSI masters)
|
/freebsd/contrib/googletest/ |
H A D | fake_fuchsia_sdk.bzl | 3 This is needed since bazel queries on targets that depend on //:gtest (eg:
|
/freebsd/contrib/bzip2/ |
H A D | words3 | 10 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
|
/freebsd/crypto/openssl/apps/ |
H A D | openssl.cnf | 176 localityName = Locality Name (eg, city) 178 0.organizationName = Organization Name (eg, company) 182 #1.organizationName = Second Organization Name (eg, company) 185 organizationalUnitName = Organizational Unit Name (eg, section)
|
H A D | openssl-vms.cnf | 175 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/sys/contrib/device-tree/Bindings/mfd/ |
H A D | aspeed-scu.txt | 40 not backwards compatible one in eg. the 2600.
|