Home
last modified time | relevance | path

Searched refs:namebuf (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_pci.c1836 char *namebuf; in spapr_phb_realize() local
1898 g_free(namebuf); in spapr_phb_realize()
1902 namebuf, &sphb->memspace, in spapr_phb_realize()
1904 g_free(namebuf); in spapr_phb_realize()
1913 g_free(namebuf); in spapr_phb_realize()
1921 namebuf = g_strdup_printf("%s.io", sphb->dtbusname); in spapr_phb_realize()
1923 namebuf, SPAPR_PCI_IO_WIN_SIZE); in spapr_phb_realize()
1924 g_free(namebuf); in spapr_phb_realize()
1929 g_free(namebuf); in spapr_phb_realize()
1959 namebuf, UINT64_MAX); in spapr_phb_realize()
[all …]
/qemu/block/
H A Dfile-posix.c253 static char namebuf[PATH_MAX]; in raw_normalize_devicepath() local
269 snprintf(namebuf, PATH_MAX, "r%s", fname); in raw_normalize_devicepath()
271 snprintf(namebuf, PATH_MAX, "%.*s/r%s", in raw_normalize_devicepath()
274 *filename = namebuf; in raw_normalize_devicepath()