| /openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/ |
| H A D | no-desktop.patch | 7 diff --git a/data/pcmanfm-desktop-pref.desktop b/data/pcmanfm-desktop-pref.desktop 9 --- a/data/pcmanfm-desktop-pref.desktop.in 10 +++ b/data/pcmanfm-desktop-pref.desktop.in 11 @@ -7,3 +7,4 @@ Exec=pcmanfm --desktop-pref
|
| /openbmc/openbmc/meta-google/recipes-google/networking/files/ |
| H A D | gbmc-ip-monitor-test.sh | 104 ::1 dev lo proto kernel metric 256 pref medium 105 fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium 106 fe80::/64 dev eno2 proto kernel metric 100 pref medium 115 [ROUTE]::1 dev lo proto kernel metric 256 pref medium 116 [ROUTE]fd01:ff2:5687:4::/64 dev eno2 proto ra metric 100 pref medium 117 [ROUTE]fe80::/64 dev eno2 proto kernel metric 100 pref medium
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pcie_layerscape.c | 146 struct pci_region *io, *mem, *pref; in ls_pcie_setup_atu() local 171 pci_get_regions(pcie->bus, &io, &mem, &pref); in ls_pcie_setup_atu() 189 if (pref) in ls_pcie_setup_atu() 190 pref->phys_start = (pref->phys_start & in ls_pcie_setup_atu() 212 if (pref) in ls_pcie_setup_atu() 216 pref->phys_start + offset, in ls_pcie_setup_atu() 217 pref->bus_start, in ls_pcie_setup_atu() 218 pref->size); in ls_pcie_setup_atu()
|
| H A D | pci_tegra.c | 804 struct pci_region *io, *mem, *pref; local 816 count = pci_get_regions(bus, &io, &mem, &pref); 830 fpci = (((pref->phys_start >> 12) & 0x0fffffff) << 4) | 0x1; 831 size = pref->size; 832 axi = pref->phys_start;
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | providers.py | 84 for pref in sorted(priorities[pri]): 85 tmp_pref.extend(priorities[pri][pref]) 366 pref = pns[prefervar] 367 eligible.remove(pref) 368 eligible = [pref] + eligible 369 preferred.append(pref)
|
| /openbmc/openbmc/poky/meta/recipes-support/libfm/ |
| H A D | libfm_1.3.2.bb | 36 ${bindir}/libfm-pref-apps \ 38 ${datadir}/applications/libfm-pref-apps.desktop \
|
| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | gbmc-ncsi-br-deprecated-ips.sh.in | 129 ip -6 rule del to "$pfx/76" pref $GBMC_INTF_ROUTE_TABLE_BASE lookup main 2>/dev/null || true 130 ip -6 rule del from "$pfx/76" pref $rt lookup $rt 2>/dev/null || true 145 ip -6 rule add to "$pfx/76" pref $GBMC_INTF_ROUTE_TABLE_BASE lookup main || st=$? 146 ip -6 rule add from "$pfx/76" pref $rt lookup $rt || st=$?
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | multilib_global.bbclass | 154 for pref in prefixes: 155 extramp.append(translate_provide(pref, p)) 160 for pref in prefixes: 161 virtprovs.append(translate_provide(pref, p))
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | devtool-stress.py | 42 pref = preferred_versions[pn] 43 …s.path.splitext(os.path.basename(f))[0] for f in tinfoil.cooker.recipecaches[''].inherits[pref[1]]]
|
| /openbmc/openbmc/poky/bitbake/lib/bblayers/ |
| H A D | query.py | 199 pref = preferred_versions[p] 200 realfn = bb.cache.virtualfn2realfn(pref[1]) 235 if prov[0] != pref[0]: 241 … print_item(preffile, p, self.version_str(pref[0][0], pref[0][1]), preflayer, True)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-build-perf-report | 214 pref = ' ' 216 pref = '+' 218 pref = '-' 220 heading = "{} {}: {}".format(pref, test, descr)
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | asm.h | 154 pref hint, addr; \
|
| /openbmc/qemu/block/ |
| H A D | nvme.c | 923 int pref = strlen("nvme://"); in nvme_parse_filename() local 925 if (strlen(filename) > pref && !strncmp(filename, "nvme://", pref)) { in nvme_parse_filename() 926 const char *tmp = filename + pref; in nvme_parse_filename()
|
| /openbmc/openbmc/poky/bitbake/lib/ |
| H A D | pyinotify.py | 1924 pref = os.path.commonprefix([root, cur]) 1925 if root == os.sep or (len(pref) == lend and \
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 14480 + mov w11, w5 // w11 = pref 14746 + mov w11, w5 // w11 = pref
|