Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Ddrctl_impl.h55 extern int i_drctl_send(void *, size_t, void **, size_t *);
/titanic_41/usr/src/uts/sun4v/io/
H A Ddrctl_impl.c67 i_drctl_send(void *msg, size_t size, void **obufp, size_t *osize) in i_drctl_send() function
H A Ddrctl.c620 rv = i_drctl_send(msg, size, (void **)&rsrcs, &rsrcs_size); in send_message()