Searched refs:imemory (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_mem.c43 static ihandle_t imemory; local
45 if (imemory != (ihandle_t)0)
46 return (imemory);
49 return (imemory = (ihandle_t)-1);
51 (void) prom_getprop(prom_chosennode(), "memory", (caddr_t)(&imemory));
52 return (imemory);
68 ihandle_t imemory = prom_memory_ihandle(); local
70 if ((imemory == (ihandle_t)-1))
80 ci[4] = p1275_ihandle2cell(imemory); /* Arg2: memory ihandle */
110 ihandle_t imemory local
146 ihandle_t imemory = prom_memory_ihandle(); local
[all...]
H A Dprom_retain.c42 ihandle_t imemory = prom_memory_ihandle(); local
44 if ((imemory == (ihandle_t)-1))
51 ci[4] = p1275_ihandle2cell(imemory); /* Arg2: memory ihandle */
H A Dprom_getunum.c44 ihandle_t imemory = prom_memory_ihandle(); local
47 if ((imemory == (ihandle_t)-1))
54 ci[4] = p1275_ihandle2cell(imemory); /* Arg2: mem. ihandle */
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/
H A Dprom_serengeti.c163 ihandle_t imemory = prom_memory_ihandle(); local
166 if ((imemory == (ihandle_t)-1))
170 prom_getphandle(imemory)) != 0)
178 ci[4] = p1275_ihandle2cell(imemory); /* Arg2: mem. ihandle */

Completed in 56 milliseconds