Home
last modified time | relevance | path

Searched refs:END_TAG (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dresidual.c480 if (pkt->S1_Pack.Tag== END_TAG) { in printpackets()
497 } while (pkt->S1_Pack.Tag != END_TAG); in printpackets()
838 for(; *p != END_TAG; p+=size) { in PnP_find_packet()
/linux-2.4.37.9/include/asm-ppc/
Dpnp.h230 #define END_TAG 0x78 /* End of resource */ macro