794cd3c3dc
interfaces. Allows to remove hairbrained _t typedef dance.
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
; $NetBSD: rumpkern.ifspec,v 1.5 2010/04/14 14:12:48 pooka Exp $
|
|
|
|
NAME|kern
|
|
PUBHDR|include/rump/rumpkern_if_pub.h
|
|
PRIVHDR|librump/rumpkern/rumpkern_if_priv.h
|
|
WRAPPERS|librump/rumpkern/rumpkern_if_wrappers.c
|
|
|
|
; type | name | args
|
|
;
|
|
|
|
void |reboot |int
|
|
int |getversion |void
|
|
|
|
int |module_init |const struct modinfo * const *, size_t
|
|
int |module_fini |const struct modinfo *
|
|
int |kernelfsym_load|void *, uint64_t, char *, uint64_t
|
|
|
|
struct uio * |uio_setup |void *, size_t, off_t, enum rump_uiorw
|
|
size_t |uio_getresid |struct uio *
|
|
off_t |uio_getoff |struct uio *
|
|
size_t |uio_free |struct uio *
|
|
|
|
struct kauth_cred*|cred_create |uid_t, gid_t, size_t, gid_t *
|
|
struct kauth_cred*|cred_suserget|void
|
|
void |cred_put |struct kauth_cred *
|
|
|
|
; lwp interfaces. these need much love
|
|
struct lwp * |newproc_switch |void
|
|
struct lwp * |lwp_alloc |pid_t, lwpid_t
|
|
struct lwp * |lwp_alloc_and_switch |pid_t, lwpid_t
|
|
struct lwp * |lwp_curlwp |void
|
|
void |lwp_switch |struct lwp *
|
|
void |lwp_release |struct lwp *
|
|
|
|
int |sysproxy_set |rump_sysproxy_t, void *
|
|
int |sysproxy_socket_setup_client |int
|
|
int |sysproxy_socket_setup_server |int
|