Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 2622) sorted by relevance

12345678910>>...105

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dclang-c++11.patch13 -static void * NewSimulatorOpen( GHashTable *, unsigned int, oh_evt_queue * ) __attribute__((used));
14 …en( GHashTable *, unsigned int, oh_evt_queue * ) __asm__("NewSimulatorOpen") __attribute__((used));
22 -static void NewSimulatorClose( void * ) __attribute__((used));
23 +static void NewSimulatorClose( void * ) __asm__("NewSimulatorClose") __attribute__((used));
31 -static SaErrorT NewSimulatorGetEvent( void * ) __attribute__((used));
32 +static SaErrorT NewSimulatorGetEvent( void * ) __asm__("NewSimulatorGetEvent") __attribute__((used
40 -static SaErrorT NewSimulatorDiscoverResources( void * ) __attribute__((used));
41 …imulatorDiscoverResources( void * ) __asm__("NewSimulatorDiscoverResources") __attribute__((used));
49 …T NewSimulatorSetResourceTag( void *, SaHpiResourceIdT, SaHpiTextBufferT * ) __attribute__((used));
50 …SaHpiResourceIdT, SaHpiTextBufferT * ) __asm__("NewSimulatorSetResourceTag") __attribute__((used));
[all …]
/openbmc/u-boot/scripts/
H A DMakefile.lib51 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
52 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
53 multi-used := $(multi-used-y) $(multi-used-m)
54 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
58 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y)))
59 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y)))
85 single-used-m := $(addprefix $(obj)/,$(single-used-m))
86 multi-used-y := $(addprefix $(obj)/,$(multi-used-y))
87 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
/openbmc/u-boot/cmd/
H A Dtrace.c33 size_t buff_size, avail, buff_ptr, used; in create_func_list() local
45 used = min(avail, (size_t)needed); in create_func_list()
47 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_func_list()
50 env_set_hex("profoffset", buff_ptr + used); in create_func_list()
57 size_t buff_size, avail, buff_ptr, used; in create_call_list() local
69 used = min(avail, (size_t)needed); in create_call_list()
71 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_call_list()
75 env_set_hex("profoffset", buff_ptr + used); in create_call_list()
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping/
H A Drmc-v1plus.rules5 # FT4232H #1 is used in the main source (Case 1)
10 # FT4232H #1 is used in the main source (Case 2)
15 # FT4232H #1 is used in the main source (Case 3)
20 # FT4232H #2 is used in the main source (Case 1)
26 # FT4232H #2 is used in the main source (Case 2)
32 # FT4232H #2 is used in the main source (Case 3)
38 # FT4232H #3 is used in the main source (Case 1)
44 # FT4232H #3 is used in the main source (Case 2)
50 # FT4232H #3 is used in the main source (Case 3)
56 # XR21B1424 #1 is used in the 2nd source (Case 1)
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c148 mlist_sort_insert(s->used, usednode); in mlist_fulfill()
169 QTAILQ_FOREACH(node, s->used, MLIST_ENTNAME) { in mlist_check()
197 node = mlist_find_key(s->used, addr); in mlist_free()
206 QTAILQ_REMOVE(s->used, node, MLIST_ENTNAME); in mlist_free()
222 QTAILQ_FOREACH_SAFE(node, allocator->used, MLIST_ENTNAME, tmp) { in alloc_destroy()
249 g_free(allocator->used); in alloc_destroy()
296 s->used = g_new(MemList, 1); in alloc_init()
298 QTAILQ_INIT(s->used); in alloc_init()
324 QTAILQ_FOREACH_SAFE(node, dst->used, MLIST_ENTNAME, tmp) { in migrate_allocator()
331 tmpused = dst->used; in migrate_allocator()
[all …]
/openbmc/u-boot/fs/cbfs/
H A Dcbfs.c77 struct cbfs_cachenode *newNode, u32 *used) in file_cbfs_next_file() argument
81 *used = 0; in file_cbfs_next_file()
92 *used += align; in file_cbfs_next_file()
117 *used += step; in file_cbfs_next_file()
141 u32 used; in file_cbfs_fill_cache() local
146 newNode, &used); in file_cbfs_fill_cache()
158 size -= used; in file_cbfs_fill_cache()
159 start += used; in file_cbfs_fill_cache()
272 u32 used; in file_cbfs_find_uncached() local
274 result = file_cbfs_next_file(start, size, align, &node, &used); in file_cbfs_find_uncached()
[all …]
/openbmc/u-boot/drivers/spi/
H A DKconfig31 Enable the Altera SPI driver. This driver can be used to
41 used to access the SPI NOR flash on boards using the Aspeed
49 mode should be used when SW CRTM is enabled.
55 used to access the SPI flash on AE3XX and AE250 platforms embedding
62 Enable the Atheros ar7xxx/ar9xxx SoC SPI driver, it was used
72 many AT91 (ARM) chips. This driver can be used to access
79 Enable the BCM6328 HSSPI driver. This driver can be used to
87 Enable the BCM6348/BCM6358 SPI driver. This driver can be used to
95 be used to access the SPI flash on platforms embedding this
102 used to access the SPI NOR flash on platforms embedding this
[all …]
/openbmc/qemu/tests/multiboot/
H A Dmodules.out13 Content: 'This is a test file that is used as a multiboot module.'
20 Content: 'This is a test file that is used as a multiboot module.'
27 Content: 'This is a test file that is used as a multiboot module.'
34 Content: 'This is a test file that is used as a multiboot module.'
36 Content: 'This is a test file that is used as a multiboot module.'
38 Content: 'This is a test file that is used as a multiboot module.'
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables-context.rst9 Variables might only have an impact or can be used in certain contexts. Some
10 should only be used in global files like ``.conf``, while others are intended only
22 - System resources, like disk space to be used (:term:`BB_DISKMON_DIRS`),
25 - How the fetchers shall behave, e.g., :term:`BB_FETCH_PREMIRRORONLY` is used
36 - Like :term:`B` or :term:`T`, that are used to specify directories used by
57 - :term:`LAYERDEPENDS` is used to configure on which layers a given layer
63 Those variables are often used in the files ``layer.conf`` and ``bblayers.conf``.
72 ``bitbake.conf`` is used, but those are from time to time overwritten in
79 - In recipes, variables are also used to control build and runtime
H A Dbitbake-user-manual-library-functions.rst12 These functions can be used in recipes or configuration files with
21 Different logging utilities can be used from Python code in recipes or
28 Formatted string can also be used directly::
32 Python f-strings may also be used::
/openbmc/qemu/qapi/
H A Dmachine-common.json31 # `SMPConfiguration` is used to configure the topology of this
34 # @core: core level. The @cores option in `SMPConfiguration` is used
38 # used to configure the topology of this level.
41 # is used to configure the topology of this level.
43 # @die: die level. The @dies option in `SMPConfiguration` is used to
47 # The @sockets option in `SMPConfiguration` is used to configure
50 # @book: book level. The @books option in `SMPConfiguration` is used
54 # used to configure the topology of this level.
H A Dvirtio.json80 # @nvqs: vhost_dev nvqs (number of virtqueues being used)
138 # active virtqueues being used by the VirtIODevice.
524 # @vring-used: VirtQueue vring.used (device area)
531 # @used-idx: VirtQueue used_idx
533 # @signalled-used: VirtQueue signalled_used
535 # @signalled-used-valid: VirtQueue signalled_used_valid flag
548 'vring-used': 'uint64',
551 'used-idx': 'uint16',
552 'signalled-used': 'uint16',
553 'signalled-used-valid': 'bool' } }
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c60 for (i = pool->used; i < pool->size; i++) { in return_unused_pool_pebs()
166 wl_pool->used = 0; in ubi_refill_pools()
167 pool->used = 0; in ubi_refill_pools()
216 if (pool->used == pool->size || wl_pool->used == wl_pool->size) { in ubi_wl_get_peb()
229 if (pool->used == pool->size) { in ubi_wl_get_peb()
246 ubi_assert(pool->used < pool->size); in ubi_wl_get_peb()
247 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb()
263 if (pool->used == pool->size) { in get_peb_for_wl()
281 pnum = pool->pebs[pool->used++]; in get_peb_for_wl()
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c43 unsigned used; /* code entries in table used */ in inflate_table() local
204 used = 1U << root; /* use root table entries */ in inflate_table()
205 mask = used - 1; /* mask for comparing low */ in inflate_table()
208 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
275 used += 1U << curr; in inflate_table()
276 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
322 *table += used; in inflate_table()
/openbmc/u-boot/board/ge/common/
H A DKconfig2 hex "I2C address of the EEPROM device used for VPD"
7 int "I2C bus of the EEPROM device used for VPD."
10 int "Size in bytes of the EEPROM device used for VPD"
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dencrypted_boot.txt3 An authenticated U-Boot image is used as starting point for
16 the dek_blob cmd enabled. The image used for DEK blob generation
25 The dek_blob command then can be used to generate the DEK blob of
26 a DEK previously loaded in memory. The command is used as follows:
31 The resulting DEK blob then is used to construct the encrypted
33 to the host.Then the following commands are used to construct
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst7 RSS(Receive Side Scaling) is used to distribute network packets to guest virtqueues
36 - eBPF is used:
40 - eBPF is used:
44 - 'in-qemu' RSS is used:
48 - eBPF is used, hash population feature is not reported to the guest:
53 Also 'in-qemu' RSS, as a fallback, is used if the eBPF program failed to load or set to TUN.
87 …ue, should the hash be calculated, on false - ``default_queue`` would be used as the final decisi…
88 - populate_hash - for now, not used. eBPF RSS doesn't support hash reporting.
89 …SH_TYPE_*`` defines. If for packet hash should not be calculated - ``default_queue`` would be used.
91 - default_queue - the queue index that used for packet that shouldn't be hashed. For some packets, …
[all …]
/openbmc/openbmc/poky/meta/
H A Drecipes.txt3 recipes-core - What's needed to build a basic working Linux image including commonly used d…
4 recipes-devtools - Tools primarily used by the build system (but can also be used on targets)
13 recipes-support - Recipes used by other recipes but that are not directly included in images
/openbmc/u-boot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg5 ; Can be 8 or 16 - used in emifa
11 ; 8,16,24 - used for SPI,I2C
57 ; This section can be used to configure the PLL1 and the EMIF3a registers
79 ; This section can be used to configure the EMIFA to use
95 ; This section can be used to configure the async chip selects
117 ; This section should be used in place of PLL0CONFIG when
118 ; the I2C, SPI, or UART modes are being used. This ensures that
131 ; This section should be used to setup the power state of modules
165 ; This section can be used to configure the PLL1 and the EMIF3a registers
182 ; This section can be used to configure the PLL1 and the EMIF3a registers
/openbmc/u-boot/drivers/pwm/
H A DKconfig7 is often used to control a voltage level. The more time the PWM
18 used. It provides 5 channels which can be independently
19 programmed. Channel 4 (the last) is normally used as a timer.
26 programmable period and duty cycle. A 32-bit counter is used.
33 This is a sandbox PWM used for testing. It provides 3 channels and
52 programmable period and duty cycle. A 16-bit counter is used.
/openbmc/u-boot/drivers/video/stm32/
H A DKconfig13 DSI. This option enables these supports which can be used on
22 This configuration is used for reserving/allocating memory for the
31 This configuration is used for reserving/allocating memory for the
40 This configuration is used for reserving/allocating memory for the
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in2 # Macros used in the documentation
5 # The DISTRO variable represents the current docs version. It should be used
9 # should be used in HTTP link referring to the current docs version. In these
10 # cases, the DISTRO may point to A.B.999 which does not exist (just used to
/openbmc/openbmc/meta-phosphor/
H A Drecipes.txt2 recipes-core - What's needed to build a basic working Linux image including commonly used d…
3 recipes-devtools - Tools primarily used by the build system (but can also be used on targets)
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/
H A DREADME1 These test cases are used by buildtools-tarball, and are not used by the testsdk
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_ring.c121 needs_kick = !(vq->vring.used->flags & cpu_to_virtio16(vq->vdev, in virtqueue_kick_prepare()
157 vq->vring.used->idx); in more_used()
175 i = virtio32_to_cpu(vq->vdev, vq->vring.used->ring[last_used].id); in virtqueue_get_buf()
178 vq->vring.used->ring[last_used].len); in virtqueue_get_buf()
314 ((char *)vq->vring.used - (char *)vq->vring.desc); in virtqueue_get_used_addr()
321 return last_used_idx != virtio16_to_cpu(vq->vdev, vq->vring.used->idx); in virtqueue_poll()
353 vq->vring.used->flags, vq->vring.used->idx); in virtqueue_dump()
356 vq->vring.used->ring[i].id, vq->vring.used->ring[i].len); in virtqueue_dump()

12345678910>>...105