Home
last modified time | relevance | path

Searched full:filled (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/openbmc/webui-vue/src/components/Global/
H A DStatusIcon.vue12 import IconInfo from '@carbon/icons-vue/es/information--filled/20';
13 import IconCheckmark from '@carbon/icons-vue/es/checkmark--filled/20';
14 import IconWarning from '@carbon/icons-vue/es/warning--filled/20';
15 import IconError from '@carbon/icons-vue/es/error--filled/20';
/openbmc/qemu/audio/
H A Dpwaudio.c152 int32_t filled; in capture_on_process() local
173 filled = spa_ringbuffer_get_write_index(&v->ring, &index); in capture_on_process()
176 if (filled < 0) { in capture_on_process()
177 error_report("%p: underrun write:%u filled:%d", p, index, filled); in capture_on_process()
179 if ((uint32_t) filled + n_bytes > RINGBUFFER_SIZE) { in capture_on_process()
180 error_report("%p: overrun write:%u filled:%d + size:%u > max:%u", in capture_on_process()
181 p, index, filled, n_bytes, RINGBUFFER_SIZE); in capture_on_process()
263 int32_t filled, avail; in qpw_buffer_get_free() local
273 filled = spa_ringbuffer_get_write_index(&v->ring, &index); in qpw_buffer_get_free()
274 avail = v->highwater_mark - filled; in qpw_buffer_get_free()
[all …]
H A Dtrace-events24 pw_write(int32_t filled, int32_t avail, uint32_t index, size_t len) "filled=%d avail=%d index=%u le…
/openbmc/google-misc/subprojects/ncsid/doc/
H A Dncsid_test_arch.dot20 node [shape="note" style="filled"];
26 p_config [label="MockConfig" style="filled" fillcolor="beige"];
28 ncsi_sockio [style="filled" fillcolor="beige" label=<
H A Dncsid_arch.dot23 node [shape="note" style="filled"];
38 node [fillcolor="lightblue" style="filled"];
49 NIC [shape="tab" fillcolor="limegreen" style="filled"];
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Divc.h23 * The client model is to first find some free (for TX) or filled (for RX)
25 * inform the protocol that the frame has been filled/read, i.e. advance the
91 * @frame Pointer to be filled with the address of the frame to receive.
114 * Locate the next frame to be filled for transmit, return the address of the
119 * @frame Pointer to be filled with the address of the frame to fill.
129 * tegra_ivc_write_get_next_frame() has been filled and should be transmitted.
/openbmc/openpower-hw-diags/attn/pel/
H A Dstream.hpp84 * @param[out] value - filled in with the value
96 * @param[out] value -filled in with the value
108 * @param[out] value -filled in with the value
121 * @param[out] value -filled in with the value
134 * @param[out] value -filled in with the value
149 * @param[out] value - filled in with the value
166 * @param[out] value - filled in with the value
315 * @param[out] out - filled in with the data
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dstream.hpp83 * @param[out] value - filled in with the value
95 * @param[out] value -filled in with the value
107 * @param[out] value -filled in with the value
120 * @param[out] value -filled in with the value
133 * @param[out] value -filled in with the value
148 * @param[out] value - filled in with the value
165 * @param[out] value - filled in with the value
314 * @param[out] out - filled in with the data
/openbmc/openpower-dbus-interfaces/
H A DMakefile.am4 nobase_include_HEADERS = ## These get filled in by Makefile.interfaces
23 nobase_yaml_DATA = ## Filled in by Makefile.yaml
/openbmc/ibm-dbus-interfaces/
H A DMakefile.am4 nobase_include_HEADERS = ## These get filled in by Makefile.interfaces
23 nobase_yaml_DATA = ## Filled in by Makefile.yaml
/openbmc/qemu/pc-bios/dtb/
H A Dcanyonlands.dts35 clock-frequency = <0>; /* Filled in by U-Boot */
36 timebase-frequency = <0>; /* Filled in by U-Boot */
49 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */
132 clock-frequency = <0>; /* Filled in by U-Boot */
215 clock-frequency = <0>; /* Filled in by U-Boot */
222 clock-frequency = <0>; /* Filled in by U-Boot */
297 clock-frequency = <0>; /* Filled in by U-Boot */
298 current-speed = <0>; /* Filled in by U-Boot */
308 clock-frequency = <0>; /* Filled in by U-Boot */
309 current-speed = <0>; /* Filled in by U-Boot */
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dfix-writing-emtpy-file.patch5 With the feature that checking the disk filled up, the return
8 written, this function will return -1 thus the disk filled up
H A Dadd-error-check-for-disk-filled-up.patch4 Subject: [PATCH] tftp-hpa: add error check for disk filled up
9 the caller can detect if the disk filled up (or had an i/o error) and
/openbmc/qemu/include/hw/display/
H A Ddm163.h24 /* The last row is filled with 0 (turned off row) */
51 /* The last row is filled with 0 (turned off row) */
/openbmc/qemu/include/crypto/
H A Dhash.h141 * filled with the printable hex digest of the computed
195 * The @digest pointer will be filled with the printable hex digest of the
214 * The @base64 pointer will be filled with the base64 encoding of the computed
284 * filled with the printable hex digest of the computed
307 * filled with the base64 encoding of the computed
330 * filled with the base64 encoding of the computed
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_pcidev.h14 * the @data field should be filled in by the device (in little endian).
18 * the @data field should be filled in by the device (in little endian).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/
H A DCOPYING1 This is a blank COPYING file, and should be filled in by original author in future.
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_nameval.c173 int filled = 0; in nval_list() local
179 !filled) { in nval_list()
194 filled = 1; in nval_list()
/openbmc/u-boot/test/env/
H A Dhashtable.c98 ut_asserteq(SIZE, htab.filled); in env_test_htab_fill()
119 ut_asserteq(SIZE / 2, htab.filled); in env_test_htab_deletes()
/openbmc/u-boot/include/
H A Dsmem.h37 * @size: pointer to be filled out with the size of the item
71 * @size: pointer to be filled out with size of the item
/openbmc/qemu/target/arm/
H A Dkvm_arm.h103 * @fdarray: filled in with kvmfd, vmfd, cpufd file descriptors in that order
104 * @init: filled in with the necessary values for creating a host
112 * Returns: true on success (and fdarray and init are filled in),
/openbmc/qemu/pc-bios/optionrom/
H A Dpvh_main.c39 /* e820 table filled in pvh.S using int 0x15 */
82 * pvh_e820 is filled in the pvh.S before to switch in protected mode, in pvh_load_kernel()
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/
H A Dddr.h20 * implementing board_get_ddr_arbiter_params() to return the filled
/openbmc/u-boot/arch/mips/cpu/
H A Du-boot.lds48 * This needs to be filled so that the
52 * has not been filled in.
/openbmc/u-boot/drivers/misc/
H A Dgdsys_ioep.h15 * @bc: Block counter (filled in by FPGA).
30 * @receive_data: Register filled with the received data

12345678910>>...16