rumpkern_if_priv.h revision 1.14 1 /* $NetBSD: rumpkern_if_priv.h,v 1.14 2014/03/10 22:44:11 pooka Exp $ */
2
3 /*
4 * Automatically generated. DO NOT EDIT.
5 * from: NetBSD: rumpkern.ifspec,v 1.11 2013/03/07 18:49:13 pooka Exp
6 * by: NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp
7 */
8
9 int rump_module_init(const struct modinfo * const *, size_t);
10 int rump_module_fini(const struct modinfo *);
11 int rump_kernelfsym_load(void *, uint64_t, char *, uint64_t);
12 struct uio * rump_uio_setup(void *, size_t, off_t, enum rump_uiorw);
13 size_t rump_uio_getresid(struct uio *);
14 off_t rump_uio_getoff(struct uio *);
15 size_t rump_uio_free(struct uio *);
16 struct kauth_cred* rump_cred_create(uid_t, gid_t, size_t, gid_t *);
17 void rump_cred_put(struct kauth_cred *);
18 int rump_lwproc_rfork(int);
19 int rump_lwproc_newlwp(pid_t);
20 void rump_lwproc_switch(struct lwp *);
21 void rump_lwproc_releaselwp(void);
22 struct lwp * rump_lwproc_curlwp(void);
23 void rump_lwproc_sysent_usenative(void);
24 void rump_allbetsareoff_setid(pid_t, int);
25