• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netat/

Lines Matching refs:bdsp

443 	register struct atpBDS *bdsp;
483 bdsp = (struct atpBDS *)(AT_ATP_HDR(m)->data);
485 bdsp = 0;
493 if ((len = UAS_VALUE(bdsp->bdsBuffSz))) {
509 if (bdsp) {
510 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
511 if ((len = UAS_VALUE(bdsp->bdsBuffSz)) && m0 != 0 && space > 0) {
543 bdsp++;
583 atp_pack_bdsp(trp, bdsp)
585 register struct atpBDS *bdsp;
589 struct atpBDS *bdsbase = bdsp;
595 for (i = 0; i < ATP_TRESP_MAX; i++, bdsp++) {
596 unsigned short bufsize = UAS_VALUE(bdsp->bdsBuffSz);
597 long bufaddr = UAL_VALUE(bdsp->bdsBuffAddr);
608 UAL_UAL(bdsp->bdsUserData,
633 UAS_ASSIGN(bdsp->bdsDataSz, tmp);
658 gbuf_t *m; /* ddp, atp and bdsp gbuf_t */
662 register struct atpBDS *bdsp;
679 bdsp = (struct atpBDS *)(AT_ATP_HDR(m)->data);
722 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
776 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
778 if ((len = UAS_VALUE(bdsp->bdsBuffSz)) != 0 && m0 != 0 && space > 0) {
802 bdsp++;
1299 register struct atpBDS *bdsp;
1310 bdsp = (struct atpBDS *)gbuf_rptr(m2);
1313 bdsp < (struct atpBDS *)(gbuf_wptr(m2))); i++) {
1321 UAL_UAL(bdsp->bdsUserData, (((at_atp_t *)(gbuf_rptr(m)))->user_bytes));
1324 if (UAL_VALUE(bdsp->bdsBuffAddr)) {
1341 UAS_ASSIGN(bdsp->bdsDataSz, tmp);
1344 bdsp++;
1621 struct atpBDS *bdsp;
1658 bdsp = (struct atpBDS *)(gbuf_rptr(m) + TOTAL_ATP_HDR_SIZE);
1675 if (UAS_VALUE(bdsp[count].bdsBuffSz) > ATP_DATA_SIZE) {
1681 size += UAS_VALUE(bdsp[count].bdsBuffSz);
1699 for (count = 0; count < bds_cnt; bdsp++, count++) {
1700 if ((bufaddr = UAL_VALUE(bdsp->bdsBuffAddr)) != 0 &&
1701 (len = UAS_VALUE(bdsp->bdsBuffSz)) != 0) {
1811 _ATPgetrsp(fd, bdsp, err, proc)
1813 struct atpBDS *bdsp;
1842 if ((*err = copyin(CAST_USER_ADDR_T(bdsp),
1855 if ((*err = copyout((caddr_t)bds, CAST_USER_ADDR_T(bdsp), sizeof(bds))) != 0) {