Searched defs:secs (Results 1 – 11 of 11) sorted by relevance
/qemu/hw/block/ |
H A D | hd-geometry.c | 121 int cylinders, heads, secs, translation; in hd_geometry_guess() local 163 int hd_bios_chs_auto_trans(uint32_t cyls, uint32_t heads, uint32_t secs) in hd_bios_chs_auto_trans()
|
/qemu/hw/ide/ |
H A D | ide-bus.c | 87 int16_t *cyls, int8_t *heads, int8_t *secs) in ide_get_geometry()
|
/qemu/include/hw/block/ |
H A D | block.h | 30 uint32_t cyls, heads, secs; member
|
/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 28 static char *create_test_img(int secs) in create_test_img() 47 int cyls, heads, secs, trans; member 345 int secs = img_secs[backend_small]; in test_ide_drive_user() local
|
H A D | tco-test.c | 39 #define TCO_SECS_TO_TICKS(secs) (((secs) * 10) / 6) argument
|
/qemu/chardev/ |
H A D | char-mux.c | 59 int secs; in mux_chr_write() local
|
/qemu/block/ |
H A D | qapi.c | 742 int64_t secs; in bdrv_snapshot_dump() local
|
H A D | vvfat.c | 345 static int sector2CHS(mbr_chs_t *chs, int spos, int cyls, int heads, int secs) in sector2CHS() 365 static void init_mbr(BDRVVVFATState *s, int cyls, int heads, int secs) in init_mbr() 896 const char *dirname, int heads, int secs, in init_directories() 1140 int cyls, heads, secs; in vvfat_open() local
|
/qemu/hw/virtio/ |
H A D | virtio-balloon.c | 232 static void balloon_stats_change_timer(VirtIOBalloon *s, int64_t secs) in balloon_stats_change_timer()
|
/qemu/hw/core/ |
H A D | loader.c | 1410 static GList *add_romsec_to_list(GList *secs, hwaddr base, int se) in add_romsec_to_list() 1424 GList *it, *secs = NULL; in rom_find_largest_gap_between() local
|
/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 1744 int secs = 0; in get_sanitize_duration() local 1802 int secs; in cmd_sanitize_overwrite() local 2044 int secs = 0, i; in media_operations_sanitize() local
|