Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c255 rv = iosram_read(SBBC_CONSOLE_KEY, 0, (caddr_t)&header, in sgcn_attach()
916 rv = iosram_read(SBBC_CONSOLE_KEY, 0, (caddr_t)header, in sgcn_read_header()
929 rv = iosram_read(SBBC_CONSOLE_KEY, in sgcn_read_header()
934 rv = iosram_read(SBBC_CONSOLE_KEY, in sgcn_read_header()
1011 rv = iosram_write(SBBC_CONSOLE_KEY, in sgcn_rw()
1020 rv = iosram_write(SBBC_CONSOLE_KEY, in sgcn_rw()
1071 rv = iosram_write(SBBC_CONSOLE_KEY, wr, buf, len); in circular_buffer_write()
1076 rv = iosram_write(SBBC_CONSOLE_KEY, in circular_buffer_write()
1081 rv = iosram_write(SBBC_CONSOLE_KEY, in circular_buffer_write()
1118 rv = iosram_read(SBBC_CONSOLE_KEY, rd, buf, nbytes); in circular_buffer_read()
[all …]
H A Dsgsbbc_iosram.c1026 return (SBBC_CONSOLE_KEY); in iosram_convert_key()
/titanic_50/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram.h48 #define SBBC_CONSOLE_KEY 1 /* Solaris Console Buffer */ macro