Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c56 int (*opl_get_mem_sid)(char *unum, char *buf, int buflen, int *lenp); variable
1036 if (opl_get_mem_sid == NULL) { in plat_get_mem_sid()
1039 return (opl_get_mem_sid(unum, buf, buflen, lenp)); in plat_get_mem_sid()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c324 #pragma weak opl_get_mem_sid macro
329 extern int (*opl_get_mem_sid)(char *unum, char *buf, int buflen, int *lenp);
370 if (&opl_get_mem_sid) in _init()
371 opl_get_mem_sid = mc_get_mem_sid; in _init()
397 if (&opl_get_mem_sid) in _init()
398 opl_get_mem_sid = NULL; in _init()
420 if (&opl_get_mem_sid) in _fini()
421 opl_get_mem_sid = NULL; in _fini()