Searched refs:namep (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libfdt/
H A Dfdt_rw.c232 char *namep; local
238 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
239 if (!namep)
244 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1),
249 memcpy(namep, name, newlen+1);
H A Dfdt_ro.c284 const char **namep, int *lenp)
291 if (namep)
292 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
283 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
H A Dlibfdt.h455 * @namep: pointer to a string variable (will be overwritten) or NULL
462 * returned, in the integer pointed to by lenp. If namep is non-NULL,
464 * by namep (this will be a pointer to within the device tree's string
471 * if namep is non-NULL *namep contiains a pointer to the property
483 const char **namep, int *lenp);
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc100 Addr namep = process->getSyscallArg(tc, index); local
107 BufferArg buf(namep, sizeof(size_t));

Completed in 17 milliseconds