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

/illumos-gate/usr/src/lib/libipp/
H A Dlibipp.c90 #define IPPCTL_DEVICE "/devices/pseudo/ippctl@0:ctl" macro
738 DBG1(DBG_IO, "opening %s\n", IPPCTL_DEVICE);
739 if ((fd = open(IPPCTL_DEVICE, O_RDWR | O_NOCTTY)) == -1) {
740 DBG1(DBG_ERR, "failed to open %s\n", IPPCTL_DEVICE);

Completed in 58 milliseconds