summaryrefslogtreecommitdiff
path: root/hurd/io_reply.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-02 01:56:46 +0000
committerRoland McGrath <roland@gnu.org>2002-01-02 01:56:46 +0000
commit3c2155867910cd91a2882c48dd3d928974e74c42 (patch)
tree82ebb710c60b7e83e5a4f7fe70ec3813ee230443 /hurd/io_reply.defs
parent1c5b230e29c9319412ba4a13be1e81b3d321b3a2 (diff)
2002-01-01 Roland McGrath <roland@frob.com>
* auth_reply.defs: RetCode -> RETCODE * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
Diffstat (limited to 'hurd/io_reply.defs')
-rw-r--r--hurd/io_reply.defs52
1 files changed, 26 insertions, 26 deletions
diff --git a/hurd/io_reply.defs b/hurd/io_reply.defs
index 865b27a6..121fdc88 100644
--- a/hurd/io_reply.defs
+++ b/hurd/io_reply.defs
@@ -33,121 +33,121 @@ type reply_port_t = polymorphic | MACH_MSG_TYPE_MAKE_SEND_ONCE
simpleroutine io_write_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
amount: int);
simpleroutine io_read_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
data: data_t);
simpleroutine io_seek_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
newp: off_t);
simpleroutine io_readable_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
amount: int);
simpleroutine io_set_all_openmodes_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_get_openmodes_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
bits: int);
simpleroutine io_set_some_openmodes_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_clear_some_openmodes_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_async_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
async_id_port: mach_port_send_t);
simpleroutine io_mod_owner_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_get_owner_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
owner: pid_t);
simpleroutine io_get_icky_async_id_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
id_port: mach_port_send_t);
simpleroutine io_select_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
select_result: int);
simpleroutine io_stat_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
stat_info: io_statbuf_t);
skip; /* io_reauthenticate has no reply */
simpleroutine io_restrict_auth_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
new_object: mach_port_send_t);
simpleroutine io_duplicate_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
newport: mach_port_send_t);
simpleroutine io_map_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
rdobject: mach_port_send_t;
wrobject: mach_port_send_t);
simpleroutine io_map_cntl_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode;
+ return_code: kern_return_t, RETCODE;
memobj: mach_port_send_t);
simpleroutine io_get_conch_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_release_conch_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_eofnotify_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_prenotify_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_postnotify_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_readnotify_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_readsleep_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);
simpleroutine io_sigio_reply (
reply: reply_port_t;
- return_code: kern_return_t, RetCode);
+ return_code: kern_return_t, RETCODE);