Home
last modified time | relevance | path

Searched refs:assigns (Results 1 – 25 of 66) sorted by relevance

123

/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py50 def __init__(self, words, redirs, assigns): argument
53 self.assigns = list(assigns)
426 words, redirs, assigns = [], [], []
435 assigns.append(sube)
441 cmd = SimpleCommand(words, redirs, assigns)
722 if v.assigns:
723 assigns = [tuple(a[1]) for a in v.assigns]
724 name += ['assigns', map(str, assigns)]
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/
H A Dfix-ldblibdir.patch2 $ldblibdir exists. If not, it assigns ldblibdir with ${libdir}/ldb. It is not
/openbmc/linux/Documentation/litmus-tests/rcu/
H A DRCU+sync+free.litmus11 * period assigns a pointer, and the writes following the grace period destroy
/openbmc/docs/designs/
H A Dunique-hostname.md31 To solve this, we are proposing a service which assigns a unique hostname to the
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dapp-pri.rst22 device assigns a medium priority, compatible with earlier versions of
H A Dformat.rst38 assigns a logical stream (video data, VBI data etc.) exclusively to one
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rpmsg21 starts listening on one end of a channel, it assigns it with
39 starts listening on one end of a channel, it assigns it with
/openbmc/linux/net/netfilter/ipvs/
H A DKconfig213 The destination hashing scheduling algorithm assigns network
223 The source hashing scheduling algorithm assigns network
234 Google's Maglev hashing algorithm as a IPVS scheduler. It assigns
252 The shortest expected delay scheduling algorithm assigns network
/openbmc/linux/Documentation/virt/acrn/
H A Dio-request.rst92 d. The worker looks for the PENDING I/O requests, assigns them to different
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dpci.txt15 If present this property assigns a fixed PCI domain number to a host bridge,
H A Dfaraday,ftpci100.yaml30 variant) interrupts assigns the default interrupt mapping/swizzling has
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi_multiple_interfaces.robot6 # So,assigns and verifies the combination of network mode in interfaces.
/openbmc/linux/Documentation/networking/
H A Dj1939.rst191 In order to send data, a ``bind(2)`` must have been successful. ``bind(2)`` assigns a
230 The ``bind(2)`` system call assigns the local address, i.e. the source address when
238 On the other hand ``connect(2)`` assigns the remote address, i.e. the destination
/openbmc/linux/Documentation/driver-api/
H A Dslimbus.rst55 Each device has a 6-byte enumeration-address and the manager assigns every
H A Dconnector.rst62 When registering new callback user, connector core assigns
H A Dmen-chameleon-bus.rst98 The current implementation assigns exactly one memory and one IRQ resource
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DAOM-Patent-License-1.06 Licensor, on behalf of itself and successors in interest and assigns,
/openbmc/linux/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst52 Based on config, firmware assigns VFs to each of the PFs.
53 - Also assigns MSIX vectors to each of PF and VFs.
/openbmc/linux/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst166 The driver assigns a single MSI-X vector per queue pair (for both Tx
167 and Rx directions). The driver assigns an additional dedicated MSI-X vector
/openbmc/linux/Documentation/sound/designs/
H A Dtracepoints.rst109 interface of hardware. Basically, each driver can assigns a proper
/openbmc/u-boot/board/freescale/mx6qarm2/
H A Dimximage_mx6dl.cfg190 * on your board, and replace 4 delay register assigns with resulted values
/openbmc/linux/Documentation/core-api/
H A Dpadata.rst167 call each time it assigns a job chunk to a thread. Then, define the thread
/openbmc/linux/Documentation/hwmon/
H A Dw83627ehf.rst219 documentation assigns different behavior to bits 7
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py443 return None, chain(value.words, (assign[1] for assign in value.assigns))
/openbmc/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst66 not only discovers devices but also assigns them a dynamic address.

123