Home | History | Annotate | Line # | Download | only in rumpkern
rumpkern_if_priv.h revision 1.5.2.1
      1  1.5.2.1  uebayasi /*	$NetBSD: rumpkern_if_priv.h,v 1.5.2.1 2010/04/30 14:44:30 uebayasi Exp $	*/
      2      1.1     pooka 
      3      1.1     pooka /*
      4      1.1     pooka  * Automatically generated.  DO NOT EDIT.
      5  1.5.2.1  uebayasi  * from: NetBSD: rumpkern.ifspec,v 1.4 2010/03/05 18:41:46 pooka Exp
      6      1.3     pooka  * by:   NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp
      7      1.1     pooka  */
      8      1.1     pooka 
      9      1.2     pooka void rump_reboot(int);
     10      1.2     pooka int rump_getversion(void);
     11  1.5.2.1  uebayasi int rump_module_init(const struct modinfo * const *, size_t);
     12  1.5.2.1  uebayasi int rump_module_fini(const struct modinfo *);
     13      1.5     pooka int rump_kernelfsym_load(void *, uint64_t, char *, uint64_t);
     14      1.2     pooka struct uio * rump_uio_setup(void *, size_t, off_t, enum rump_uiorw);
     15      1.2     pooka size_t rump_uio_getresid(struct uio *);
     16      1.2     pooka off_t rump_uio_getoff(struct uio *);
     17      1.2     pooka size_t rump_uio_free(struct uio *);
     18  1.5.2.1  uebayasi struct kauth_cred* rump_cred_create(uid_t, gid_t, size_t, gid_t *);
     19  1.5.2.1  uebayasi struct kauth_cred* rump_cred_suserget(void);
     20  1.5.2.1  uebayasi void rump_cred_put(struct kauth_cred *);
     21      1.2     pooka struct lwp * rump_newproc_switch(void);
     22      1.4     pooka struct lwp * rump_lwp_alloc(pid_t, lwpid_t);
     23      1.4     pooka struct lwp * rump_lwp_alloc_and_switch(pid_t, lwpid_t);
     24      1.4     pooka struct lwp * rump_lwp_curlwp(void);
     25      1.4     pooka void rump_lwp_switch(struct lwp *);
     26      1.4     pooka void rump_lwp_release(struct lwp *);
     27      1.2     pooka int rump_sysproxy_set(rump_sysproxy_t, void *);
     28      1.2     pooka int rump_sysproxy_socket_setup_client(int);
     29      1.2     pooka int rump_sysproxy_socket_setup_server(int);
     30