Lines Matching defs:ioc_count
2772 size_t ioc_count;
2798 ioc_count = iocp->ioc_count;
2867 * M_IOCACK and ioc_count to zero
2875 iocp->ioc_count = ioc_count;
2945 iocp->ioc_count = sizeof (int);
2998 iocp->ioc_count = sizeof (struct ppsclockev32);
3003 iocp->ioc_count = sizeof (struct ppsclockev);
3006 if ((bp = allocb(iocp->ioc_count, BPRI_HI)) == NULL) {
3012 bcopy(buf, bp->b_wptr, iocp->ioc_count);
3013 bp->b_wptr += iocp->ioc_count;
3118 if (iocp->ioc_count == TRANSPARENT)
3189 if (iocp->ioc_count == TRANSPARENT) {
3197 iocp->ioc_count = sizeof (int);