Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dvof.c218 static uint32_t vof_getprop(const void *fdt, uint32_t nodeph, uint32_t pname, in vof_getprop() argument
232 if (readstr(pname, propname, sizeof(propname))) { in vof_getprop()
267 static uint32_t vof_getproplen(const void *fdt, uint32_t nodeph, uint32_t pname) in vof_getproplen() argument
278 if (readstr(pname, propname, sizeof(propname))) { in vof_getproplen()
293 uint32_t nodeph, uint32_t pname, in vof_setprop() argument
308 if (readstr(pname, propname, sizeof(propname))) { in vof_setprop()
/qemu/target/xtensa/
H A Dtranslate.c109 char **pname = in xtensa_collect_sr_names() local
112 if (*pname) { in xtensa_collect_sr_names()
113 if (strstr(*pname, name) == NULL) { in xtensa_collect_sr_names()
115 malloc(strlen(*pname) + strlen(name) + 2); in xtensa_collect_sr_names()
117 strcpy(new_name, *pname); in xtensa_collect_sr_names()
120 free(*pname); in xtensa_collect_sr_names()
121 *pname = new_name; in xtensa_collect_sr_names()
124 *pname = strdup(name); in xtensa_collect_sr_names()