Home
last modified time | relevance | path

Searched refs:dprt (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/mem/mtest07/
Dshm_test.c65 #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/
Dtrace_sched.c64 #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/
Dpthcli.c72 dprt("%s: str_cli(): sendline = %s", __FILE__, sendline);
116 dprt("%s: main(): Binding local address for client to use\n" in main()
128 dprt("%s: main(): Open Internet stream socket, socfd = %d\n", __FILE__, in main()
Dinet.h43 #define dprt printf macro
49 #define dprt noprintf macro
/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c72 #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);