Searched refs:strpadcpy (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/mips/ |
| H A D | loongson3_bootp.c | 96 strpadcpy(interface->description, 64, "UEFI_Version_v1.0", '\0'); in init_interface_info() 103 strpadcpy(bd->name, 64, "Loongson-3A-VIRT-1w-V1.00-demo", '\0'); in board_devices_info() 110 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/hw/vfio/ |
| H A D | migration.c | 1018 strpadcpy(id, sizeof(id), path, '\0'); in vfio_migration_init()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | scsi-disk.c | 837 strpadcpy((char *) &outbuf[16], 16, s->product, ' '); in scsi_disk_emulate_inquiry() 838 strpadcpy((char *) &outbuf[8], 8, s->vendor, ' '); in scsi_disk_emulate_inquiry()
|