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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_open.c200 atp->atp_msgq = 0;
234 atp = (struct atp_state *)atp->atp_msgq;
235 if (atp->atp_msgq) {
236 gbuf_freem(atp->atp_msgq);
237 atp->atp_msgq = 0;
H A Dasp.h157 gbuf_t *atp_msgq; /* data msg, must be the third entry */ member in struct:__anon254
H A Datp_write.c145 atp = (struct atp_state *)atp->atp_msgq;
149 if (atp->atp_msgq) {
152 ("atp_wput: atp_msgq discarded\n"));
154 atp->atp_msgq = m;
229 if (atp->atp_msgq) {
230 gbuf_cont(m2) = atp->atp_msgq;
231 atp->atp_msgq = 0;
839 atp = (struct atp_state *)atp->atp_msgq;
972 atp = (struct atp_state *)atp->atp_msgq;
1125 atp = (struct atp_state *)((struct atp_state *)gref->info)->atp_msgq;
[all...]
H A Datp_read.c81 atp = (struct atp_state *)atp->atp_msgq;
114 atp = (struct atp_state *)atp->atp_msgq;
H A Datp.h385 gbuf_t *atp_msgq; /* data msg, must be the third entry */ member in struct:atp_state
H A Dasp_proto.c646 atp = (struct atp_state *)atp->atp_msgq;

Completed in 29 milliseconds