/external/ltp/testcases/kernel/mem/mtest07/ |
shm_test.c | 65 #define dprt printf macro 67 #define dprt noprintf macro 72 dprt("pid[%d]: exiting with %d\n", getpid(),exit_val); \ 132 dprt("pid[%d]: rm_shared_mem(): shm_id = %d shm_addr = %#x cmd = %d\n", 135 dprt("pid[%d]: rm_shared_mem(): shmctl unable to remove shm_id[%d]\n", getpid(), shm_id); 142 dprt("pid[%d]:rm_shared_mem(): shmdt unable to detach addr = %#x\n", getpid(), shm_addr); 185 dprt("pid[%d]: shmat_rd_wr(): locargs[1] = %#x\n", 192 dprt("pid[%d]: shmat_rd_wr(): shmget failed\n", 210 dprt("pid[%d]: do_shmat_shmadt(): content of memory shmat_addr = %s\n", getpid(), shmat_addr); 221 dprt("pid[%d]: do_shmat_shmatd(): write_to_mem = %#x\n", getpid(), write_to_mem) [all...] |
/external/ltp/testcases/kernel/sched/clisrv/ |
inet.h | 43 #define dprt printf macro 49 #define dprt noprintf macro
|
pthcli.c | 72 dprt("%s: str_cli(): sendline = %s", __FILE__, sendline); 116 dprt("%s: main(): Binding local address for client to use\n" 128 dprt("%s: main(): Open Internet stream socket, socfd = %d\n", __FILE__,
|
/external/ltp/testcases/kernel/sched/tool/ |
trace_sched.c | 63 #ifdef DEBUG /* compile with this flag for debug, use dprt in code */ 64 #define dprt printf macro 66 #define dprt noprintf macro 210 dprt("pid[%d]: exiting with -1\n", getpid()); 232 dprt("pid[%d]: exiting with -1\n", getpid()); 239 dprt("pid[%d]: exiting with -1\n", getpid()); 245 dprt("pid[%d]: exiting with -1\n", getpid()); 252 dprt("pid[%d]: exiting with -1\n", getpid()); 273 dprt("pid[%d]: exiting with %ld\n", getpid(), locargptr);
|
/external/ltp/testcases/kernel/sched/process_stress/ |
process.c | 72 #define dprt(fmt, args...) printf(fmt, ## args) macro 75 #define dprt(fmt, args...) macro 660 dprt("nodesum = %d, sem_lock = %d\n", nodesum, sem_lock); 1246 dprt("value of BVAL = %d, value of DVAL = %d\n", BVAL, DVAL); 1258 dprt("value of nodesum is initiallized to: %d\n", nodesum);
|