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

Lines Matching refs:gbuf_cont

345 	    mdata = gbuf_cont(mdata);
479 if (gbuf_cont(mioc))
480 *(at_inet_t *)gbuf_rptr(gbuf_cont(mioc)) = scb->loc_addr;
484 if ((gbuf_cont(mioc) == 0) || (scb->atp_state == 0)) {
488 *(at_inet_t *)gbuf_rptr(gbuf_cont(mioc)) = scb->loc_addr;
492 if ((gbuf_cont(mioc) == 0) || (scb->atp_state == 0)) {
496 *(at_inet_t *)gbuf_rptr(gbuf_cont(mioc)) = scb->rem_addr;
500 if ((mdata = gbuf_cont(mioc)) == 0) {
551 gbuf_cont(mioc) = 0;
556 if ((mdata = gbuf_cont(mioc)) == 0) {
560 gbuf_cont(mioc) = 0;
574 if ((mdata = gbuf_cont(mioc)) == 0) {
578 gbuf_cont(mioc) = 0;
602 scb->stat_msg = gbuf_cont(mioc);
603 gbuf_cont(mioc) = 0;
612 if (gbuf_cont(mioc) == 0) {
616 scb->pid = *(int *)gbuf_rptr(gbuf_cont(mioc));
620 if (gbuf_cont(mioc) == 0) {
624 *(gref_t **)gbuf_rptr(gbuf_cont(mioc)) = gref;
628 if (gbuf_cont(mioc) == 0) {
635 *(int *)gbuf_rptr(gbuf_cont(mioc)) = 0;
637 *(int *)gbuf_rptr(gbuf_cont(mioc)) = 1;
639 *(int *)gbuf_rptr(gbuf_cont(mioc)) = -1;
648 if (gbuf_cont(mioc) == 0) {
658 (ddp_addr_t *)gbuf_rptr(gbuf_cont(mioc));
664 gbuf_wset(gbuf_cont(mioc), sizeof(at_inet_t));
703 if ((gbuf_cont(mioc) = gbuf_alloc(aspCMDsize, PRI_MED)) == 0) {
713 mdata = gbuf_cont(mioc);
955 if ((mdata = gbuf_cont(mioc)) == 0) {
1001 if (gbuf_cont(mdata)) {
1002 gbuf_freem(gbuf_cont(mdata));
1003 gbuf_cont(mdata) = 0;
1036 gbuf_cont(mdata) = mx;
1048 if (gbuf_cont(mdata)) {
1049 gbuf_freem(gbuf_cont(mdata));
1050 gbuf_cont(mdata) = 0;
1105 gbuf_cont(mioc) = 0;
1123 gbuf_cont(mioc) = mdata;
1153 gbuf_cont(mioc) = mdata;
1196 if (gbuf_cont(mdata)) {
1197 gbuf_freem(gbuf_cont(mdata));
1198 gbuf_cont(mdata) = 0;
1247 gbuf_cont(mioc) = mdata;
1295 mx = gbuf_cont(mioc);
1296 gbuf_cont(mioc) = 0;
1297 mdata = gbuf_cont(mx);
1298 gbuf_cont(mx) = 0;
1310 mx = gbuf_cont(mioc);
1311 gbuf_cont(mioc) = 0;
1312 if (gbuf_cont(mx)) {
1313 gbuf_freem(gbuf_cont(mx));
1314 gbuf_cont(mx) = 0;
1352 mx = gbuf_cont(mioc);
1353 mdata = gbuf_cont(mx);
1354 gbuf_cont(mioc) = mdata;
1370 if (gbuf_cont(mioc)) {
1371 gbuf_freem(gbuf_cont(mioc));
1372 gbuf_cont(mioc) = 0;
1492 if (gbuf_cont(mioc)) {
1493 gbuf_freem(gbuf_cont(mioc));
1494 gbuf_cont(mioc) = 0;
1507 if (gbuf_cont(mioc)) {
1508 gbuf_freem(gbuf_cont(mioc));
1509 gbuf_cont(mioc) = 0;
1717 if (gbuf_cont(mioc))
1718 ((ioc_t *)gbuf_rptr(mioc))->ioc_count = gbuf_msgsize(gbuf_cont(mioc));
1737 if (gbuf_cont(mioc)) {
1738 gbuf_freem(gbuf_cont(mioc));
1739 gbuf_cont(mioc) = 0;
1760 gbuf_cont(m) = scb_resource_m;
1966 gbuf_cont(mioc) = mdata;
1986 if ((gbuf_cont(mdata) = m_get((M_WAIT), MSG_DATA)) == 0) {
1991 mdata = gbuf_cont(mdata);
2000 mdata = gbuf_cont(mioc); /* code further on down expects this to b e set */
2197 mdata = gbuf_cont(mproto);
2260 for (rval = 0, sum = 0; mdata && (rval == 0); mdata = gbuf_cont(mdata))
2291 mdata = gbuf_cont(mproto);
2293 gbuf_cont(mproto) = NULL;