Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/sys/
H A Dvlds.h52 #define VLDS_HDL_ISREADY (VLDSIOC | 7) /* Handle ready for data transfers */ macro
/titanic_41/usr/src/lib/libds/common/
H A Dlibds.c629 if (ioctl(ds_fd, VLDS_HDL_ISREADY, &vlds_arg) < 0) { in ds_isready()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvlds.c893 case VLDS_HDL_ISREADY: in vlds_ioctl()