Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1476 def ProcessOneEntry(factory, newstruct, entry): argument
1537 newentry = factory.EntryInt(entry_type, name, tag)
1541 newentry = factory.EntryString(entry_type, name, tag)
1563 newentry = factory.EntryArray(newentry)
1573 def ProcessStruct(factory, data): argument
1577 newstruct = factory.Struct(tokens[1])
1681 def Parse(factory, filep): argument
1695 entities.extend(ProcessStruct(factory, data))
1841 self.factory = CCodeGenerator()
1879 factory = self.factory
[all …]
/freebsd-14.2/contrib/libevent/
H A Devent_rpcgen.py1476 def ProcessOneEntry(factory, newstruct, entry): argument
1537 newentry = factory.EntryInt(entry_type, name, tag)
1541 newentry = factory.EntryString(entry_type, name, tag)
1563 newentry = factory.EntryArray(newentry)
1573 def ProcessStruct(factory, data): argument
1577 newstruct = factory.Struct(tokens[1])
1681 def Parse(factory, filep): argument
1695 entities.extend(ProcessStruct(factory, data))
1841 self.factory = CCodeGenerator()
1879 factory = self.factory
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd.yaml52 pre-programmed by the factory. Some flashes might provide both.
58 - factory-otp
89 compatible = "factory-otp";
/freebsd-14.2/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-gl-mv1000.dts101 factory: partition@f8000 { label
102 label = "factory";
227 &factory {
/freebsd-14.2/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-14.2/sys/contrib/device-tree/src/arm/
H A Dmt7629-rfb.dts27 label = "factory";
129 factory: partition@70000 { label
130 label = "factory";
H A Dat91-kizbox3_common.dtsi141 u-boot-factory@160000 {
142 label = "u-boot-factory";
366 /* export overkiz u-boot mode/version and factory */
H A Dmt7623a-rfb-emmc.dts48 button-factory {
49 label = "factory";
H A Dzynq-zc770-xm013.dts56 factory-fout = <156250000>;
H A Dmt7623a-rfb-nand.dts48 button-factory {
49 label = "factory";
H A Dmt7623n-rfb-emmc.dts63 button-factory {
64 label = "factory";
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/net/wireless/
H A Dmediatek,mt76.txt46 mediatek,mtd-eeprom = <&factory 0x8000>;
65 mediatek,mtd-eeprom = <&factory 0x0000>;
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dbattery.yaml84 factory-internal-resistance-micro-ohms:
85 description: battery factory internal resistance
161 factory-internal-resistance-micro-ohms = <250000>;
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/sound/
H A Drt1011.txt29 u32. This is r0 calibration data which was measured in factory mode.
H A Dmaxim,max98390.yaml27 description: This is r0 calibration data which was measured in factory mode.
/freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/
H A Dapple,efuses.yaml10 Apple SoCs such as the M1 contain factory-programmed eFuses used to e.g. store
/freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3326-odroid-go2.dts46 factory-internal-resistance-micro-ohms = <180000>;
/freebsd-14.2/contrib/tzdata/
H A Dfactory1 # tzdb data for noncommittal factory settings
/freebsd-14.2/sys/contrib/device-tree/Bindings/reset/
H A Dti,tps380x-reset.yaml16 reset input (MR). The RESET output remains asserted for the factory

1234