Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 3433) sorted by relevance

12345678910>>...138

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dfix_missing_use_directives.patch14 use Bastille::API;
15 +use Bastille::API::AccountPermission;
16 use Bastille::API::FileContent;
17 use Bastille::API::ServiceAdmin;
24 use lib "/usr/lib";
26 use Bastille::API;
27 +use Bastille::API::AccountPermission;
28 use Bastille::API::HPSpecific;
29 use Bastille::API::ServiceAdmin;
30 use Bastille::API::FileContent;
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/
H A D0001-Use-portable-atomics-crate.patch17 │ 234 | use std::sync::atomic::{AtomicU64, Ordering};
66 use anyhow::anyhow;
67 +use portable_atomic::{AtomicU64, Ordering};
68 use roaring::RoaringBitmap;
69 use std::fs::File;
70 use std::io::Cursor;
71 use std::path::Path;
72 -use std::sync::atomic::{AtomicU64, Ordering};
73 use std::sync::mpsc::{self, SyncSender};
74 use std::sync::{Arc, Mutex};
[all …]
/openbmc/u-boot/doc/
H A DREADME.at9126 make at91sam9260ek_nandflash_config - use nand flash
27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
48 make at91sam9261ek_nandflash_config - use nand flash
49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
69 make at91sam9263ek_nandflash_config - use nand flash
70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0)
71 make at91sam9263ek_norflash_config - use nor flash
90 make at91sam9m10g45ek_nandflash_config - use nand flash
[all …]
H A DREADME.rockchip33 - EVB RK3288 - use evb-rk3288 configuration
34 - Fennec RK3288 - use fennec-rk3288 configuration
35 - Firefly RK3288 - use firefly-rk3288 configuration
36 - Hisense Chromebook - use chromebook_jerry configuration
37 - Asus C100P Chromebook - use chromebook_minnie configuration
38 - Asus Chromebit - use chromebook_mickey configuration
39 - MiQi RK3288 - use miqi-rk3288 configuration
40 - phyCORE-RK3288 RDK - use phycore-rk3288 configuration
41 - PopMetal RK3288 - use popmetal-rk3288 configuration
42 - Radxa Rock 2 - use rock2 configuration
[all …]
H A DREADME.video17 <xres> The X resolution (in pixels) to use.
18 <yres> The Y resolution (in pixels) to use.
19 <depth> The color depth (in bits) to use.
20 <freq> The frequency (in Hz) to use.
42 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use
53 - hpd=[0|1] - Enable use of the hdmi HotPlug Detect feature
64 - edid=[0|1] - Enable use of DDC + EDID to get monitor info
75 For example to always use the hdmi connector, even if no cable is inserted,
77 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".
83 U-Boot supports the use of antialiased TrueType fonts on some platforms. This
[all …]
/openbmc/qemu/docs/system/
H A Dcpu-models-mips.rst.inc9 The following CPU models are supported for use on MIPS32 hosts.
10 Administrators / applications are recommended to use the CPU model that
11 matches the generation of the host CPUs in use. In a deployment with a
13 compatibility is required, use the newest CPU model that is compatible
41 The following CPU models are supported for use on MIPS64 hosts.
42 Administrators / applications are recommended to use the CPU model that
43 matches the generation of the host CPUs in use. In a deployment with a
45 compatibility is required, use the newest CPU model that is compatible
85 The following CPU models are supported for use on nanoMIPS hosts.
86 Administrators / applications are recommended to use the CPU model that
[all …]
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/
H A D0002-Fix-unnecessary-qualifications-error.patch21 use super::UCred;
22 use libc::{c_void, getsockopt, socklen_t, ucred, SOL_SOCKET, SO_PEERCRED};
23 + use std::io;
24 + use std::mem::size_of;
25 use std::os::unix::io::AsRawFd;
26 use std::os::unix::net::UnixStream;
27 - use std::{io, mem};
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dsite.conf.sample9 # Uncomment to cause CVS to use the proxy host specified
19 # To use git with a proxy, you must use an external git proxy command, such as
20 # the one provided by scripts/oe-git-proxy. To use this script, copy it to
26 # If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
31 # Uncomment this to use a shared download directory
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/
H A D0001-deqp-runner-drop-zstd-support.patch117 @@ -63,7 +63,6 @@ use rayon::prelude::*;
118 use regex::RegexSet;
119 use serde::{Deserialize, Serialize};
120 use std::collections::HashMap;
121 -use std::ffi::OsStr;
122 use std::fs::File;
123 use std::io::prelude::*;
124 use std::io::BufReader;
125 @@ -76,7 +75,6 @@ use std::time::Duration;
126 use std::time::Instant;
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-deps-disable-io_uring-support-in-libuv.patch32 - int use;
34 - use = atomic_load_explicit(&use_io_uring, memory_order_relaxed);
36 - if (use == 0) {
37 - use = uv__kernel_version() >=
51 - use = atoi(val) ? 1 : -1;
53 - atomic_store_explicit(&use_io_uring, use, memory_order_relaxed);
56 - return use > 0;
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/
H A Dlibsub-exporter-progressive-perl_0.001013.bb1 SUMMARY = "Sub::Exporter::Progressive - Only use Sub::Exporter if you need it."
4 This module is a \"Sub::Exporter\" wrapper that will let your users just use \
5 \"Exporter\" if all they are doing is picking exports, but use \
6 \"Sub::Exporter\" if your users try to use \"Sub::Exporter's\" more advanced \
7 features, like renaming exports, if they try to use them."
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-tic-hang.patch27 - kend=\EOF, khome=\EOH, use=konsole+pcfkeys,
28 - use=konsole-vt100,
31 - kcbt=\E[Z, use=xterm+pcc2, use=xterm+pcf0,
32 - use=xterm+pce2,
37 + khome=\EOH, use=konsole-vt100,
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/
H A Dphosphor-fan_%.bbappend4 # To use CurrentHostState to decide host state for phosphor-fan-monitor
6 PACKAGECONFIG:append = " delay-host-control monitor-use-host-state"
8 PACKAGECONFIG[monitor-use-host-state] = "-Dmonitor-use-host-state=enabled"
/openbmc/qemu/pc-bios/dtb/
H A Dpetalogix-ml605.dts68 xlnx,dcache-use-fsl = < 0x00 >;
69 xlnx,dcache-use-writeback = < 0x01 >;
74 xlnx,ecc-use-ce-exception = < 0x00 >;
93 xlnx,icache-use-fsl = < 0x00 >;
116 xlnx,use-barrel = < 0x01 >;
117 xlnx,use-branch-target-cache = < 0x00 >;
118 xlnx,use-dcache = < 0x01 >;
119 xlnx,use-div = < 0x01 >;
120 xlnx,use-ext-brk = < 0x01 >;
121 xlnx,use-ext-nm-brk = < 0x01 >;
[all …]
H A Dpetalogix-s3adsp1800.dts59 xlnx,dcache-use-fsl = <0x01>;
75 xlnx,icache-use-fsl = <0x01>;
95 xlnx,use-barrel = <0x01>;
96 xlnx,use-dcache = <0x01>;
97 xlnx,use-div = <0x00>;
98 xlnx,use-ext-brk = <0x01>;
99 xlnx,use-ext-nm-brk = <0x01>;
100 xlnx,use-extended-fsl-instr = <0x00>;
101 xlnx,use-fpu = <0x00>;
102 xlnx,use-hw-mul = <0x01>;
[all …]
/openbmc/u-boot/doc/device-tree-bindings/spi/
H A Dsoft-spi.txt3 The soft SPI bus implementation allows the use of GPIO pins to simulate a
11 cs-gpios: GPIOs to use for SPI chip select (output)
12 gpio-sck: GPIO to use for SPI clock (output)
14 gpio-mosi: GPIO to use for SPI MOSI line (output)
15 gpio-miso: GPIO to use for SPI MISO line (input)
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Tell-scons-to-use-build-settings-from-environment-va.patch4 Subject: [PATCH 01/10] Tell scons to use build settings from environment
31 - help='Select the C compiler to use')
32 + help='Select the C compiler to use',
41 - help='Select the C++ compiler to use')
42 + help='Select the C++ compiler to use',
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo_git.bb22 # pseudo on 32bit systems is not much of use anyway and these features are not of much
23 # use for it.
26 # error: use of undeclared identifier '_STAT_VER'
29 #| ./ports/linux/pseudo_wrappers.c:80:14: error: use of unknown builtin '__builtin_apply' [-Wimplicit-function-declaration]
32 #| ./ports/linux/pseudo_wrappers.c:80:57: error: use of unknown builtin '__builtin_apply_args' [-Wimplicit-function-declaration]
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Duse-pkgconfig.patch6 For reasons which I just can't fathom gnulib doesn't use the expected tools to
26 dnl forces the use of the included or an external libxml.
37 - dnl Figure out whether we can use a preinstalled libxml2, or have to use
48 - dnl Don't use xml2-config nor pkg-config, since it doesn't work when
49 - dnl cross-compiling or when the C compiler in use is different from the
153 -dnl gives the user the option to decide whether to use the included or
156 -dnl forces the use of the included or an external libglib.
162 - [ --with-included-glib use the glib2 included here],
170 + [ --with-included-glib use the glib2 included here],
181 - dnl Figure out whether we can use a preinstalled libglib-2.0, or have to use
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch23 + * you may not use this file except in compliance with the License.
49 + * Any C++ stuff must be wrapped with "#ifdef __cplusplus". Do not use "//"
56 + * HAVE_PTHREADS - use the pthreads library.
57 + * HAVE_WIN32_THREADS - use Win32 thread primitives.
66 + * the same name but different parameters, so we can't use that here.)
78 + * HAVE_FORKEXEC - use fork() and exec()
79 + * HAVE_WIN32_PROC - use CreateProcess()
93 + * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
94 + * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
95 + * HAVE_WIN32_IPC - use Win32 IPC (CreateSemaphore, CreateFileMapping).
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOPL-UK-3.05 You are encouraged to use and re-use the information that
14 perpetual, non-exclusive licence to use the
18 fair dealing or fair use or any other copyright
42 This licence does not cover the use of:
55 This licence does not grant you any right to use the
57 that the Licensor endorses you or your use of the Information.
67 or damage of any kind caused by its use. The Licensor does
81 offered for use under the terms of this licence.
97 necessary to use it in a different mode or format.
106 Open Parliament Licence. However, you may continue to use
[all …]
H A DOGL-Canada-2.03 You are encouraged to use the Information that is available under this licence with only a few cond…
7 … grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information, in…
10 * Copy, modify, publish, translate, adapt, distribute or otherwise use the Information in any mediu…
14 …e attributions are not practical for your product or application, you must use the following attri…
20 This licence does not grant you any right to use:
27 …ou any right to use the Information in a way that suggests any official status or that the Informa…
32 …, incidental, consequential, or other loss, injury or damage caused by its use or otherwise arisin…
42 … resources protected by copyright or other information that is offered for use under the terms of …
51 …his licence from time to time and issue a new version of the licence. Your use of the Information …
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/
H A Dobmc-console_%.bbappend4 file://use-socket.conf.in \
16 …install -m 0755 ${UNPACKDIR}/use-socket.conf.in -D ${D}${systemd_system_unitdir}/obmc-console-ssh@…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libimport/
H A Dlibimport-into-perl_1.002004.bb2 DESCRIPTION = "Writing exporters is a pain. Some use \"Exporter\", some use \
3 \"Sub::Exporter\", some use \"Moose::Exporter\", some use \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtexinfo.bbclass8 # texinfo utilities at build-time. Native and cross recipes are made to use the
10 # Target architecture recipes use the genuine Texinfo utilities. By default,
11 # they use the Texinfo utilities on the host system. If you want to use the

12345678910>>...138