Lines Matching refs:dprt
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()
324 dprt("main(): thrd_ndx = %d map_address = %#x map_size = %d\n", in main()
351 dprt("WE ARE HERE %d\n", __LINE__); in main()