Searched defs:p2get_mem_sid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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 ||
79 return (p2get_mem_sid(mcid, dimm, buf, buflen, lenp));
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c164 #pragma weak p2get_mem_sid macro
335 if (&p2get_mem_sid)
336 p2get_mem_sid = mc_get_mem_sid;
439 if (&p2get_mem_sid)
440 p2get_mem_sid = NULL;

Completed in 60 milliseconds