|
|
| version 1.16, 2004/01/20 18:41:51 | version 1.17, 2004/03/06 22:14:16 |
|---|---|
| Line 3 | Line 3 |
| * | * |
| * DO NOT EDIT-- this file is automatically generated. | * DO NOT EDIT-- this file is automatically generated. |
| * $DragonFly$ | * $DragonFly$ |
| * created from DragonFly: src/sys/kern/syscalls.master,v 1.10 2004/01/18 12:31:08 dillon Exp | * created from DragonFly: src/sys/kern/syscalls.master,v 1.11 2004/01/20 18:41:51 dillon Exp |
| */ | */ |
| #ifndef _SYS_SYSPROTO_H_ | #ifndef _SYS_SYSPROTO_H_ |
| Line 2083 struct caps_sys_abort_args { | Line 2083 struct caps_sys_abort_args { |
| off_t msgcid; char msgcid_[PAD_(off_t)]; | off_t msgcid; char msgcid_[PAD_(off_t)]; |
| int flags; char flags_[PAD_(int)]; | int flags; char flags_[PAD_(int)]; |
| }; | }; |
| struct caps_sys_getgen_args { | |
| #ifdef _KERNEL | |
| struct sysmsg sysmsg; | |
| #endif | |
| union usrmsg usrmsg; | |
| int portid; char portid_[PAD_(int)]; | |
| }; | |
| struct caps_sys_setgen_args { | |
| #ifdef _KERNEL | |
| struct sysmsg sysmsg; | |
| #endif | |
| union usrmsg usrmsg; | |
| int portid; char portid_[PAD_(int)]; | |
| off_t gen; char gen_[PAD_(off_t)]; | |
| }; | |
| struct exec_sys_register_args { | struct exec_sys_register_args { |
| #ifdef _KERNEL | #ifdef _KERNEL |
| struct sysmsg sysmsg; | struct sysmsg sysmsg; |
| Line 2344 int caps_sys_reply (struct caps_sys_repl | Line 2359 int caps_sys_reply (struct caps_sys_repl |
| int caps_sys_get (struct caps_sys_get_args *); | int caps_sys_get (struct caps_sys_get_args *); |
| int caps_sys_wait (struct caps_sys_wait_args *); | int caps_sys_wait (struct caps_sys_wait_args *); |
| int caps_sys_abort (struct caps_sys_abort_args *); | int caps_sys_abort (struct caps_sys_abort_args *); |
| int caps_sys_getgen (struct caps_sys_getgen_args *); | |
| int caps_sys_setgen (struct caps_sys_setgen_args *); | |
| int exec_sys_register (struct exec_sys_register_args *); | int exec_sys_register (struct exec_sys_register_args *); |
| int exec_sys_unregister (struct exec_sys_unregister_args *); | int exec_sys_unregister (struct exec_sys_unregister_args *); |