Searched refs:atpBDS (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dasp_proto.c63 #define atpBDSsize (sizeof(struct atpBDS)*ATP_TRESP_MAX)
697 struct atpBDS *atpBDS; local
719 atpBDS = (struct atpBDS *)gbuf_rptr(mdata);
722 *(unsigned long *)atpBDS[i].bdsBuffAddr = 1;
723 *(unsigned short *)atpBDS[i].bdsBuffSz = ATP_DATA_SIZE;
923 struct atpBDS *atpBDS; local
1025 atpBDS
1857 struct atpBDS *atpBDS; local
[all...]
H A Dsysglue.h213 struct atpBDS;
214 int _ATPgetrsp(int, struct atpBDS *, int *, void *);
H A Datp_write.c66 static int atp_pack_bdsp(struct atp_trans *, struct atpBDS *);
89 (UAS_VALUE(((struct atpBDS *)(AT_ATP_HDR(m)->data))->bdsDataSz)): 0)
91 #define atpBDSsize (sizeof(struct atpBDS)*ATP_TRESP_MAX)
443 register struct atpBDS *bdsp;
483 bdsp = (struct atpBDS *)(AT_ATP_HDR(m)->data);
585 register struct atpBDS *bdsp;
589 struct atpBDS *bdsbase = bdsp;
641 UAS_ASSIGN(((struct atpBDS *)bdsbase)->bdsBuffSz, i);
651 * to be sent. m contains the DDP hdr, ATP hdr, and and array of atpBDS structs.
652 * chained to m is an mbuf that contians the actual data pointed to by the atpBDS
[all...]
H A Datp.h128 struct atpBDS *def_bdsp; /* BDS structure associated with this req */
142 struct atpBDS { struct
H A Dsys_dep.c247 _ATPgetrsp(uap->fd, (struct atpBDS *)uap->bdsp, &err, proc);

Completed in 34 milliseconds