Home | History | Annotate | Line # | Download | only in rumpkern
rumpkern_if_priv.h revision 1.5.2.3
      1 /*	$NetBSD: rumpkern_if_priv.h,v 1.5.2.3 2010/11/06 08:08:51 uebayasi Exp $	*/
      2 
      3 /*
      4  * Automatically generated.  DO NOT EDIT.
      5  * from: NetBSD: rumpkern.ifspec,v 1.7 2010/10/27 20:34:50 pooka Exp
      6  * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp
      7  */
      8 
      9 void rump_reboot(int);
     10 int rump_getversion(void);
     11 int rump_module_init(const struct modinfo * const *, size_t);
     12 int rump_module_fini(const struct modinfo *);
     13 int rump_kernelfsym_load(void *, uint64_t, char *, uint64_t);
     14 struct uio * rump_uio_setup(void *, size_t, off_t, enum rump_uiorw);
     15 size_t rump_uio_getresid(struct uio *);
     16 off_t rump_uio_getoff(struct uio *);
     17 size_t rump_uio_free(struct uio *);
     18 struct kauth_cred* rump_cred_create(uid_t, gid_t, size_t, gid_t *);
     19 void rump_cred_put(struct kauth_cred *);
     20 int rump_lwproc_newproc(void);
     21 int rump_lwproc_newlwp(pid_t);
     22 void rump_lwproc_switch(struct lwp *);
     23 void rump_lwproc_releaselwp(void);
     24 struct lwp * rump_lwproc_curlwp(void);
     25 void rump_allbetsareoff_setid(pid_t, int);
     26 int rump_syscall(int, void *, register_t *);
     27