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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_misc.c111 else if (trp->tr_bdsp == NULL) {
174 if (trp->tr_bdsp) {
175 gbuf_freem(trp->tr_bdsp);
176 trp->tr_bdsp = NULL;
H A Datp.h330 gbuf_t *tr_bdsp; /* bds structure pointer */ member in struct:atp_trans
H A Datp_read.c541 if (trp->tr_bdsp == NULL) {
H A Datp_write.c1161 trp->tr_bdsp = bds;
1307 if ((m2 = trp->tr_bdsp) == NULL)
1309 trp->tr_bdsp = NULL;
1488 trp->tr_bdsp = NULL;

Completed in 28 milliseconds