Home
last modified time | relevance | path

Searched defs:PL (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc64/boot/
Dmknote.c15 #define PL(x) printf("%c%c%c%c", ((x)>>24)&0xff, ((x)>>16)&0xff, ((x)>>8)&0xff, (x)&0xff ); macro
/linux-2.4.37.9/arch/ppc/boot/utils/
Dmknote.c15 #define PL(x) printf("%c%c%c%c", ((x)>>24)&0xff, ((x)>>16)&0xff, ((x)>>8)&0xff, (x)&0xff ); macro
/linux-2.4.37.9/include/asm-sh64/
Dsystem.h403 #define PL() printk("@ <%s,%s:%d>\n",__FILE__,__FUNCTION__,__LINE__) macro
/linux-2.4.37.9/fs/isofs/
Drock.h106 struct RR_PL PL; member