Home
last modified time | relevance | path

Searched defs:s (Results 926 – 950 of 1844) sorted by relevance

1...<<31323334353637383940>>...74

/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif_common.c16 void gicv3_set_gicv3state(CPUState *cpu, GICv3CPUState *s) in gicv3_set_gicv3state()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dsys_info.c10 static void upstring(char *s) in upstring()
/openbmc/qemu/target/hexagon/
H A Dgen_printinsn.py41 def spacify(s): argument
/openbmc/phosphor-pid-control/test/
H A Dzone_mock.hpp30 ValueCacheEntry getCachedValues(const std::string& s) override in getCachedValues()
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c234 int qbman_swp_enqueue(struct qbman_swp *s, const struct qbman_eq_desc *d, in qbman_swp_enqueue()
325 int qbman_swp_pull(struct qbman_swp *s, struct qbman_pull_desc *d) in qbman_swp_pull()
369 const struct ldpaa_dq *qbman_swp_dqrr_next(struct qbman_swp *s) in qbman_swp_dqrr_next()
417 void qbman_swp_dqrr_consume(struct qbman_swp *s, const struct ldpaa_dq *dq) in qbman_swp_dqrr_consume()
433 int qbman_dq_entry_has_newtoken(struct qbman_swp *s, in qbman_dq_entry_has_newtoken()
543 int qbman_swp_release(struct qbman_swp *s, const struct qbman_release_desc *d, in qbman_swp_release()
577 int qbman_swp_acquire(struct qbman_swp *s, uint32_t bpid, uint64_t *buffers, in qbman_swp_acquire()
/openbmc/qemu/target/arm/
H A Darch_dump.c95 static void aarch64_note_init(struct aarch64_note *note, DumpState *s, in aarch64_note_init()
110 DumpState *s) in aarch64_write_elf64_prfpreg()
186 DumpState *s) in aarch64_write_elf64_sve()
235 int cpuid, DumpState *s) in arm_cpu_write_elf64_note()
324 static void arm_note_init(struct arm_note *note, DumpState *s, in arm_note_init()
338 int cpuid, DumpState *s) in arm_write_elf32_vfp()
360 int cpuid, DumpState *s) in arm_cpu_write_elf32_note()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py28 def are_digits(s): argument
60 def is_partial_op(s): argument
66 def is_op(s): argument
92 def get_reserved(s): argument
97 def is_name(s): argument
868 def get_tokens(s): argument
/openbmc/qemu/hw/sensor/
H A Dmax34451.c174 static void max34451_check_limits(MAX34451State *s) in max34451_check_limits()
207 MAX34451State *s = MAX34451(pmdev); in max34451_read_byte() local
392 MAX34451State *s = MAX34451(pmdev); in max34451_write_data() local
587 MAX34451State *s = MAX34451(obj); in max34451_set() local
599 static inline void *memset_word(void *s, uint16_t c, size_t n) in memset_word()
614 MAX34451State *s = MAX34451(obj); in max34451_exit_reset() local
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c152 TCGTBCPUState s; member
194 static TranslationBlock *tb_htable_lookup(CPUState *cpu, TCGTBCPUState s) in tb_htable_lookup()
226 static inline TranslationBlock *tb_lookup(CPUState *cpu, TCGTBCPUState s) in tb_lookup()
387 TCGTBCPUState s = cpu->cc->tcg_ops->get_tb_cpu_state(cpu); in HELPER() local
559 TCGTBCPUState s = cpu->cc->tcg_ops->get_tb_cpu_state(cpu); in cpu_exec_step_atomic() local
927 TCGTBCPUState s = cpu->cc->tcg_ops->get_tb_cpu_state(cpu); in cpu_exec_loop() local
/openbmc/phosphor-fan-presence/control/
H A Dactions.cpp61 [](const auto& s) { return !std::get<hasOwnerPos>(s); }); in default_floor_on_missing_owner()
77 std::any_of(services.begin(), services.end(), [](const auto& s) { in set_speed_on_missing_owner()
/openbmc/u-boot/include/
H A Dmemalign.h69 #define PAD_COUNT(s, pad) (((s) - 1) / (pad) + 1) argument
70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) argument
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c51 static void verror_msg(const char *s, va_list p) in verror_msg()
58 static void error_msg_and_die(const char *s, ...) in error_msg_and_die()
69 static void vperror_msg(const char *s, va_list p) in vperror_msg()
81 static void perror_msg_and_die(const char *s, ...) in perror_msg_and_die()
100 static char *xstrdup(const char *s) in xstrdup()
/openbmc/qemu/block/
H A Dqcow2-cache.c62 static inline const char *qcow2_cache_get_name(BDRVQcow2State *s, Qcow2Cache *c) in qcow2_cache_get_name()
126 BDRVQcow2State *s = bs->opaque; in qcow2_cache_create() local
185 BDRVQcow2State *s = bs->opaque; in qcow2_cache_entry_flush() local
242 BDRVQcow2State *s = bs->opaque; in qcow2_cache_write() local
327 BDRVQcow2State *s = bs->opaque; in qcow2_cache_do_get() local
H A Dbochs.c103 BDRVBochsState *s = bs->opaque; in bochs_open() local
215 BDRVBochsState *s = bs->opaque; in seek_to_sector() local
251 BDRVBochsState *s = bs->opaque; in bochs_co_preadv() local
298 BDRVBochsState *s = bs->opaque; in bochs_close() local
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c183 static void print_encoded_bytes(u16 s, u16 o) in print_encoded_bytes()
229 char s[1024]; in x86emu_single_step() local
330 static int x86emu_parse_line(char *s, int *ps, int *n) in x86emu_parse_line()
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c122 const char *s; in parse_attr() local
170 const char *val, *s; in efi_get_variable() local
418 char *native_name = NULL, *val = NULL, *s; in efi_set_variable() local
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5_usart-test.c244 char s[1]; in test_send_char() local
274 char s[10]; in test_receive_str() local
290 char s[10]; in test_send_str() local
/openbmc/qemu/include/system/
H A Dkvm.h186 KVMState *s; member
443 #define kvm_vm_enable_cap(s, capability, cap_flags, ...) \ argument
494 static inline KVMRouteChange kvm_irqchip_begin_route_changes(KVMState *s) in kvm_irqchip_begin_route_changes()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_sf.c74 char *s, *endp; in parse_dev() local
117 int dfu_fill_entity_sf(struct dfu_entity *dfu, char *devstr, char *s) in dfu_fill_entity_sf()
/openbmc/qemu/hw/riscv/
H A Driscv_hart.c115 static bool riscv_hart_realize(RISCVHartArrayState *s, int idx, in riscv_hart_realize()
150 RISCVHartArrayState *s = RISCV_HART_ARRAY(dev); in riscv_harts_realize() local
/openbmc/qemu/hw/pci-bridge/
H A Dxio3130_downstream.c69 PCIESlot *s = PCIE_SLOT(d); in xio3130_downstream_realize() local
128 PCIESlot *s = PCIE_SLOT(d); in xio3130_downstream_exitfn() local
/openbmc/qemu/hw/usb/
H A Dhcd-ohci-pci.c85 OHCIState *s = &ohci->state; in usb_ohci_exit() local
107 OHCIState *s = &ohci->state; in usb_ohci_reset_pci() local
/openbmc/u-boot/lib/
H A Dnet_utils.c14 struct in_addr string_to_ip(const char *s) in string_to_ip()
/openbmc/u-boot/board/xes/common/
H A Dboard.c13 char *s; in checkboard() local
/openbmc/phosphor-psu-code-mgmt/vendor-example/
H A Dget_latest_version.cpp15 for (const auto& s : versions) in main() local

1...<<31323334353637383940>>...74