Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Diocache.h62 extern int stream_buf_init(struct sbus_soft_state *, caddr_t);
/illumos-gate/usr/src/uts/sun4u/io/
H A Diocache.c59 stream_buf_init(struct sbus_soft_state *softsp, caddr_t address) in stream_buf_init() function
H A Dsysiosbus.c565 if ((error = stream_buf_init(softsp, softsp->address)) != DDI_SUCCESS) in sbus_attach()