Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 1364) sorted by relevance

12345678910>>...55

/openbmc/openbmc/meta-security/recipes-perl/perl/files/
H A Dlibwhisker2.patch32 - my $where=$DESTDIR . $Config{'man3direxp'};
33 + my $where=$DESTDIR . $MANDIR;
41 - my $where=$DESTDIR . $Config{'man3direxp'};
42 + my $where=$DESTDIR . $MANDIR;
50 - my $where=$DESTDIR . $Config{'installsitelib'};
51 + my $where=$DESTDIR . $INSTALLDIR;
52 if(!-e $where){
59 - my $where=$DESTDIR . $Config{'installsitelib'};
60 + my $where=$DESTDIR . $INSTALLDIR;
61 chdir($where);
[all …]
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/
H A Dvolatile-binds.service.in2 Description=Bind mount volatile @where@
8 ConditionPathExists=@where@
9 ConditionPathIsReadWrite=!@where@
15 ExecStart=/sbin/mount-copybind @what@ @where@
16 ExecStop=/bin/umount @where@
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py181 where = {}
184 where[c] = condition[c.key]
186 return [(k == v) for k, v in where.items()]
213 update(Config).where(Config.name == name).values(value=value)
229 select(Config.value).where(Config.name == name).scalar_subquery(),
232 return select(Config.value).where(Config.name == name).scalar_subquery()
235 result = await self._execute(select(Config.value).where(Config.name == name))
255 .where(
277 .where(
291 select(UnihashesV3).where(UnihashesV3.unihash == unihash).limit(1)
[all …]
H A Dsqlite.py101 where = {}
104 where[c] = condition[c]
106 return where, " AND ".join("%s=:%s" % (k, k) for k in where.keys())
340 where, clause = _make_condition_statement(columns, condition)
341 if where:
343 cursor.execute(query, where)
386 where, clause = _make_condition_statement(UNIHASH_TABLE_COLUMNS, condition)
389 if where:
396 where,
/openbmc/u-boot/drivers/pci/
H A Dpci_gt64120.c45 int where, u32 *data) in gt_config_access() argument
61 PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), where, *data); in gt_config_access()
69 addr |= (where / 4) << GT_PCI0_CFGADDR_REGNUM_SHF; in gt_config_access()
110 PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), where, *data); in gt_config_access()
116 int where, u32 *value) in gt_read_config_dword() argument
121 return gt_config_access(gt, PCI_ACCESS_READ, dev, where, value); in gt_read_config_dword()
125 int where, u32 value) in gt_write_config_dword() argument
130 return gt_config_access(gt, PCI_ACCESS_WRITE, dev, where, &data); in gt_write_config_dword()
H A Dpci_msc01.c29 int where, u32 *data) in msc01_config_access() argument
45 ((where / 4) << MSC01_PCI_CFGADDR_RNUM_SHF), in msc01_config_access()
65 int where, u32 *value) in msc01_read_config_dword() argument
70 return msc01_config_access(msc01, PCI_ACCESS_READ, dev, where, value); in msc01_read_config_dword()
74 int where, u32 value) in msc01_write_config_dword() argument
79 return msc01_config_access(gt, PCI_ACCESS_WRITE, dev, where, &data); in msc01_write_config_dword()
H A Dpcie_imx.c313 static uint32_t get_bus_address(pci_dev_t d, int where) in get_bus_address() argument
332 va_address += (where & ~0x3); in get_bus_address()
378 int where, u32 *val) in imx_pcie_read_config() argument
389 va_address = get_bus_address(d, where); in imx_pcie_read_config()
407 int where, u32 val) in imx_pcie_write_config() argument
416 va_address = get_bus_address(d, where); in imx_pcie_write_config()
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Didentify-component.rst7 so the first step is to identify the component where the issue likely lies.
16 explain where to report issues, where to send changes and how to contact the
22 where questions can be sent if you can’t work out where something should go.
24 :term:`Poky` is a commonly used “combination” repository where multiple
/openbmc/u-boot/include/
H A Dpci.h591 int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *);
592 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *);
593 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *);
594 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8);
595 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16);
596 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32);
612 pci_dev_t, int where, u8 *), in pci_set_ops() argument
614 pci_dev_t, int where, u16 *), in pci_set_ops()
616 pci_dev_t, int where, u32 *), in pci_set_ops()
618 pci_dev_t, int where, u8), in pci_set_ops()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dvfork.patch22 fprintf(where,
33 fprintf(where,
43 fprintf(where,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch7 point pkkconfig into recipe sysroot where it will find all the
25 -dnl tell pkgconfig to look in the same prefix where we're installing this to,
26 -dnl as that is likely where libpurple will be found if it is not in the default
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dapply_local_src_patches.bbclass1 # This class is to be inherited by recipes where there are patches located inside
5 # LOCAL_SRC_PATCHES_INPUT_DIR is the directory from where the patches are located
6 # LOCAL_SRC_PATCHES_DEST_DIR is the directory where the patches will be applied
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/
H A D0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch28 // where S stands for size (int, long, struct...)
29 // where T stands for type ('f','v','X'...)
30 // where N stands for NR (NumbeR)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cbindgen/cbindgen/
H A D0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch28 // where S stands for size (int, long, struct...)
29 // where T stands for type ('f','v','X'...)
30 // where N stands for NR (NumbeR)
/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo-c/
H A D0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch28 // where S stands for size (int, long, struct...)
29 // where T stands for type ('f','v','X'...)
30 // where N stands for NR (NumbeR)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSoundex4 is given where credit is due, is hereby granted. You may make modifications
5 where you see fit but leave this copyright somewhere visible. As well, try
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dearly_uart.c52 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32() argument
56 addr = CONFIG_PCIE_ECAM_BASE | dev | (where & ~3); in x86_pci_write_config32()
/openbmc/u-boot/arch/x86/cpu/braswell/
H A Dearly_uart.c47 static void x86_pci_write_config32(int dev, unsigned int where, u32 value) in x86_pci_write_config32() argument
51 addr = CONFIG_PCIE_ECAM_BASE | dev | (where & ~3); in x86_pci_write_config32()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dropwatch/
H A Ddropwatch_1.5.4.bb1 SUMMARY = "Dropwatch is a utility to diagnose where packets are getting dropped"
5 ability to diagnose where packets are getting dropped."
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/
H A Dgtkdoc.patch1 Update the GTK_DOC_CHECK invocation to specify where the
4 This is needed so that gtkdocize as run by autopoint knows where the
/openbmc/u-boot/drivers/video/bridge/
H A DKconfig6 another. For example, where the SoC only supports eDP and the LCD
17 LVDS capability, or where LVDS requires too many signals to route
27 or where LVDS requires too many signals to route on the PCB.
/openbmc/qemu/scripts/coccinelle/
H A Dqobject.cocci1 // Use QDict macros where they make sense
28 // Use QList macros where they make sense
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A DREADME16 (where the '*' indicates the position of the tab of the switch.)
26 (where the '*' indicates the position of the tab of the switch.)
64 (where XXX is:
92 ...where 0x80000 is the filesize rounded up to
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/
H A D0001-thorvg-fix-build-with-gcc-15.patch11 * not needed with latest master where it was resolved differently in
16 Upstream-Status: Pending [not needed with latest master where it was resolved differently in fc5c15…
/openbmc/openbmc-test-automation/network/
H A Dtest_cable_pull_recover.robot9 # DEVICE_HOST The network device hostname or IP where the ports will
13 # PORT_NUMBER The switch port where the server is connected (e.g.
48 # port_number The switch port where the server is connected (e.g.

12345678910>>...55