Home
last modified time | relevance | path

Searched full:it (Results 1 – 25 of 8386) sorted by relevance

12345678910>>...336

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-Fix-list-traversal-issue-in-client_calc_layer.patch8 itself already being freed, or it pointing to a freed area). Avoid this
25 GList *it;
31 - for (it = stacking_list; it; it = g_list_next(it))
32 + for (it = list; it; it = g_list_next(it))
33 if (window_layer(it->data) <= OB_STACKING_LAYER_FULLSCREEN) break;
40 - for (it = stacking_list; it; it = g_list_next(it))
41 + for (it = list; it; it = g_list_next(it))
42 if (window_layer(it->data) <= OB_STACKING_LAYER_FULLSCREEN) break;
46 !WINDOW_AS_CLIENT(it->data)->visited)
47 client_calc_layer_internal(it->data);
[all …]
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-class-watchdog
/openbmc/linux/Documentation/process/
Dmanagement-style.rst
/openbmc/linux/drivers/accessibility/speakup/
DKconfig
/openbmc/linux/Documentation/translations/it_IT/process/
Dprogramming-language.rst
/openbmc/linux/Documentation/filesystems/
Dhpfs.rst
Dpath-lookup.rst
Dconfigfs.rst
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp63 auto it = values.find("AdministrativeState"); in Manager() local
64 if (it == values.end()) in Manager()
76 const auto& state = std::get<std::string>(it->second); in Manager()
173 if (auto it = interfacesByIdx.find(info.intf.idx); in createInterface() local
174 it != interfacesByIdx.end()) in createInterface()
176 if (info.intf.name && *info.intf.name != it->second->interfaceName()) in createInterface()
178 interfaces.erase(it->second->interfaceName()); in createInterface()
179 interfacesByIdx.erase(it); in createInterface()
183 it->second->updateInfo(info.intf); in createInterface()
189 auto it = interfaces.find(*info.intf.name); in createInterface() local
[all …]
/openbmc/linux/Documentation/admin-guide/pm/
Dcpuidle.rst
Dsleep-states.rst
/openbmc/linux/Documentation/filesystems/caching/
Dnetfs-api.rst
/openbmc/linux/net/netfilter/ipvs/
DKconfig
/openbmc/linux/drivers/misc/vmw_vmci/
Dvmci_route.c
/openbmc/linux/Documentation/userspace-api/media/dvb/
Dfrontend-stat-properties.rst
/openbmc/linux/tools/testing/selftests/bpf/progs/
Diters_num.c
/openbmc/linux/Documentation/security/keys/
Drequest-key.rst
/openbmc/linux/fs/smb/client/
Ddfs_cache.h
/openbmc/phosphor-pid-control/examples/
H A DREADME7 configuration is to specify how it can be read and if it's a fan, how the PID
17 The only requirement for a sensor is that it isn't writeonly. Only fans are
37 * If it has "/xyz/openbmc_project/extsensors/" in it, it's an EXTERNAL or
39 * If it has "/xyz/openbmc_project/" in it, it's a sensor whose value is
41 * If it has "/sys/" in it, it's a sensor read directly from sysfs.
45 * If it has "/sys/" in it, it's a sensor written to sysfs.
46 * If min and max are non-zero, it'll convert the value to within the range.
47 and output that modified value. So, if it receives a value of .90 and min
48 is 0, and max is 255, it'll convert that to a value of 229.5 that is then
/openbmc/linux/Documentation/driver-api/usb/
Dpersist.rst
/openbmc/linux/Documentation/fb/
Dmatroxfb.rst
/openbmc/linux/Documentation/power/
Dswsusp.rst
/openbmc/linux/lib/
Ddec_and_lock.c
/openbmc/u-boot/doc/
H A DREADME.u-boot_on_efi16 Trying it out
31 - You have EFI running on a board but U-Boot does not natively support it
36 requires it in order to provide support
53 memory and type 'help' but that is about it.
64 for that board. It will be either 32-bit or 64-bit. Alternatively, you can
89 Trying it out
91 QEMU is an emulator and it can emulate an x86 machine. Please make sure your
99 Add -nographic if you want to use the terminal for output. Once it starts
104 To try it on real hardware, put u-boot-app.efi on a suitable boot medium,
105 such as a USB stick. Then you can type something like this to start it:
[all …]
/openbmc/phosphor-mboxd/Documentation/
H A Dmbox_protocol.md44 update it on each BMC generation, have all the quirks for all the flash
51 3. It's very hard to support "BMC reboots" when doing that
53 4. It's slow
56 risk. It means the host can access any address on the BMC internal bus and
60 flash too as nothing can be trusted. So we want to disable it.
80 window and which offset into the flash it maps.
83 0x3000\_0000) or it can be a window to a RAM image of a flash. It doesn't have
85 it to various parts of the flash) but if it's set to map the actual flash
86 controller space at 0x3000\_0000, it's probably simpler to make it the full
87 flash. The host makes no assumption, it's your choice what to provide. The
[all …]

12345678910>>...336