Searched refs:strpadcpy (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/mips/ |
H A D | loongson3_bootp.c | 95 strpadcpy(interface->description, 64, "UEFI_Version_v1.0", '\0'); in init_interface_info() 102 strpadcpy(bd->name, 64, "Loongson-3A-VIRT-1w-V1.00-demo", '\0'); in board_devices_info() 109 strpadcpy(special->special_name, 64, "2018-05-01", '\0'); in init_special_info()
|
/openbmc/qemu/migration/ |
H A D | global_state.c | 45 strpadcpy((char *)global_state.runstate, sizeof(global_state.runstate), in global_state_do_store()
|
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 53 void strpadcpy(char *buf, int buf_size, const char *str, char pad);
|
/openbmc/qemu/hw/ufs/ |
H A D | lu.c | 187 strpadcpy((char *)&outbuf[8], 8, "QEMU", ' '); in ufs_emulate_wlun_inquiry() 188 strpadcpy((char *)&outbuf[16], 16, "QEMU UFS", ' '); in ufs_emulate_wlun_inquiry()
|
/openbmc/qemu/util/ |
H A D | cutils.c | 55 void strpadcpy(char *buf, int buf_size, const char *str, char pad) in strpadcpy() function
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | misc_helper.c | 390 strpadcpy((char *)sysib.sysib_322.ext_names[0], in HELPER()
|
/openbmc/qemu/hw/vfio/ |
H A D | migration.c | 970 strpadcpy(id, sizeof(id), path, '\0'); in vfio_migration_init()
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-disk.c | 854 strpadcpy((char *) &outbuf[16], 16, s->product, ' '); in scsi_disk_emulate_inquiry() 855 strpadcpy((char *) &outbuf[8], 8, s->vendor, ' '); in scsi_disk_emulate_inquiry()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 5036 strpadcpy((char *)&fw_log.frs1, sizeof(fw_log.frs1), "1.0", ' '); in nvme_fw_log_info() 8682 strpadcpy((char *)id->mn, sizeof(id->mn), "QEMU NVMe Ctrl", ' '); in nvme_init_ctrl() 8683 strpadcpy((char *)id->fr, sizeof(id->fr), QEMU_VERSION, ' '); in nvme_init_ctrl() 8684 strpadcpy((char *)id->sn, sizeof(id->sn), n->params.serial, ' '); in nvme_init_ctrl()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1850 strpadcpy((char *)sysib.ext_names[0], in insert_stsi_3_2_2()
|