Home
last modified time | relevance | path

Searched refs:iosram_hdr_ctrl (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Diosramio.h90 extern int iosram_hdr_ctrl(uint32_t cmd, void *arg);
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c281 error = iosram_hdr_ctrl(IOSRAM_HDRCMD_SET_OS_MBOX_VER, in _init()
291 error = iosram_hdr_ctrl(IOSRAM_HDRCMD_GET_SMS_MBOX_VER, in _init()
306 error = iosram_hdr_ctrl(IOSRAM_HDRCMD_REG_CALLBACK, in _init()
349 (void) iosram_hdr_ctrl(IOSRAM_HDRCMD_REG_CALLBACK, NULL); in _fini()
1438 error = iosram_hdr_ctrl(IOSRAM_HDRCMD_GET_SMS_MBOX_VER, in mboxsc_hdrchange_callback()
H A Diosram.c1313 iosram_hdr_ctrl(uint32_t cmd, void *arg) in iosram_hdr_ctrl() function