Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c65 #define CONSOLE_READ(buf, len) sgcn_rw(RW_CONSOLE_READ, buf, len)
66 #define CONSOLE_WRITE(buf, len) sgcn_rw(RW_CONSOLE_WRITE, buf, len)
94 static int sgcn_rw(int, caddr_t, int);
945 sgcn_rw(int rw, caddr_t buf, int len) in sgcn_rw() function