Home
last modified time | relevance | path

Searched full:become (Results 1 – 25 of 1608) sorted by relevance

12345678910>>...65

/openbmc/qemu/docs/devel/testing/
H A Dci-runners.rst.inc60 options such as ``--become``, ``--become-method``, ``--become-user``
61 and ``--ask-become-pass``.
/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/
H A D__init__.py2 Ask new choice values when they become visible.
4 If new choice values are added with new dependency, and they become
/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/
H A D__init__.py3 Ask new choice values when they become visible.
5 If new choice values are added with new dependency, and they become
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst104 then an attempt to become one will return the ``EBUSY`` error code
130 is an exclusive follower. You cannot become a follower if
139 the exclusive follower then an attempt to become one will return
140 the ``EBUSY`` error code. You cannot become a follower if
152 follower then an attempt to become one will return the ``EBUSY`` error
153 code. You cannot become a follower if :ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>`
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_resets.robot22 [Documentation] Check IPMI warm reset and wait for BMC to become online.
28 [Documentation] Check IPMI cold reset and wait for BMC to become online.
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py93 # Save off become user temporarily because auth() resets it
94 become = self.saved_become_user
97 if become:
98 await self.become_user(become)
281 result = await self.invoke({"become-user": {"username": username}})
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock_addr.sh14 echo -n "Wait for testing IPv4/IPv6 to become available "
22 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
H A Dtest_skb_cgroup_id.sh10 echo -n "Wait for testing link-local IP to become available "
19 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
H A Dtest_tcp_check_syncookie.sh12 printf "Wait for IP %s to become available " "$1"
21 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
/openbmc/qemu/target/riscv/
H A Dtime_helper.c86 * and become zero which is less than UINT64_MAX. Now, the timer in riscv_timer_write_timecmp()
88 * become 1 when time = timecmp = UINT64_MAX and next timer tick in riscv_timer_write_timecmp()
89 * it will become 0 again because time = 0 < timecmp = UINT64_MAX. in riscv_timer_write_timecmp()
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Duncore-interconnect.json3 …location. Aperture requests (snoops) appear as NC decoded internally and become coherent (snoop L3…
7 …location. Aperture requests (snoops) appear as NC decoded internally and become coherent (snoop L3…
/openbmc/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst7 may become inconsistent with data on other member disks. If the array is also
31 and the journaling drive does not become a bottleneck or a single point of
/openbmc/linux/Documentation/filesystems/
H A Dubifs.rst30 4 Eraseblocks become worn out after some number of erase cycles -
33 5 Eraseblocks may become bad (only on NAND flashes) and software should
34 deal with this. Blocks on hard drives typically do not become bad,
/openbmc/qemu/util/
H A Dlockcnt.c152 * become nonzero until the next qemu_lockcnt_unlock.
201 * become nonzero until the next qemu_lockcnt_unlock.
332 * It is impossible for the counter to become nonzero while the mutex
360 * It is impossible for the counter to become nonzero while the mutex
H A Dstats64.c107 * high before low. The value may become higher temporarily, but in stat64_min_slow()
136 * high before low. The value may become lower temporarily, but in stat64_max_slow()
/openbmc/linux/include/linux/
H A Dkref.h104 * structure. Furthermore, RCU implementations become extremely tricky.
107 * the lookup structure and RCU lookups become trivial.
H A Dlcd.h87 /* stable time needing to become lcd power on. */
89 /* stable time needing to become lcd power off. */
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-tegra.c102 dev_err(mgbe->dev, "timeout waiting for TX lane to become enabled\n"); in tegra_mgbe_resume()
146 dev_err(mgbe->dev, "timeout waiting for RX calibration to become enabled\n"); in mgbe_uphy_lane_bringup_serdes_up()
178 dev_err(mgbe->dev, "timeout waiting for link to become ready\n"); in mgbe_uphy_lane_bringup_serdes_up()
341 dev_err(mgbe->dev, "timeout waiting for TX lane to become enabled\n"); in tegra_mgbe_probe()
/openbmc/linux/arch/arm/mach-imx/
H A Dplatsmp.c52 * which may be present or become present in the system.
97 * which may be present or become present in the system.
/openbmc/linux/Documentation/arch/x86/
H A Dtlb.rst32 4. The microarchitecture. The TLB has become a multi-level
33 cache on modern CPUs, and the global flushes have become more
/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h212 * @fs_offset: offset relative to the enclave base to become FS
214 * @gs_offset: offset relative to the enclave base to become GS
216 * @fs_limit: size to become a new FS-limit (only 32-bit enclaves)
217 * @gs_limit: size to become a new GS-limit (only 32-bit enclaves)
/openbmc/linux/fs/squashfs/
H A Dcache.c72 * go to sleep waiting for one to become available. in squashfs_cache_get()
123 * waiting for it to become available. in squashfs_cache_get()
147 * go to sleep waiting for it to become available. in squashfs_cache_get()
182 * If there's any processes waiting for a block to become in squashfs_cache_put()
/openbmc/linux/drivers/iio/adc/
H A Dad7606_par.c31 * become unaligned, but some glitch or electrostatic discharge might in ad7606_par16_read_block()
65 * become unaligned, but some glitch or electrostatic discharge might in ad7606_par8_read_block()
/openbmc/openpower-hw-diags/
H A Dmain.cpp108 // openpower-hw-diags will become our daemon (it will not exit in main()
114 // It may take some time for the listener to become ready, in main()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinmux-node.yaml46 pin controller instances, naming each pin and function can easily become
82 "function" properties can quickly escalate and become hard to write and

12345678910>>...65