Searched defs:p2get_mem_unum (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/taco/os/
H A Dtaco.c42 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
211 if (flt_in_memory && (p2get_mem_unum != NULL))
212 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/littleneck/os/
H A Dlittleneck.c49 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
150 if (flt_in_memory && (p2get_mem_unum != NULL))
151 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/chicago/os/
H A Dchicago.c50 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
162 if (flt_in_memory && (p2get_mem_unum != NULL))
163 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/enchilada/os/
H A Denchilada.c39 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
209 if (flt_in_memory && (p2get_mem_unum != NULL))
210 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/excalibur/os/
H A Dexcalibur.c47 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
186 if (flt_in_memory && (p2get_mem_unum != NULL))
187 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/schumacher/os/
H A Dschumacher.c39 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
192 if (flt_in_memory && (p2get_mem_unum != NULL))
193 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c47 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
255 if (flt_in_memory && (p2get_mem_unum != NULL))
256 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c48 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
258 if (flt_in_memory && (p2get_mem_unum != NULL))
259 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c77 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
549 if (flt_in_memory && (p2get_mem_unum != NULL))
550 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/daktari/os/
H A Ddaktari.c50 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
540 if (flt_in_memory && (p2get_mem_unum != NULL))
541 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c86 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
1067 if (p2get_mem_unum != NULL) {
1068 return (p2get_mem_unum(synd_code, P2ALIGN(flt_addr, 8),
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c157 #pragma weak p2get_mem_unum macro
310 if (&p2get_mem_unum)
311 p2get_mem_unum = mc_get_mem_unum;
376 if (&p2get_mem_unum)
377 p2get_mem_unum = NULL;
H A Dmc-us3.c162 #pragma weak p2get_mem_unum macro
331 if (&p2get_mem_unum)
332 p2get_mem_unum = mc_get_mem_unum;
435 if (&p2get_mem_unum)
436 p2get_mem_unum = NULL;
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c83 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
880 * prom_get_unum() and mc-us3 driver's p2get_mem_unum()
929 * unum_func will either point to the memory drivers p2get_mem_unum()
933 int buflen, int *lenp) = p2get_mem_unum;
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c83 int (*p2get_mem_unum)(int, uint64_t, char *, int, int *); variable
890 * prom_get_unum() and mc-us3 driver's p2get_mem_unum()
939 * unum_func will either point to the memory drivers p2get_mem_unum()
943 int buflen, int *lenp) = p2get_mem_unum;

Completed in 87 milliseconds