Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
util.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <signal.h>
#include <string.h>
#include <termios.h>
#include <wait.h>
#include <sys/mman.h>
#include <sys/utsname.h>
#include <os.h>

Go to the source code of this file.

Functions

void stack_protections (unsigned long address)
 
int raw (int fd)
 
void setup_machinename (char *machine_out)
 
void setup_hostinfo (char *buf, int len)
 
void os_dump_core (void)
 
void um_early_printk (const char *s, unsigned int n)
 

Function Documentation

void os_dump_core ( void  )

Definition at line 97 of file util.c.

int raw ( int  fd)

Definition at line 25 of file util.c.

void setup_hostinfo ( char buf,
int  len 
)

Definition at line 68 of file util.c.

void setup_machinename ( char machine_out)

Definition at line 47 of file util.c.

void stack_protections ( unsigned long  address)

Definition at line 18 of file util.c.

void um_early_printk ( const char s,
unsigned int  n 
)

Definition at line 141 of file util.c.