Searched refs:intprop (Results 1 – 2 of 2) sorted by relevance
132 static int intprop; in prom_getint() local134 if(prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1) in prom_getint()135 return intprop; in prom_getint()
147 int intprop; in prom_getint() local149 if (prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1) in prom_getint()150 return intprop; in prom_getint()