Home
last modified time | relevance | path

Searched refs:a (Results 701 – 725 of 22194) sorted by relevance

1...<<21222324252627282930>>...888

/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst23 a su interfaz.
36 - Sin embargo, operaciones que no mapean a operaciones similares a
43 podría ser más adecuado. Sin embargo, acceder a estos mecanismos
113 - Para hacer frente a programas antiguos del userspace haciendo llamadas a
209 - Conectar la nueva llamada a sistema a una arquitectura particular,
218 kernel, debería siempre ser copiado a linux-api@vger.kernel.org.
249 añadidas en la misma ventana unida, su nueva llamada de sistema podría
332 (Note que un argumento de una llamada a sistema que sea un puntero a un
344 convierte los valores a versiones de 64 bits y llama a la versión ``sys_``
487 La mayoría del kernel trata las llamadas a sistema de manera genérica, pero
[all …]
/openbmc/linux/LICENSES/preferred/
H A DLGPL-2.176 restrict the users of a free program by obtaining a restrictive license
88 When a program is linked with a library, whether statically or using a
112 enables a greater number of people to use a large body of free
169 You may charge a fee for the physical act of transferring a copy, and
177 a) The modified work must itself be a software library.
185 d) If a facility in the modified Library refers to a function or a table
193 (For example, a function in a library to compute square roots has a
216 with the Library (or with a work based on the Library) on a volume of a
234 Library into a program that is not a library.
315 6a, above, for a charge no more than the cost of performing this
[all …]
/openbmc/linux/drivers/input/keyboard/
H A DKconfig21 to an ADC using a resistor ladder.
27 To compile this driver as a module, choose M here: the
130 Say N if you use a standard keyboard.
185 Sensor chip as a keyboard input.
243 setup logic must also provide a platform device,
397 connected to a key matrix.
407 a keyboard attached to its Maple bus.
483 Say Y here if you have a Newton keyboard on a serial port.
590 Say Y here if you have a Stowaway keyboard on a serial port.
614 (RS-232) port via a simple adapter.
[all …]
/openbmc/linux/rust/kernel/sync/
H A Dlocked_by.rs118 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T { in access()
144 pub fn access_mut<'a>(&'a self, owner: &'a mut U) -> &'a mut T { in access_mut()
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.h30 update_min(unsigned long long *a, unsigned long long *b) in update_min() argument
32 if (*a > *b) in update_min()
33 *a = *b; in update_min()
37 update_max(unsigned long long *a, unsigned long long *b) in update_max() argument
39 if (*a < *b) in update_max()
40 *a = *b; in update_max()
44 update_sum(unsigned long long *a, unsigned long long *b) in update_sum() argument
46 *a += *b; in update_sum()
/openbmc/linux/include/rdma/
H A Dib.h31 static inline bool ib_addr_any(const struct ib_addr *a) in ib_addr_any() argument
33 return ((a->sib_addr64[0] | a->sib_addr64[1]) == 0); in ib_addr_any()
36 static inline bool ib_addr_loopback(const struct ib_addr *a) in ib_addr_loopback() argument
38 return ((a->sib_addr32[0] | a->sib_addr32[1] | in ib_addr_loopback()
39 a->sib_addr32[2] | (a->sib_addr32[3] ^ htonl(1))) == 0); in ib_addr_loopback()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/
H A D0001-Add-support-for-variable-libdir.patch17 diff --git a/Makefile b/Makefile
19 --- a/Makefile
21 @@ -10,13 +10,13 @@ LIB = libsquish.a
26 - install libsquish.a $(INSTALL_DIR)/lib
29 + install libsquish.a $(INSTALL_DIR)/lib$(LIBDIR_SUFFIX)
34 - $(RM) $(INSTALL_DIR)/lib/libsquish.a
35 + $(RM) $(INSTALL_DIR)/lib$(LIBDIR_SUFFIX)/libsquish.a
45 diff --git a/config.in b/config.in
47 --- a/config.in
55 diff --git a/squish.pc.in b/squish.pc.in
[all …]
/openbmc/qemu/docs/system/s390x/
H A Dcss.rst4 QEMU implements a virtual channel subsystem with subchannels, (mostly
9 All channel devices support the ``devno`` property, which takes a parameter
14 enable MCSS-E. Note that devices with a different cssid will not be visible
19 Devices with a ssid that is not ``0`` will not be visible if the guest OS
31 set. If a device is hotunplugged and later replugged, it may appear at a
38 * a virtio-net device, cssid/ssid/devno automatically assigned::
42 In a Linux guest (without default devices and no other devices specified
49 * a virtio-rng device in subchannel set ``0``::
59 * a virtio-gpu device in subchannel set ``2``::
69 * a virtio-mouse device in a non-standard channel subsystem image::
[all …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-phys-addr.rst41 :ref:`ioctl CEC_ADAP_G_PHYS_ADDR <CEC_ADAP_G_PHYS_ADDR>` with a pointer to a __u16 where the
44 To set a new physical address applications store the physical address in
45 a __u16 and call :ref:`ioctl CEC_ADAP_S_PHYS_ADDR <CEC_ADAP_S_PHYS_ADDR>` with a pointer to
49 by a file descriptor in initiator mode (see :ref:`CEC_S_MODE`), if not
63 The physical address is a 16-bit number where each group of 4 bits
64 represent a digit of the physical address a.b.c.d where the most
65 significant 4 bits represent 'a'. The CEC root device (usually the TV)
67 TV has address a.0.0.0 (where 'a' is ≥ 1), devices hooked up to those in
68 turn have addresses a.b.0.0, etc. So a topology of up to 5 devices deep
72 For example, the EDID for each HDMI input of the TV will have a
[all …]
/openbmc/sdbusplus/test/message/
H A Dappend.cpp105 const int a = 1; in TEST_F() local
109 new_message().append(a); in TEST_F()
114 int a = 1; in TEST_F() local
127 const bool a = false; in TEST_F() local
129 new_message().append(a); in TEST_F()
134 bool a = false; in TEST_F() local
147 const double a = 1.1; in TEST_F() local
149 new_message().append(a); in TEST_F()
154 double a = 1.1; in TEST_F() local
264 new_message().append(a); in TEST_F()
[all …]
/openbmc/linux/tools/virtio/virtio-trace/
H A DREADME4 Trace agent is a user tool for sending trace data of a guest to a Host in low
9 - controlled by start/stop orders from a Host
13 2) Create a read/write thread per CPU. Each thread is bound to a CPU.
15 3) A controller thread does poll() for a start order of a host.
16 4) After the controller of the trace agent receives a start order from a host,
20 6) If the controller receives a stop order from a host, the read/write threads
41 1) Make FIFO in a host
53 2) Set up of virtio-serial pipe in a host
93 0) Build trace agent in a guest
106 3) Open FIFO in a host
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst10 Compatibility layers like Wine need a way to efficiently emulate system
11 calls of only a part of their process - the part that has the
13 a high performance penalty on the native part of the process. Seccomp
16 filters. Therefore a new mechanism is necessary.
19 address back to userspace. The application is in control of a flip
25 through a SIGSYS.
60 [<offset>, <offset>+<length>) delimit a memory region interval
70 [selector] is a pointer to a char-sized region in the process memory
74 Any other value should terminate the program with a SIGSYS.
84 quickly capture system calls issued by a non-native part of the
[all …]
/openbmc/linux/Documentation/bpf/
H A Dmap_bloom_filter.rst11 ``BPF_MAP_TYPE_BLOOM_FILTER`` provides a BPF bloom filter map. Bloom
12 filters are a space-efficient probabilistic data structure used to
13 quickly test whether an element exists in a set. In a bloom filter,
41 positive rate and the speed of a lookup.
61 A ``value`` can be added to a bloom filter using the
88 A userspace program can add a ``value`` to a bloom filter using libbpf's
112 This snippet shows how to declare a bloom filter in a BPF program:
123 This snippet shows how to determine presence of a value in a bloom
124 filter in a BPF program:
132 * value using a secondary lookup, e.g. in a hash table
[all …]
/openbmc/linux/Documentation/accounting/
H A Ddelay-accounting.rst6 for some kernel resource to become available e.g. a
7 runnable task may wait for a free CPU to run on.
10 the delays experienced by a task while
12 a) waiting for a CPU (while being runnable)
24 Such delays provide feedback for setting a task's cpu priority,
30 thread group (corresponding to a traditional Unix process). This is a commonly
43 in detail in a separate document in this directory. Taskstats returns a
55 Taking the difference of two successive readings of a given
87 After the system has booted up, use a utility
89 seen by a given task or a task group (tgid).
[all …]
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc6 static bool gen_rr(DisasContext *ctx, arg_rr *a,
10 TCGv dest = gpr_dst(ctx, a->rd, dst_ext);
11 TCGv src1 = gpr_src(ctx, a->rj, src_ext);
14 gen_set_gpr(a->rd, dest, dst_ext);
33 TCGv src1 = gpr_src(ctx, a->rd, EXT_NONE);
37 if (a->ls > a->ms) {
41 tcg_gen_deposit_tl(dest, src1, src2, a->ls, a->ms - a->ls + 1);
42 gen_set_gpr(a->rd, dest, dst_ext);
52 if (a->ls > a->ms) {
56 tcg_gen_extract_tl(dest, src1, a->ls, a->ms - a->ls + 1);
[all …]
/openbmc/entity-manager/
H A DCONFIG_FORMAT.md9 1. Configuration files should be easy to write. If a tradeoff is to be made
10 between a config file being complex to write, and a reactor being complex to
38 of what changed for a specific platform.
40 for a user to determine if a piece of hardware is supported.
41 - Note: This is a "guideline" not a "rule". There are many cases of hardware
51 3. Configuration files are not a long-term stable ABI. Why?
86 Within a configuration file, there is a JSON object which consists of multiple
105a unique index value when the "probe" command is successful. This allows multiple identical devic…
215 Although fan connectors are considered a part of a baseboard, the physical fans
216 themselves are considered as a part of a chassis. In order for a fan to be
[all …]
/openbmc/linux/Documentation/core-api/
H A Dwatch_queue.rst25 This facility appears as a pipe that is opened in a special mode. The pipe's
81 and 255. Multiple watches may share a queue, and this provides a means to
97 A "watch list" is a list of watchers that are subscribed to a source of
98 notifications. A list may be attached to an object (say a key or a superblock)
99 or may be global (say for device events). From a userspace perspective, a
128 a watch. These can be managed with:
145 A "watch" is a subscription on a watch list, indicating the watch queue, and
180 Subscribe a watch to a watch list (notification source). The
190 Remove a watch from a watch list, where the watch must match the specified
244 Once a watch queue has been created, a set of filters can be applied to limit
[all …]
/openbmc/linux/Documentation/devicetree/
H A Dusage-model.rst92 with a single kernel image.
143 board is a carrier for another, such as a CPU module attached to a
159 of cases, a single machine_desc can support a large number of boards
230 thing when using a DT.
251 registering a block of platform_devices. A platform_device is a concept
308 wm8903: codec@1a {
326 of device each node represents, or even if a node represents a device
338 assumed that any node with a 'compatible' property represents a device
342 For each of these nodes, Linux allocates and registers a
345 Why is using a platform_device for these nodes a safe assumption?
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dorangefs.rst48 clients, but a complete filesystem can be run on a single machine for
264 - a reference counter
407 structs. Besides a few other members, pvfs2_downcall_t contains a
429 fill a PVFS_object_kref
432 fill a PVFS_object_kref
435 fill a PVFS_object_kref
439 fill in a string with the link target when the object is a symlink.
450 fill a pvfs2_fs_mount_response_t which is just like a PVFS_object_kref
480 - and also, in the case of a readdir request, a pointer to a
529 a negative dentry into a "productive full member of society". Orangefs
[all …]
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc65 static bool trans_mul(DisasContext *ctx, arg_mul *a)
103 static bool trans_mulh(DisasContext *ctx, arg_mulh *a)
206 static bool trans_div(DisasContext *ctx, arg_div *a)
238 static bool trans_divu(DisasContext *ctx, arg_divu *a)
283 static bool trans_rem(DisasContext *ctx, arg_rem *a)
316 static bool trans_remu(DisasContext *ctx, arg_remu *a)
322 static bool trans_mulw(DisasContext *ctx, arg_mulw *a)
330 static bool trans_divw(DisasContext *ctx, arg_divw *a)
335 return gen_arith(ctx, a, EXT_SIGN, gen_div, NULL);
346 static bool trans_remw(DisasContext *ctx, arg_remw *a)
[all …]
/openbmc/linux/drivers/net/wireguard/selftest/
H A Dallowedips.c430 split[0] = a; in ip4()
442 split[0] = cpu_to_be32(a); in ip6()
534 insert(4, a, 10, 0, 0, 0, 25); in wg_allowedips_selftest()
536 insert(4, a, 10, 1, 0, 0, 30); in wg_allowedips_selftest()
548 test(4, a, 192, 168, 4, 20); in wg_allowedips_selftest()
549 test(4, a, 192, 168, 4, 0); in wg_allowedips_selftest()
570 test(4, a, 10, 0, 0, 52); in wg_allowedips_selftest()
572 test(4, a, 10, 1, 0, 2); in wg_allowedips_selftest()
577 insert(4, a, 1, 0, 0, 0, 32); in wg_allowedips_selftest()
578 insert(4, a, 64, 0, 0, 0, 32); in wg_allowedips_selftest()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-2.1-only30a constant threat to the existence of any free program. We wish to make sure that a company cannot…
34 …en a program is linked with a library, whether statically or using a shared library, the combinati…
60 You may charge a fee for the physical act of transferring a copy, and you may at your option offer …
64 a) The modified work must itself be a software library.
74 …rk not based on the Library with the Library (or with a work based on the Library) on a volume of
80 … useful when you wish to copy part of the code of the Library into a program that is not a library.
102 …the work with a written offer, valid for at least three years, to give the same user the materials…
104 … Verify that the user has already received a copy of these materials or that you have already sent…
162 You should have received a copy of the GNU Lesser General Public
167 …oyer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for th…
[all …]
H A DLGPL-2.1-or-later62 users of a free program by obtaining a restrictive license from a patent holder.
73 When a program is linked with a library, whether statically or using a shared
74 library, the combination of the two is legally speaking a combined work, a
95 enables a greater number of people to use a large body of free software. For
149 You may charge a fee for the physical act of transferring a copy, and you
157 a) The modified work must itself be a software library.
165 d) If a facility in the modified Library refers to a function or a table of
172 (For example, a function in a library to compute square roots has a purpose
194 the Library (or with a work based on the Library) on a volume of a storage
211 into a program that is not a library.
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dgeneric-counter.rst33 Association of a Signal, and evaluation trigger, with a Count.
58 A Synapse represents the association of a Signal with a Count. Signal
144 associated with a single Signal via a single Synapse. Take for example
145 a counter device which simply accumulates a count of rising edges on a
156 In this example, the Signal is a source input line with a pulsing
167 many Signals may be associated with even a single Count. For example, a
184 associated with a single Count: a rising or falling edge on either A or
319 specific to a Signal. These types of attributes will exist under a
327 specific to a Count. These type of attributes will exist under a
348 counter drivers, and enables a Generic Counter chrdev interface via a
[all …]
/openbmc/linux/scripts/tracing/
H A Dftrace-bisect.sh119 read a
120 if [ "$a" != "y" -a "$a" != "Y" ]; then
127 read a
128 if [ "$a" != "y" -a "$a" != "Y" ]; then

1...<<21222324252627282930>>...888