mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
27 lines
No EOL
1.2 KiB
C
Vendored
27 lines
No EOL
1.2 KiB
C
Vendored
/* $NetBSD: rumpkern_if_pub.h,v 1.18 2016/01/26 23:25:40 pooka Exp $ */
|
|
|
|
/*
|
|
* Automatically generated. DO NOT EDIT.
|
|
* from: NetBSD: rumpkern.ifspec,v 1.14 2016/01/26 23:22:22 pooka Exp
|
|
* by: NetBSD: makerumpif.sh,v 1.10 2016/01/26 23:21:18 pooka Exp
|
|
*/
|
|
|
|
int rump_pub_module_init(const struct modinfo * const *, size_t);
|
|
int rump_pub_module_fini(const struct modinfo *);
|
|
int rump_pub_kernelfsym_load(void *, uint64_t, char *, uint64_t);
|
|
struct uio * rump_pub_uio_setup(void *, size_t, off_t, enum rump_uiorw);
|
|
size_t rump_pub_uio_getresid(struct uio *);
|
|
off_t rump_pub_uio_getoff(struct uio *);
|
|
size_t rump_pub_uio_free(struct uio *);
|
|
struct kauth_cred* rump_pub_cred_create(uid_t, gid_t, size_t, gid_t *);
|
|
void rump_pub_cred_put(struct kauth_cred *);
|
|
int rump_pub_lwproc_rfork(int);
|
|
int rump_pub_lwproc_newlwp(pid_t);
|
|
void rump_pub_lwproc_switch(struct lwp *);
|
|
void rump_pub_lwproc_releaselwp(void);
|
|
struct lwp * rump_pub_lwproc_curlwp(void);
|
|
void rump_pub_lwproc_sysent_usenative(void);
|
|
void rump_pub_allbetsareoff_setid(pid_t, int);
|
|
int rump_pub_etfs_register(const char *, const char *, enum rump_etfs_type);
|
|
int rump_pub_etfs_register_withsize(const char *, const char *, enum rump_etfs_type, uint64_t, uint64_t);
|
|
int rump_pub_etfs_remove(const char *); |