Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_cause.hpp37 PowerOffCause(size_t count, const std::string& name) : in PowerOffCause()
100 explicit MissingFanFRUCause(size_t count) : in MissingFanFRUCause()
112 size_t count = std::count_if( in satisfied() local
143 explicit NonfuncFanRotorCause(size_t count) : in NonfuncFanRotorCause()
155 size_t count = std::accumulate( in satisfied() local
194 explicit FanFRUsWithNonfuncRotorsCause(size_t count) : in FanFRUsWithNonfuncRotorsCause()
206 size_t count = std::count_if( in satisfied() local
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.h17 uint64_t count; member
37 uint64_t start, uint64_t count, in page_range_part_after()
52 uint64_t start, uint64_t count, in page_range_intersect()
64 uint64_t start, uint64_t count) in page_range_intersection_size()
73 uint64_t start, uint64_t count) in page_range_joinable_left()
79 uint64_t start, uint64_t count) in page_range_joinable_right()
85 uint64_t start, uint64_t count) in page_range_joinable()
H A Dhv-balloon-page_range_tree.c38 uint64_t start, uint64_t count) in page_range_tree_insert_new()
52 uint64_t start, uint64_t count, in hvb_page_range_tree_insert()
167 uint64_t start, uint64_t count) in hvb_page_range_tree_intree_any()
/openbmc/qemu/tests/unit/
H A Dtest-fifo.c27 uint32_t count; in test_fifo8_pop_bufptr_wrap() local
73 uint32_t count; in test_fifo8_pop_bufptr() local
105 uint32_t count; in test_fifo8_peek_bufptr_wrap() local
160 uint32_t count; in test_fifo8_peek_bufptr() local
192 int count; in test_fifo8_pop_buf_wrap() local
240 int count; in test_fifo8_pop_buf() local
273 int count; in test_fifo8_peek_buf_wrap() local
330 int count; in test_fifo8_peek_buf() local
/openbmc/sdbusplus/test/
H A Dtimer.cpp95 int count = 0; in TEST_F() local
123 int count = 0; in TEST_F() local
157 int count = 0; in TEST_F() local
193 int count = 0; in TEST_F() local
219 int count = 0; in TEST_F() local
248 int count = 0; in TEST_F() local
/openbmc/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.c21 static ssize_t read_fifo(QTestState *qts, uint64_t reg, char *msg, size_t count) in read_fifo()
46 size_t count) in write_fifo()
67 static void fill_block(QTestState *qts, uint64_t reg, int count) in fill_block()
86 size_t count) in sdhci_read_cmd()
103 size_t count, size_t blksize) in sdhci_write_cmd()
/openbmc/qemu/tests/tcg/plugins/
H A Dbb.c32 static void gen_one_cpu_report(CPUCount *count, GString *report, in gen_one_cpu_report()
48 CPUCount *count = qemu_plugin_scoreboard_find(counts, i); in plugin_exit() local
61 CPUCount *count = qemu_plugin_scoreboard_find(counts, cpu_index); in vcpu_idle() local
73 CPUCount *count = qemu_plugin_scoreboard_find(counts, cpu_index); in vcpu_tb_exec() local
/openbmc/qemu/scripts/
H A Duserfaultfd-wrlat.py86 count = -1 variable
93 count = int(argv[2]) variable
/openbmc/u-boot/lib/
H A Dtpm_api.c114 u32 tpm_nv_read_value(struct udevice *dev, u32 index, void *data, u32 count) in tpm_nv_read_value()
125 u32 count) in tpm_nv_write_value()
164 u32 tpm_pcr_read(struct udevice *dev, u32 index, void *data, size_t count) in tpm_pcr_read()
201 u32 tpm_read_pubek(struct udevice *dev, void *data, size_t count) in tpm_read_pubek()
257 void *cap, size_t count) in tpm_get_capability()
277 u32 tpm_get_random(struct udevice *dev, void *data, u32 count) in tpm_get_random()
H A Dcharset.c159 size_t utf8_utf16_strnlen(const char *src, size_t count) in utf8_utf16_strnlen()
180 int utf8_utf16_strncpy(u16 **dst, const char *src, size_t count) in utf8_utf16_strncpy()
242 size_t utf16_strnlen(const u16 *src, size_t count) in utf16_strnlen()
260 size_t utf16_utf8_strnlen(const u16 *src, size_t count) in utf16_utf8_strnlen()
284 int utf16_utf8_strncpy(char **dst, const u16 *src, size_t count) in utf16_utf8_strncpy()
345 size_t u16_strnlen(const u16 *in, size_t count) in u16_strnlen()
H A Dstring.c95 char * strncpy(char * dest,const char *src,size_t count) in strncpy()
160 char * strncat(char *dest, const char *src, size_t count) in strncat()
205 int strncmp(const char * cs,const char * ct,size_t count) in strncmp()
280 size_t strnlen(const char * s, size_t count) in strnlen()
301 size_t count = 0; in strcspn() local
340 size_t count = 0; in strspn() local
470 void * memset(void * s,int c,size_t count) in memset()
509 void * memcpy(void *dest, const void *src, size_t count) in memcpy()
548 void * memmove(void * dest,const void *src,size_t count) in memmove()
584 int memcmp(const void * cs,const void * ct,size_t count) in memcmp()
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c163 static int64_t tim_calculate_step(uint32_t count, uint32_t prescale) in tim_calculate_step()
240 unsigned int count = 256; in test_oneshot_ps5() local
278 unsigned int count = 1; in test_oneshot_ps0() local
306 unsigned int count = (1U << 24) - 1; in test_oneshot_ps255() local
334 unsigned int count = 256; in test_oneshot_interrupt() local
355 unsigned int count = 256; in test_pause_resume() local
391 unsigned int count = 256; in test_prescaler_change() local
437 unsigned int count = 2; in test_periodic_no_interrupt() local
463 unsigned int count = 65535; in test_periodic_interrupt() local
492 unsigned int count = 8; in test_disable_on_expiration() local
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py152 def get_mapped_ranges(self, start, count): # pylint: disable=W0613,R0201 argument
257 def _get_ranges(self, start, count, whence1, whence2): argument
284 def get_mapped_ranges(self, start, count): argument
348 def _invoke_fiemap(self, block, count): argument
413 def _do_get_mapped_ranges(self, start, count): argument
459 def get_mapped_ranges(self, start, count): argument
496 def get_mapped_ranges(self, start, count): argument
/openbmc/qemu/util/
H A Dhbitmap.c65 uint64_t count; member
196 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_dirty()
220 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_zero()
304 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count, in hbitmap_status()
387 uint64_t count = 0; in hb_count_between() local
464 void hbitmap_set(HBitmap *hb, uint64_t start, uint64_t count) in hbitmap_set()
558 void hbitmap_reset(HBitmap *hb, uint64_t start, uint64_t count) in hbitmap_reset()
640 uint64_t start, uint64_t count, in serialization_chunk()
660 uint64_t start, uint64_t count) in hbitmap_serialization_size()
674 uint64_t start, uint64_t count) in hbitmap_serialize_part()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_capture_bytes_action.hpp56 explicit I2CCaptureBytesAction(uint8_t reg, uint8_t count) : in I2CCaptureBytesAction()
141 const uint8_t count; member in phosphor::power::regulators::I2CCaptureBytesAction
/openbmc/u-boot/common/
H A Dkgdb.c133 mem2hex(char *mem, char *buf, int count) in mem2hex()
161 hex2mem(char *buf, char *mem, int count) in hex2mem()
230 int count; in getpacket() local
290 int count; in putpacket() local
551 kgdb_output_string (const char* s, unsigned int count) in kgdb_output_string()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.h13 static inline void ubi_fastmap_init(struct ubi_device *ubi, int *count) in ubi_fastmap_init()
27 static inline void ubi_fastmap_init(struct ubi_device *ubi, int *count) { } in ubi_fastmap_init()
/openbmc/u-boot/drivers/misc/
H A Djz4780_efuse.c35 static void jz4780_efuse_read_chunk(size_t addr, size_t count, u8 *buf) in jz4780_efuse_read_chunk()
68 static inline int jz4780_efuse_chunk_size(size_t count) in jz4780_efuse_chunk_size()
78 void jz4780_efuse_read(size_t addr, size_t count, u8 *buf) in jz4780_efuse_read()
/openbmc/phosphor-mboxd/
H A Dmboxd_flash.c135 uint32_t count, uint8_t val) in set_flash_bytemap()
159 int erase_flash(struct mbox_context *context, uint32_t offset, uint32_t count) in erase_flash()
271 uint32_t count) in write_flash()
/openbmc/hiomapd/mtd/
H A Dbackend.c164 uint32_t count, uint8_t val) in mtd_set_bytemap()
190 static int mtd_erase(struct backend *backend, uint32_t offset, uint32_t count) in mtd_erase()
303 uint32_t count) in mtd_write()
343 uint32_t count __attribute__((unused))) in mtd_reset()
/openbmc/qemu/hw/s390x/
H A Ds390-stattrib-kvm.c41 uint32_t count, in kvm_s390_stattrib_read_helper()
67 uint32_t count, in kvm_s390_stattrib_get_stattr()
75 uint32_t count, in kvm_s390_stattrib_peek_stattr()
84 uint32_t count, in kvm_s390_stattrib_set_stattr()
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_flash.cpp98 uint32_t count, uint8_t val) in set_flash_bytemap()
104 int erase_flash(struct mbox_context* context, uint32_t offset, uint32_t count) in erase_flash()
190 uint32_t count) in write_flash()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dearly_me.c32 int count; in intel_early_me_init() local
97 int count; in intel_early_me_init_done() local
/openbmc/u-boot/drivers/timer/
H A Dtimer-uclass.c26 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count()
76 u64 timer_conv_64(u32 count) in timer_conv_64()
/openbmc/qemu/tests/bench/
H A Datomic_add-bench.c11 struct count { struct
20 static struct count *counts; argument

12345678910>>...34