Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1476 def ProcessOneEntry(factory, newstruct, entry): argument
1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1535 newentry = factory.EntryVarBytes(entry_type, name, tag)
1537 newentry = factory.EntryInt(entry_type, name, tag)
1539 newentry = factory.EntryInt(entry_type, name, tag, bits=64)
1541 newentry = factory.EntryString(entry_type, name, tag)
1546 newentry = factory.EntryStruct(entry_type, name, tag, res.group("name"))
1563 newentry = factory.EntryArray(newentry)
1573 def ProcessStruct(factory, data): argument
1577 newstruct = factory.Struct(tokens[1])
[all …]
/freebsd/contrib/libevent/
H A Devent_rpcgen.py1476 def ProcessOneEntry(factory, newstruct, entry): argument
1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1535 newentry = factory.EntryVarBytes(entry_type, name, tag)
1537 newentry = factory.EntryInt(entry_type, name, tag)
1539 newentry = factory.EntryInt(entry_type, name, tag, bits=64)
1541 newentry = factory.EntryString(entry_type, name, tag)
1546 newentry = factory.EntryStruct(entry_type, name, tag, res.group("name"))
1563 newentry = factory.EntryArray(newentry)
1573 def ProcessStruct(factory, data): argument
1577 newstruct = factory.Struct(tokens[1])
[all …]
/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Dmt7621-gnubee-gb-pc1.dts77 factory: partition@40000 { label
78 label = "factory";
H A Dgardena_smart_gateway_mt7688.dts158 factory: partition@c0000 { label
159 label = "factory";
204 mediatek,mtd-eeprom = <&factory 0x0000>;
H A Dmt7621-gnubee-gb-pc2.dts97 factory: partition@40000 { label
98 label = "factory";
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-gl-mv1000.dts101 factory: partition@f8000 { label
102 label = "factory";
225 &factory {
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt7629-rfb.dts27 label = "factory";
129 factory: partition@70000 { label
130 label = "factory";
H A Dmt7623a-rfb-emmc.dts48 button-factory {
49 label = "factory";
H A Dmt7623a-rfb-nand.dts48 button-factory {
49 label = "factory";
H A Dmt7623n-rfb-emmc.dts63 button-factory {
64 label = "factory";
H A Dmt7623n-bananapi-bpi-r2.dts94 button-factory {
95 label = "factory";
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp104 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory) in ThreadRegistry() argument
105 : ThreadRegistry(factory, UINT32_MAX, UINT32_MAX, 0) {} in ThreadRegistry()
107 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument
109 : context_factory_(factory), in ThreadRegistry()
H A Dsanitizer_thread_registry.h91 ThreadRegistry(ThreadContextFactory factory);
92 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si570.txt19 - factory-fout: Factory set default frequency. This frequency is part specific.
40 factory-fout = <156250000>;
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.txt46 mediatek,mtd-eeprom = <&factory 0x8000>;
65 mediatek,mtd-eeprom = <&factory 0x0000>;
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-kizbox3_common.dtsi141 u-boot-factory@160000 {
142 label = "u-boot-factory";
366 /* export overkiz u-boot mode/version and factory */
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-threads.pod79 A separate, although related, issue is modifying "factory" objects
83 In this specific case, and probably for factory methods in general, it is
84 not safe to modify the factory object after it has been used to create
/freebsd/contrib/tzdata/
H A Dfactory1 # tzdb data for noncommittal factory settings
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drt1011.txt29 u32. This is r0 calibration data which was measured in factory mode.
/freebsd/sys/contrib/device-tree/src/arm/xilinx/
H A Dzynq-zc770-xm013.dts56 factory-fout = <156250000>;
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3326-odroid-go2.dts46 factory-internal-resistance-micro-ohms = <180000>;
H A Drk3328-roc-pc.dts20 /* This button is unpopulated out of the factory. */
H A Drk3566-anbernic-rg353vs.dts26 factory-internal-resistance-micro-ohms = <117000>;
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h209 Factory *factory;
233 : factory(f), left(l), right(r), height(height), IsMutable(true), in ImutAVLTree()
338 factory->Cache[factory->maskCacheIndex(computeDigest())] = next; in destroy()
344 factory->freeNodes.push_back(this); in destroy()
/freebsd/share/zoneinfo/
H A DMakefile56 factory northamerica southamerica

1234