Searched refs:intprop (Results 1 – 1 of 1) 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()