Home
last modified time | relevance | path

Searched full:assigns (Results 1 – 25 of 258) sorted by relevance

1234567891011

/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py48 assigns contains (name, value) pairs.
50 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/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h400 * vidtv_psi_sdt_service_assign - Assigns the service loop to the SDT.
413 * vidtv_psi_desc_assign - Assigns a descriptor loop at some point
423 * vidtv_pmt_desc_assign - Assigns a descriptor loop at some point in a PMT section.
437 * vidtv_sdt_desc_assign - Assigns a descriptor loop at some point in a SDT.
451 * vidtv_psi_pat_program_assign - Assigns the program loop to the PAT.
463 * vidtv_psi_pmt_stream_assign - Assigns the stream loop to the PAT.
793 * vidtv_psi_eit_event_assign - Assigns the event loop to the EIT.
/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/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/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-trace.h44 /* The function that assigns values to the above declared
138 /* The function that assigns values to the above declared
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMPEG-SSG14 customers, employees, agents, transferees, successors, and assigns.
H A DCommunity-Spec-1.0222 its Affiliates, assigns, agents, and successors in interest.
262 Licensee includes its Affiliates, assigns, agents, and successors in
/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/u-boot/arch/x86/include/asm/
H A Dpci.h29 * This function assigns IRQ for a PCI device. If the device does not exist
/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/litmus-tests/rcu/
H A DRCU+sync+free.litmus11 * period assigns a pointer, and the writes following the grace period destroy
/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/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h165 * After being notified, the code assigns the highest resource eviction priority
180 * After being notified, the code assigns the highest resource eviction priority
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c29 * mask because the compiler assigns the register at RB. in signal_action_handler()
/openbmc/linux/include/linux/
H A Dof_reserved_mem.h73 * This function assigns respective DMA-mapping operations based on the first
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth_trace.h52 /* The function that assigns values to the above declared fields */
/openbmc/linux/sound/hda/ext/
H A Dhdac_ext_stream.c291 * This assigns the stream based on the type (coupled/host/link), for the
292 * given PCM substream, assigns it and returns the stream object
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_common.h61 * including any extra padding, it with memset() and then assigns initial
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dpci.txt15 If present this property assigns a fixed PCI domain number to a host bridge,
/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py104 # This just assigns tests in a round-robin fashion. On one hand this
/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/sound/soc/intel/atom/sst/
H A Dsst_pvt.c331 * this function assigns a private id for calls that dont have stream
333 * uses bits for the id, and finds first free bits and assigns that
/openbmc/linux/drivers/pnp/
H A Dmanager.c252 * pnp_assign_resources - assigns resources to the device based on the specified dependent number
305 * pnp_auto_config_dev - automatically assigns resources to a device
/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp136 /* @brief This function assigns a mask controlling responses to AEN from a

1234567891011