|
int | nullop (void) |
|
int | ureadc (int, struct uio *) |
|
void * | hashinit (int count, int type, u_long *hashmask) |
|
void * | phashinit (int count, int type, u_long *nentries) |
|
void | panic (const char *,...) __dead2 |
|
void | boot (int) __dead2 |
|
void | cpu_boot (int) |
|
int | kvprintf (char const *, void(*)(int, void *), void *, int, _BSD_VA_LIST_) |
|
void | log (int, const char *,...) |
|
int | printf (const char *,...) |
|
int | sprintf (char *buf, const char *,...) |
|
void | uprintf (const char *,...) |
|
void | ttyprintf (struct tty *, const char *,...) |
|
int | copystr (const void *kfaddr, void *kdaddr, size_t len, size_t *lencopied) |
|
int | copyinstr (const void *udaddr, void *kaddr, size_t len, size_t *lencopied) |
|
int | copyin (const void *udaddr, void *kaddr, size_t len) |
|
int | copyout (const void *kaddr, void *udaddr, size_t len) |
|
int | hzto (struct timeval *tv) |
|
void | timeout (timeout_func_t, void *, int) |
|
void | untimeout (timeout_func_t, void *) |
|
int | tsleep (void *chan, int pri, char *wmesg, int timo) |
|
void | wakeup (void *chan) |
|