Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dippctl.h62 #define IPPCTL_CMD (IPPCTL_BASE | 0x01) macro
H A Dippctl.c523 case IPPCTL_CMD: in ippctl_ioctl()
/titanic_41/usr/src/lib/libipp/
H A Dlibipp.c763 if ((rc = ioctl(fd, IPPCTL_CMD, &iioc)) < 0) { in dispatch()