Home
last modified time | relevance | path

Searched refs:p2get_mem_sid (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c37 int (*p2get_mem_sid)(int, int, char *, int, int *); variable
65 if (p2get_mem_sid == NULL || in plat_get_mem_sid()
79 return (p2get_mem_sid(mcid, dimm, buf, buflen, lenp)); in plat_get_mem_sid()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dmc-us3.h143 extern int (*p2get_mem_sid)(int, int, char *, int, int *);
/titanic_41/usr/src/uts/sun4u/io/
H A Dmc-us3.c164 #pragma weak p2get_mem_sid macro
335 if (&p2get_mem_sid) in mc_attach()
336 p2get_mem_sid = mc_get_mem_sid; in mc_attach()
439 if (&p2get_mem_sid) in mc_detach()
440 p2get_mem_sid = NULL; in mc_detach()