Searched refs:PRINT_PROC (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dnvram.c416 #define PRINT_PROC(fmt,args...) \ macro
542 PRINT_PROC("Checksum status: %svalid\n", checksum ? "" : "not ");
544 PRINT_PROC("# floppies : %d\n",
546 PRINT_PROC("Floppy 0 type : ");
549 PRINT_PROC("%s\n", floppy_types[type]);
551 PRINT_PROC("%d (unknown)\n", type);
552 PRINT_PROC("Floppy 1 type : ");
555 PRINT_PROC("%s\n", floppy_types[type]);
557 PRINT_PROC("%d (unknown)\n", type);
559 PRINT_PROC("H
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dstram.c327 #define PRINT_PROC(fmt,args...) len += sprintf( buf+len, fmt, ##args )
334 PRINT_PROC("Total ST-RAM: %8u kB\n",
336 PRINT_PROC( "Allocated regions:\n" );
340 PRINT_PROC("0x%08lx-0x%08lx: %s (",
345 PRINT_PROC( "page-alloced)\n" );
347 PRINT_PROC( "??)\n" );
324 #define PRINT_PROC macro

Completed in 67 milliseconds