Searched refs:intprop (Results 1 – 2 of 2) sorted by relevance
131 static int intprop; in prom_getint() local133 if(prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1) in prom_getint()134 return intprop; in prom_getint()
146 int intprop; in prom_getint() local148 if (prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1) in prom_getint()149 return intprop; in prom_getint()