Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvlds.h51 #define VLDS_RECV_MSG (VLDSIOC | 6) /* Receive DS Message by Handle */ macro
/titanic_41/usr/src/lib/libds/common/
H A Dlibds.c602 if (ioctl(ds_fd, VLDS_RECV_MSG, &vlds_arg) < 0) { in ds_recv_msg()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvlds.c846 case VLDS_RECV_MSG: in vlds_ioctl()