Searched refs:intprop (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/prom/
H A Dtree_32.c131 static int intprop; local
133 if(prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1)
134 return intprop;
H A Dtree_64.c146 int intprop; local
148 if (prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1)
149 return intprop;

Completed in 108 milliseconds