Home
last modified time | relevance | path

Searched refs:atable (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c59 static struct arptable atable[ARP_TABLE_SIZE]; variable
302 atable[arp_index].ia.s_addr = ip->s_addr; in mac_set_arp()
303 bcopy(hp, (char *)atable[arp_index].ha, hl); in mac_set_arp()
304 atable[arp_index].hl = hl; in mac_set_arp()
324 if (ip->s_addr == atable[i].ia.s_addr) { in mac_get_arp()
325 bcopy((char *)atable[i].ha, hp, hl); in mac_get_arp()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c299 atable = (int *)myalloc(nstates, sizeof (*atable));
311 state == 0 || atable == 0 || sfall == 0 || cpackflg == 0)
359 free(atable);
H A Dnrform43 common /Latable/ atable
47 integer sfall(Ssfall),atable(Satable),extra(Sextra), vstop(Svstop)
134 yyfnd = atable(ilsp)
141 if (yyback(atable(ilsp), -r) .eq. 1)
H A Dsub2.c755 t = atable[i]; in stprt()
815 atable[s] = -1; in acompute()
835 atable[s] = aptr; in acompute()
1029 shiftr(atable, stnum); in layout()
1030 rprint(atable, "atable", stnum+1); in layout()
1062 if (atable[i] != -1) in layout()
1063 (void) fprintf(fout, "yyvstop+%d },", atable[i]); in layout()
H A Donce.h136 int *atable; variable
H A Dldefs.h221 extern int *atable, aptr;