Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/ipp/
H A Dippctl.h63 #define IPPCTL_DATA (IPPCTL_BASE | 0x02) macro
H A Dippctl.c554 case IPPCTL_DATA: in ippctl_ioctl()
/titanic_44/usr/src/lib/libipp/
H A Dlibipp.c809 if ((rc = ioctl(fd, IPPCTL_DATA, &iioc)) < 0) { in dispatch()