HomeSort by relevance Sort by last modified time
    Searched refs:dprt (Results 1 - 5 of 5) sorted by null

  /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 71 dprt("%s: str_cli(): sendline = %s", __FILE__, sendline);
115 dprt("%s: main(): Binding local address for client to use\n"
127 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 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);

Completed in 149 milliseconds