Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvlds.h50 #define VLDS_SEND_MSG (VLDSIOC | 5) /* Send DS Message by Handle */ macro
/titanic_41/usr/src/lib/libds/common/
H A Dlibds.c575 if (ioctl(ds_fd, VLDS_SEND_MSG, &vlds_arg) < 0) { in ds_send_msg()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvlds.c796 case VLDS_SEND_MSG: in vlds_ioctl()