Home
last modified time | relevance | path

Searched defs:to (Results 26 – 50 of 95) sorted by relevance

1234

/openbmc/qemu/util/
H A Dcoroutine-wasm.c89 CoroutineEmscripten *to = DO_UPCAST(CoroutineEmscripten, base, to_); in qemu_coroutine_switch() local
H A Dcoroutine-sigaltstack.c277 CoroutineSigAltStack *to = DO_UPCAST(CoroutineSigAltStack, base, to_); in qemu_coroutine_switch() local
H A Dqdist.c164 void qdist_bin__internal(struct qdist *to, const struct qdist *from, size_t n) in qdist_bin__internal()
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos.c79 void migrate(QOSState *from, QOSState *to, const char *uri) in migrate()
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c985 int mtd_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, in mtd_write()
1020 int mtd_panic_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, in mtd_panic_write()
1102 int mtd_write_oob(struct mtd_info *mtd, loff_t to, in mtd_write_oob()
1539 int mtd_write_user_prot_reg(struct mtd_info *mtd, loff_t to, size_t len, in mtd_write_user_prot_reg()
1653 unsigned long count, loff_t to, size_t *retlen) in default_mtd_writev()
1685 unsigned long count, loff_t to, size_t *retlen) in mtd_writev()
H A Dcfi_mtd.c79 static int cfi_mtd_write(struct mtd_info *mtd, loff_t to, size_t len, in cfi_mtd_write()
H A Daltera_qspi.c109 loff_t to = addr - base; in write_buff() local
206 static int altera_qspi_write(struct mtd_info *mtd, loff_t to, size_t len, in altera_qspi_write()
/openbmc/u-boot/common/eeprom/
H A Deeprom_field.c18 int to = reverse ? 0 : field->size - 1; in __eeprom_field_print_bin() local
/openbmc/qemu/hw/char/
H A Dserial-isa.c174 void serial_hds_isa_init(ISABus *bus, int from, int to) in serial_hds_isa_init()
H A Dsclpconsole.c142 uint8_t *to; in read_event_data() local
H A Dsclpconsole-lm.c152 uint8_t *to; in read_event_data() local
/openbmc/qemu/qapi/
H A Dqapi-forward-visitor.c32 char *to; member
288 Visitor *visitor_forward_field(Visitor *target, const char *from, const char *to) in visitor_forward_field()
/openbmc/u-boot/cmd/
H A Donenand.c108 static int onenand_write_oneblock_withoob(loff_t to, const u_char * buf, in onenand_write_oneblock_withoob()
132 static int onenand_block_write(loff_t to, size_t len, in onenand_block_write()
H A Darmflash.c198 ulong from, to; in load_image() local
/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h110 #define insb_p(port, to, len) insb(port, to, len) argument
111 #define insw_p(port, to, len) insw(port, to, len) argument
112 #define insl_p(port, to, len) insl(port, to, len) argument
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c1286 static int onenand_verify_oob(struct mtd_info *mtd, const u_char *buf, loff_t to) in onenand_verify_oob()
1410 static int onenand_write_ops_nolock(struct mtd_info *mtd, loff_t to, in onenand_write_ops_nolock()
1532 static int onenand_write_oob_nolock(struct mtd_info *mtd, loff_t to, in onenand_write_oob_nolock()
1649 int onenand_write(struct mtd_info *mtd, loff_t to, size_t len, in onenand_write()
1676 int onenand_write_oob(struct mtd_info *mtd, loff_t to, in onenand_write_oob()
/openbmc/u-boot/disk/
H A Dpart_amiga.c36 static void bcpl_strcpy(char *to, char *from) in bcpl_strcpy()
/openbmc/qemu/hw/sd/
H A Dcore.c237 void sdbus_reparent_card(SDBus *from, SDBus *to) in sdbus_reparent_card()
/openbmc/u-boot/include/
H A Dnet.h739 static inline void net_write_ip(void *to, struct in_addr ip) in net_write_ip()
745 static inline void net_copy_ip(void *to, void *from) in net_copy_ip()
751 static inline void net_copy_u32(u32 *to, u32 *from) in net_copy_u32()
/openbmc/qemu/tests/qtest/migration/
H A Dmigration-util.c136 void migrate_set_ports(QTestState *to, QList *channel_list) in migrate_set_ports()
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.js272 $scope.changePriority = function(imageId, imageVersion, from, to) { argument
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h333 #define insb_p(port, to, len) insb(port, to, len) argument
334 #define insw_p(port, to, len) insw(port, to, len) argument
335 #define insl_p(port, to, len) insl(port, to, len) argument
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h347 #define insb_p(port, to, len) insb(port, to, len) argument
348 #define insw_p(port, to, len) insw(port, to, len) argument
349 #define insl_p(port, to, len) insl(port, to, len) argument
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c271 unsigned int pageaddr, addr, to, writelen; in spi_dataflash_write() local
H A Dspi-nor-core.c168 static ssize_t spi_nor_write_data(struct spi_nor *nor, loff_t to, size_t len, in spi_nor_write_data()
1331 static int sst_write_byteprogram(struct spi_nor *nor, loff_t to, size_t len, in sst_write_byteprogram()
1356 static int sst_write(struct mtd_info *mtd, loff_t to, size_t len, in sst_write()
1432 static int spi_nor_write(struct mtd_info *mtd, loff_t to, size_t len, in spi_nor_write()

1234