Home
last modified time | relevance | path

Searched refs:opl_get_mem_unum (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/opl/os/
H A Dopl.c51 int (*opl_get_mem_unum)(int, uint64_t, char *, int, int *); variable
871 if (opl_get_mem_unum != NULL) { in plat_get_mem_unum()
872 return (opl_get_mem_unum(synd_code, flt_addr, buf, in plat_get_mem_unum()
/titanic_50/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c323 #pragma weak opl_get_mem_unum macro
328 extern int (*opl_get_mem_unum)(int, uint64_t, char *, int, int *);
368 if (&opl_get_mem_unum) in _init()
369 opl_get_mem_unum = mc_get_mem_unum; in _init()
395 if (&opl_get_mem_unum) in _init()
396 opl_get_mem_unum = NULL; in _init()
418 if (&opl_get_mem_unum) in _fini()
419 opl_get_mem_unum = NULL; in _fini()