Searched refs:namebuf (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_pci.c | 1817 char *namebuf; in spapr_phb_realize() local 1862 namebuf = g_strdup_printf("%s.mmio", sphb->dtbusname); in spapr_phb_realize() 1863 memory_region_init(&sphb->memspace, OBJECT(sphb), namebuf, UINT64_MAX); in spapr_phb_realize() 1864 g_free(namebuf); in spapr_phb_realize() 1866 namebuf = g_strdup_printf("%s.mmio32-alias", sphb->dtbusname); in spapr_phb_realize() 1868 namebuf, &sphb->memspace, in spapr_phb_realize() 1870 g_free(namebuf); in spapr_phb_realize() 1875 namebuf = g_strdup_printf("%s.mmio64-alias", sphb->dtbusname); in spapr_phb_realize() 1877 namebuf, &sphb->memspace, in spapr_phb_realize() 1879 g_free(namebuf); in spapr_phb_realize() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/ |
| H A D | Remove_some_printf_in_obexftpd.patch | 10 //char *namebuf = NULL;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
| H A D | 0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch | 36 …static int LIBRELP_ATTR_NONNULL() relpTcpGetCN(char *const namebuf, const size_t lenNamebuf, const…
|
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 278 static char namebuf[PATH_MAX]; in raw_normalize_devicepath() local 294 snprintf(namebuf, PATH_MAX, "r%s", fname); in raw_normalize_devicepath() 296 snprintf(namebuf, PATH_MAX, "%.*s/r%s", in raw_normalize_devicepath() 299 *filename = namebuf; in raw_normalize_devicepath()
|