Home
last modified time | relevance | path

Searched refs:ctlinfo (Results 1 – 9 of 9) sorted by relevance

/original-bsd/usr.bin/f77/pass1.tahoe/
H A Doptim.c186 if(sp->ctlinfo) free ( (charptr) sp->ctlinfo); in flushopt()
219 putcmgo(sp->expr, sp->label, sp->ctlinfo);
241 #define LM ((struct Labelblock * *)sp->ctlinfo)[0]->labelno
242 #define LZ ((struct Labelblock * *)sp->ctlinfo)[1]->labelno
243 #define LP ((struct Labelblock * *)sp->ctlinfo)[2]->labelno
420 if (sl->ctlinfo)
421 free ((charptr) sl->ctlinfo);
477 sp->ctlinfo = NULL; in frtempbuff()
508 sp->ctlinfo = NULL;
512 sp->ctlinfo = (int*) cplabarr (l, (struct Labelblock**) c);
[all …]
H A Dregalloc.c588 #define LM ((struct Labelblock * *)sp->ctlinfo)[0]->labelno in alreg()
589 #define LZ ((struct Labelblock * *)sp->ctlinfo)[1]->labelno in alreg()
590 #define LP ((struct Labelblock * *)sp->ctlinfo)[2]->labelno in alreg()
607 lp = (struct Labelblock **) sp->ctlinfo; in alreg()
986 lp = (struct Labelblock **) sp->ctlinfo; in alreg()
/original-bsd/usr.bin/f77/pass1.vax/
H A Doptim.c194 if(sp->ctlinfo) free ( (charptr) sp->ctlinfo); in flushopt()
227 putcmgo(sp->expr, sp->label, sp->ctlinfo);
249 #define LM ((struct Labelblock * *)sp->ctlinfo)[0]->labelno
250 #define LZ ((struct Labelblock * *)sp->ctlinfo)[1]->labelno
251 #define LP ((struct Labelblock * *)sp->ctlinfo)[2]->labelno
428 if (sl->ctlinfo)
429 free ((charptr) sl->ctlinfo);
485 sp->ctlinfo = NULL; in frtempbuff()
516 sp->ctlinfo = NULL;
520 sp->ctlinfo = (int*) cplabarr (l, (struct Labelblock**) c);
[all …]
H A Doptim.h22 int *ctlinfo; member
H A Dregalloc.c645 #define LM ((struct Labelblock * *)sp->ctlinfo)[0]->labelno in alreg()
646 #define LZ ((struct Labelblock * *)sp->ctlinfo)[1]->labelno in alreg()
647 #define LP ((struct Labelblock * *)sp->ctlinfo)[2]->labelno in alreg()
664 lp = (struct Labelblock **) sp->ctlinfo; in alreg()
1043 lp = (struct Labelblock **) sp->ctlinfo; in alreg()
/original-bsd/sys/netccitt/
H A Dpk_llcsubr.c332 struct dll_ctlinfo ctlinfo; in x25_llcglue() local
337 ctlinfo.dlcti_cfg = in x25_llcglue()
339 ctlinfo.dlcti_lsap = LLC_X25_LSAP; in x25_llcglue()
341 return ((int)llc_ctlinput(prc, addr, (caddr_t)&ctlinfo)); in x25_llcglue()
H A Dllc_input.c328 struct dll_ctlinfo *ctlinfo = (struct dll_ctlinfo *)info; in llc_ctlinput() local
348 sap = ctlinfo->dlcti_lsap; in llc_ctlinput()
349 config = ctlinfo->dlcti_cfg; in llc_ctlinput()
356 pcb = ctlinfo->dlcti_pcb; in llc_ctlinput()
357 nlrt = ctlinfo->dlcti_rt; in llc_ctlinput()
H A Dpk_subr.c479 struct dll_ctlinfo ctlinfo; local
481 ctlinfo.dlcti_rt = rt;
482 ctlinfo.dlcti_pcb = (caddr_t) pkp;
483 ctlinfo.dlcti_conf =
486 (pkp -> pk_llctlinput) (PRC_CONNECT_REQUEST, 0, &ctlinfo);
H A Dpk_input.c150 struct dll_ctlinfo ctlinfo; local
160 ctlinfo.dlcti_pcb = pkp -> pk_llnext;
161 ctlinfo.dlcti_rt = pkp -> pk_rt;
163 pkp -> pk_xcp, &ctlinfo);