Lines Matching refs:pk
41 struct strpeek pk;47 pk.flags = 0;48 pk.ctlbuf.maxlen = -1;49 pk.ctlbuf.len = 0;50 pk.ctlbuf.buf = 0;51 pk.databuf.maxlen = sizeof(msg);52 pk.databuf.buf = msg;53 pk.databuf.len = 0;54 if (ioctl(fds[0], I_PEEK, &pk) > 0 && pk.databuf.len == sizeof(msg))