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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_alloc.c182 if (rcbp->rc_ioctl) {
183 gbuf_freem(rcbp->rc_ioctl);
184 rcbp->rc_ioctl = NULL;
H A Datp_write.c260 rcbp->rc_ioctl = 0;
300 gbuf_cont(m) = rcbp->rc_ioctl;
301 rcbp->rc_ioctl = NULL;
907 gbuf_cont(mioc) = rcbp->rc_ioctl;
908 rcbp->rc_ioctl = NULL;
1273 rcbp->rc_ioctl = 0;
1775 m_head = rcbp->rc_ioctl;
1776 rcbp->rc_ioctl = NULL;
H A Datp.h355 gbuf_t *rc_ioctl; /* waiting ioctl */ member in struct:atp_rcb
H A Datp_read.c376 rcbp->rc_ioctl = m;

Completed in 30 milliseconds