Home
last modified time | relevance | path

Searched full:everything (Results 1 – 25 of 2614) sorted by relevance

12345678910>>...105

/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py11 2 - Create an instance of the Everything class from the
12 native python type instance(s) with the Everything.load
14 3 - The Everything class constructor orchestrates conversion of the
235 factory = Everything.classmap(self.rpolicy["type"])
242 factory = Everything.classmap(m["type"])
251 class Everything(Renderer): class
290 factory = Everything.classmap(x["class"])
317 return Everything(**objs)
323 super(Everything, self).__init__(**kw)
391 function = getattr(Everything.load(args), valid_commands[args.command])
/openbmc/linux/include/uapi/linux/
H A Dlibc-compat.h65 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
74 /* Linux headers included first, and we must define everything
82 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
120 /* Linux headers included first, and we must define everything
170 * or we are being included in the kernel, then define everything
188 /* Everything up to IFF_DYNAMIC, matches net/if.h until glibc 2.23 */
/openbmc/linux/Documentation/driver-api/
H A Disa.rst61 everything was found to be present and accounted for. If it wanted the
64 do everything in .probe() as before.
70 values have been passed in) and .probe() for everything else. This is
97 do that with everything being internal, so isa_register_driver() abuses
110 everything is backed out again and the error, or -ENODEV, is returned.
/openbmc/qemu/tests/functional/
H A Dtest_multiprocess.py21 '/releases/31/Everything/x86_64/os/images/pxeboot/vmlinuz'),
26 '/releases/31/Everything/x86_64/os/images/pxeboot/initrd.img'),
31 '/releases/31/Everything/aarch64/os/images/pxeboot/vmlinuz'),
36 '/releases/31/Everything/aarch64/os/images/pxeboot/initrd.img'),
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_rdonly_maps.c27 /* prevent compiler to optimize everything out */ in skip_loop()
46 /* prevent compiler to optimize everything out */ in part_loop()
65 /* prevent compiler to optimize everything out */ in full_loop()
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A Drsyncd.conf12 #[everything]
14 # comment = Everything except /etc exposed
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Damlogic,meson-uart.yaml16 "Everything-Else" power domain.
43 - description: Everything-Else power domain UART controller
51 - description: Everything-Else power domain UART controller on G12A SoCs
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/files/
H A Dima_policy_appraise_all2 … measure policy (http://sourceforge.net/p/linux-ima/wiki/Home/#measure-nothing-appraise-everything)
4 # Do not measure anything, but appraise everything
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DParity-7.0.043 …ce code is available under this license or another license that allows everything this license doe…
59 The contributor licenses you to do everything with this software that would otherwise infringe thei…
63 The contributor licenses you to do everything with this software that would otherwise infringe any …
H A DBlueOak-1.0.021 Each contributor licenses you to do everything with this
42 Each contributor licenses you to do everything with this
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py7 2 - Create an instance of the Everything class from the
8 native python type instance(s) with the Everything.load
10 3 - The Everything class constructor orchestrates conversion of the
536 class Everything(Renderer): class
562 interfaces, interface_composite = Everything.get_interfaces(
568 ) = Everything.get_interfaces(
577 return Everything(
640 super(Everything, self).__init__(**kw)
725 function = getattr(Everything.load(args), valid_commands[args.command])
/openbmc/linux/arch/loongarch/include/asm/
H A Dswitch_to.h32 * That is, everything following __switch_to() will be skipped for new threads.
33 * So everything that matters to new threads should be placed before __switch_to().
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctapi-common/
H A Dctapi-common_1.1-14.bb7 SRC_URI = "https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/sourc…
8 …https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/23/Everything/source/SRPMS/c/…
/openbmc/linux/drivers/soc/amlogic/
H A DKconfig41 tristate "Amlogic Meson Everything-Else Power Domains driver"
48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
/openbmc/linux/drivers/gpu/drm/i915/
H A DTODO.txt19 refcounts, caching, ... on everything.
25 here, treating everything else as a fixed platform. i915_sw_fence concepts
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgp10b.c30 nvkm_wr32(device, 0x000200, 0xffffffff); /* everything on */ in gp10b_mc_init()
31 nvkm_wr32(device, 0x00020c, 0xffffffff); /* everything out of ELPG */ in gp10b_mc_init()
/openbmc/linux/arch/um/drivers/
H A Dstderr_console.c9 /* trivial console driver -- simply dump everything to stderr */
53 * there is no added value in dumping everything to stderr, and the
/openbmc/linux/arch/arm64/kvm/
H A Dnested.c36 /* Support everything but TME, O.S. and Range TLBIs */ in access_nested_id_reg()
42 /* Support everything but PtrAuth and Spec Invalidation */ in access_nested_id_reg()
91 /* Support everything */ in access_nested_id_reg()
/openbmc/qemu/tests/qemu-iotests/
H A D06656 # zero clusters) and discard everything. Everything should now read as 0.
151 # Try to overwrite everything: This should reuse the whole range. To test that
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c114 /* fallback treats everything as BPF_PROG_TYPE_SYSCALL program to test in test_custom_sec_handlers()
144 /* now attempt to load everything */ in test_custom_sec_handlers()
149 /* now try to auto-attach everything */ in test_custom_sec_handlers()
/openbmc/linux/security/
H A DKconfig.hardening95 bool "zero-init everything passed by reference (very strong)"
113 bool "pattern-init everything (strongest)"
117 Initializes everything on the stack (including padding)
132 bool "zero-init everything (strongest and safest)"
136 Initializes everything on the stack (including padding)
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c120 /* Everything is pinned, nothing should happen */ in igt_evict_something()
135 /* Everything is unpinned, we should be able to evict something */ in igt_evict_something()
207 /* Everything is pinned, nothing should happen */ in igt_evict_for_vma()
219 /* Everything is unpinned, we should be able to evict the node */ in igt_evict_for_vma()
340 /* Fill the GGTT with pinned objects and try to evict everything. */ in igt_evict_vm()
346 /* Everything is pinned, nothing should happen */ in igt_evict_vm()
/openbmc/linux/arch/arm/kernel/
H A Dhead-inflate-data.c22 * allocation is available. Everything must be allocated on the stack and
28 * area possible. And because everything is statically allocated on the
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dimages.rst67 - ``core-image-lsb-sdk``: A ``core-image-lsb`` that includes everything
98 everything in the cross-toolchain. The image also includes
113 everything in the cross-toolchain. The image also includes
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_close_unittest.cpp28 * everything looks right. in TEST_F()
59 * handler, and it's closed and everything looks right. in TEST_F()

12345678910>>...105