Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libipp/
H A Dlibipp.c92 #define IPPCTL_DEVICE "/devices/pseudo/ippctl@0:ctl" macro
745 DBG1(DBG_IO, "opening %s\n", IPPCTL_DEVICE); in dispatch()
746 if ((fd = open(IPPCTL_DEVICE, O_RDWR | O_NOCTTY)) == -1) { in dispatch()
747 DBG1(DBG_ERR, "failed to open %s\n", IPPCTL_DEVICE); in dispatch()