Searched refs:dprt (Results 1 – 4 of 4) 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); \ 140 dprt("pid[%d]: rm_shared_mem(): shm_id = %d shm_addr = %#x cmd = %d\n", in rm_shared_mem() 143 dprt("pid[%d]: rm_shared_mem(): shmctl unable to remove shm_id[%d]\n", getpid(), shm_id); in rm_shared_mem() 150 dprt("pid[%d]:rm_shared_mem(): shmdt unable to detach addr = %#x\n", getpid(), shm_addr); in rm_shared_mem() 190 dprt("pid[%d]: shmat_rd_wr(): locargs[1] = %#x\n", in shmat_rd_wr() 197 dprt("pid[%d]: shmat_rd_wr(): shmget failed\n", in shmat_rd_wr() 215 dprt("pid[%d]: do_shmat_shmadt(): content of memory shmat_addr = %s\n", getpid(), shmat_addr); in shmat_rd_wr() 226 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
|