Searched refs:DEBUG_PRINT (Results 1 – 7 of 7) sorted by relevance
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | debug.h | 53 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) macro 76 #define DEBUG_PRINT(fd,s,v) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | debug.h | 53 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) macro 76 #define DEBUG_PRINT(fd,s,v) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | debug.h | 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) macro 85 #define DEBUG_PRINT(fd,s,v) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | debug.h | 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) macro 85 #define DEBUG_PRINT(fd,s,v) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | debug.h | 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) macro 85 #define DEBUG_PRINT(fd,s,v) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | debug.h | 62 #define DEBUG_PRINT(fd,s,v) do {char _b[1024];write(fd,_b,sfsprintf(_b,sizeof(_b),s,v));} while(0) macro 85 #define DEBUG_PRINT(fd,s,v) macro
|
/titanic_51/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 2802 1) Added the ACPI_DO_WHILE macro to the main DEBUG_PRINT helper macro for 2884 Performance improvement for the various FUNCTION_TRACE and DEBUG_PRINT 15502 DEBUG_PRINT macro alone, so each optimization reduces the size of 15525 invocations of the DEBUG_PRINT macro, 500 function entry macro 15569 The DEBUG_PRINT macro(s) have been optimized for size and replaced
|