Searched refs:pname (Results 1 – 3 of 3) sorted by relevance
/xen/xen/common/ |
A D | device_tree.c | 1818 const char *pname; in unflatten_dt_node() local 1835 pname = fdt_string(fdt, noff); in unflatten_dt_node() 1836 if ( pname == NULL ) in unflatten_dt_node() 1841 if ( strcmp(pname, "name") == 0 ) in unflatten_dt_node() 1843 l = strlen(pname) + 1; in unflatten_dt_node() 1853 if ( (strcmp(pname, "phandle") == 0) || in unflatten_dt_node() 1854 (strcmp(pname, "linux,phandle") == 0) ) in unflatten_dt_node() 1862 if ( strcmp(pname, "ibm,phandle") == 0 ) in unflatten_dt_node() 1864 pp->name = pname; in unflatten_dt_node()
|
/xen/tools/xenstore/ |
A D | talloc.c | 467 const char *pname; in talloc_check_name() local 469 pname = talloc_get_name(ptr); in talloc_check_name() 470 if (pname == name || strcmp(pname, name) == 0) { in talloc_check_name()
|
/xen/xen/drivers/passthrough/arm/ |
A D | smmu.c | 65 #define of_property_read_u32(np, pname, out) (!dt_property_read_u32(np, pname, out)) argument
|
Completed in 13 milliseconds