Searched refs:MAC0 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppfsm.h | 67 #define INQMACRO(p) ((p)>=fsm[MAC0]&&(p)<=fsm[LIT0]) 122 #define MAC0 (QUICK+6) macro 123 #define MACN (MAC0+NMAC-1)
|
H A D | ppfsm.c | 275 { 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()
|
/titanic_50/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 45 "MAC0", MAC0,
|
/titanic_50/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 45 "MAC0", MAC0,
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | rtl8139.c | 88 MAC0=0, /* Ethernet hardware address. */ enumerator 326 outb(nic->node_addr[i], nic->ioaddr + MAC0 + i); in rtl_reset()
|
H A D | r8169.c | 129 MAC0 = 0, /* Ethernet hardware address. */ enumerator 734 nic->node_addr[i] = RTL_R8(MAC0 + i); in r8169_probe()
|