Searched refs:dprt (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/mem/mtest07/ |
D | 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", in rm_shared_mem() 135 dprt("pid[%d]: rm_shared_mem(): shmctl unable to remove shm_id[%d]\n", getpid(), shm_id); in rm_shared_mem() 142 dprt("pid[%d]:rm_shared_mem(): shmdt unable to detach addr = %#x\n", getpid(), shm_addr); in rm_shared_mem() 185 dprt("pid[%d]: shmat_rd_wr(): locargs[1] = %#x\n", in shmat_rd_wr() 192 dprt("pid[%d]: shmat_rd_wr(): shmget failed\n", in shmat_rd_wr() 210 dprt("pid[%d]: do_shmat_shmadt(): content of memory shmat_addr = %s\n", getpid(), shmat_addr); in shmat_rd_wr() 221 dprt("pid[%d]: do_shmat_shmatd(): write_to_mem = %#x\n", getpid(), write_to_mem); in shmat_rd_wr() [all …]
|
/external/ltp/testcases/kernel/sched/tool/ |
D | trace_sched.c | 64 #define dprt printf macro 66 #define dprt noprintf macro 210 dprt("pid[%d]: exiting with -1\n", getpid()); in thread_func() 232 dprt("pid[%d]: exiting with -1\n", getpid()); in thread_func() 239 dprt("pid[%d]: exiting with -1\n", getpid()); in thread_func() 245 dprt("pid[%d]: exiting with -1\n", getpid()); in thread_func() 252 dprt("pid[%d]: exiting with -1\n", getpid()); in thread_func() 273 dprt("pid[%d]: exiting with %ld\n", getpid(), locargptr); in thread_func()
|
/external/ltp/testcases/kernel/sched/clisrv/ |
D | pthcli.c | 71 dprt("%s: str_cli(): sendline = %s", __FILE__, sendline); in str_cli() 115 dprt("%s: main(): Binding local address for client to use\n" in main() 127 dprt("%s: main(): Open Internet stream socket, socfd = %d\n", __FILE__, in main()
|
D | inet.h | 43 #define dprt printf macro 49 #define dprt noprintf macro
|
/external/ltp/testcases/kernel/sched/process_stress/ |
D | process.c | 71 #define dprt(fmt, args...) printf(fmt, ## args) macro 74 #define dprt(fmt, args...) macro 659 dprt("nodesum = %d, sem_lock = %d\n", nodesum, sem_lock); 1245 dprt("value of BVAL = %d, value of DVAL = %d\n", BVAL, DVAL); 1257 dprt("value of nodesum is initiallized to: %d\n", nodesum);
|