Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c954 glvc_xport_msg_peek32_t msg_peek_cmd32; in glvc_ioctl() local
975 (caddr_t)&msg_peek_cmd32, in glvc_ioctl()
982 if (msg_peek_cmd32.buflen32 == 0) { in glvc_ioctl()
987 if (msg_peek_cmd32.buflen32 > in glvc_ioctl()
989 msg_peek_cmd32.buflen32 = in glvc_ioctl()
993 (caddr_t)(uintptr_t)msg_peek_cmd32.buf32, in glvc_ioctl()
994 msg_peek_cmd32.buflen32, mode) == -1) { in glvc_ioctl()
999 if (ddi_copyout((caddr_t)&msg_peek_cmd32, in glvc_ioctl()