Searched refs:intprop (Results 1 – 2 of 2) sorted by relevance
111 int intprop; in prom_getint() local113 if(prom_getproperty(node, prop, (char *) &intprop, sizeof(int)) != -1) in prom_getint()114 return intprop; in prom_getint()
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()