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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c850 * _iosram_write(key, off, len, dptr, force)
854 _iosram_write(uint32_t key, uint32_t off, uint32_t len, caddr_t dptr, int force) function
1061 return (_iosram_write(key, off, len, dptr, 1 /* force */));
1068 return (_iosram_write(key, off, len, dptr, 0));

Completed in 80 milliseconds