msg_reply         119 include/sys/prex.h int	msg_reply(object_t obj, void *msg, size_t size);
msg_reply          58 sys/include/ipc.h int	 msg_reply(object_t, void *, size_t);
msg_reply         112 sys/kern/sysent.c 	/* 29 */ SYSENT(3, msg_reply),
msg_reply         180 usr/sample/ipc/ipc.c 		msg_reply(obj, &msg, sizeof(msg));
msg_reply         233 usr/server/exec/main.c 		error = msg_reply(obj, msg, MAX_EXECMSG);
msg_reply        1084 usr/server/fs/vfs/main.c 		msg_reply(fsobj, msg, MAX_FSMSG);
msg_reply         472 usr/server/pow/pow.c 		msg_reply(obj, &msg, sizeof(msg));
msg_reply         574 usr/server/proc/main.c 		msg_reply(obj, &msg, sizeof(msg));
msg_reply          81 usr/test/attack/attack.c 	msg_reply(0, msg, size);
msg_reply          82 usr/test/attack/attack.c 	msg_reply(obj, NULL, size);
msg_reply          83 usr/test/attack/attack.c 	msg_reply(obj, msg, 0);
msg_reply          84 usr/test/attack/attack.c 	msg_reply(0, msg, 0);
msg_reply          85 usr/test/attack/attack.c 	msg_reply(0, NULL, size);
msg_reply          86 usr/test/attack/attack.c 	msg_reply(obj, msg, size);
msg_reply         157 usr/test/ipc/ipc.c 		msg_reply(o1, &msg, sizeof(msg));
msg_reply         169 usr/test/ipc/ipc.c 		msg_reply(o2, &msg, sizeof(msg));
msg_reply         100 usr/test/ipc_mt/ipc_mt.c 		msg_reply(obj, &msg, sizeof(msg));