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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_misc.c87 if ((m = gbuf_cont(trp->tr_xmt)) == NULL)
88 m = trp->tr_xmt; /* issued via the new interface */
92 if (m == trp->tr_xmt) {
93 trp->tr_xmt = NULL;
105 m = trp->tr_xmt;
106 switch(((ioc_t *)(gbuf_rptr(trp->tr_xmt)))->ioc_cmd) {
108 trp->tr_xmt = NULL;
123 trp->tr_xmt = gbuf_cont(m);
164 if (trp->tr_xmt) {
165 gbuf_freem(trp->tr_xmt);
[all...]
H A Datp_read.c508 /* we could gbuf_freem(trp->tr_xmt) here if were not planning to
510 m = trp->tr_xmt;
511 trp->tr_xmt = NULL;
H A Datp_write.c938 gbuf_cont(mioc) = trp->tr_xmt;
939 trp->tr_xmt = NULL;
1163 trp->tr_xmt = mioc;
1352 if (trp->tr_xmt) /* an ioctl block is still held? */
1353 gbuf_cont(trp->tr_xmt) = m2;
1355 trp->tr_xmt = m2;
1496 trp->tr_xmt = mioc;
H A Datp.h314 gbuf_t *tr_xmt; /* message being sent */ member in struct:atp_trans

Completed in 24 milliseconds