Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/of/
Dfdt.c159 unsigned int l, allocl; in unflatten_dt_node() local
170 l = allocl = strlen(pathp) + 1; in unflatten_dt_node()
187 allocl = 2; in unflatten_dt_node()
193 allocl = fpsize; in unflatten_dt_node()
197 np = unflatten_dt_alloc(&mem, sizeof(struct device_node) + allocl, in unflatten_dt_node()
208 if ((strlen(fn) + l + 1) != allocl) { in unflatten_dt_node()
211 l, allocl); in unflatten_dt_node()