Home
last modified time | relevance | path

Searched refs:MAC0 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.h67 #define INQMACRO(p) ((p)>=fsm[MAC0]&&(p)<=fsm[LIT0])
122 #define MAC0 (QUICK+6) macro
123 #define MACN (MAC0+NMAC-1)
H A Dppfsm.c275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
300 { MAC0, { 'L' }, QID, },
301 { MAC0, { '"', '\'' }, QUAL(LIT1), },
304 { MAC0+1, { 'L' }, QID, },
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
825 i = MAC0 + ((c = *s++) != 'L'); in ppfsm()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c88 MAC0=0, /* Ethernet hardware address. */ enumerator
326 outb(nic->node_addr[i], nic->ioaddr + MAC0 + i); in rtl_reset()
H A Dr8169.c129 MAC0 = 0, /* Ethernet hardware address. */ enumerator
734 nic->node_addr[i] = RTL_R8(MAC0 + i); in r8169_probe()