Home | History | Annotate | Line # | Download | only in rumpkern
rumpkern_if_priv.h revision 1.12.18.1
      1  1.12.18.1    tls /*	$NetBSD: rumpkern_if_priv.h,v 1.12.18.1 2013/06/23 06:20:28 tls Exp $	*/
      2        1.1  pooka 
      3        1.1  pooka /*
      4        1.1  pooka  * Automatically generated.  DO NOT EDIT.
      5  1.12.18.1    tls  * from: NetBSD: rumpkern.ifspec,v 1.11 2013/03/07 18:49:13 pooka Exp
      6  1.12.18.1    tls  * by:   NetBSD: makerumpif.sh,v 1.6 2013/02/14 10:54:54 pooka Exp
      7        1.1  pooka  */
      8        1.1  pooka 
      9        1.2  pooka int rump_getversion(void);
     10        1.6  pooka int rump_module_init(const struct modinfo * const *, size_t);
     11        1.6  pooka int rump_module_fini(const struct modinfo *);
     12        1.5  pooka int rump_kernelfsym_load(void *, uint64_t, char *, uint64_t);
     13        1.2  pooka struct uio * rump_uio_setup(void *, size_t, off_t, enum rump_uiorw);
     14        1.2  pooka size_t rump_uio_getresid(struct uio *);
     15        1.2  pooka off_t rump_uio_getoff(struct uio *);
     16        1.2  pooka size_t rump_uio_free(struct uio *);
     17        1.7  pooka struct kauth_cred* rump_cred_create(uid_t, gid_t, size_t, gid_t *);
     18        1.7  pooka void rump_cred_put(struct kauth_cred *);
     19       1.12  pooka int rump_lwproc_rfork(int);
     20        1.8  pooka int rump_lwproc_newlwp(pid_t);
     21        1.8  pooka void rump_lwproc_switch(struct lwp *);
     22        1.8  pooka void rump_lwproc_releaselwp(void);
     23        1.8  pooka struct lwp * rump_lwproc_curlwp(void);
     24  1.12.18.1    tls void rump_lwproc_sysent_usenative(void);
     25        1.8  pooka void rump_allbetsareoff_setid(pid_t, int);
     26