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

/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c93 * iosram_write_ptr is a pointer to iosram_write(). Because of
100 * match the prototype of iosram_write_ptr.
106 static int (*iosram_write_ptr)(int, uint32_t, caddr_t, uint32_t) = NULL; variable
689 iosram_write_ptr = (int (*)(int, uint32_t, caddr_t, uint32_t))
692 if (iosram_write_ptr == NULL) {
1223 if (iosram_write_ptr == NULL) {
1274 (void) (*iosram_write_ptr)(SBBC_SIGBLCK_KEY,
1283 (void) (*iosram_write_ptr)(SBBC_SIGBLCK_KEY,
1293 (void) (*iosram_write_ptr)(SBBC_SIGBLCK_KEY,
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c93 * iosram_write_ptr is a pointer to iosram_write(). Because of
100 * match the prototype of iosram_write_ptr.
106 static int (*iosram_write_ptr)(int, uint32_t, caddr_t, uint32_t) = NULL; variable
703 iosram_write_ptr = (int (*)(int, uint32_t, caddr_t, uint32_t))
706 if (iosram_write_ptr == NULL) {
1238 if (iosram_write_ptr == NULL) {
1289 (void) (*iosram_write_ptr)(SBBC_SIGBLCK_KEY,
1298 (void) (*iosram_write_ptr)(SBBC_SIGBLCK_KEY,
1308 (void) (*iosram_write_ptr)(SBBC_SIGBLCK_KEY,

Completed in 50 milliseconds