Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <init.h>
#include <os.h>
Go to the source code of this file.
Macros | |
#define | UML_DIR "~/.uml/" |
#define | UMID_LEN 64 |
Functions | |
int __init | set_umid (char *name) |
__initcall (make_umid_init) | |
int __init | umid_file_name (char *name, char *buf, int len) |
char * | get_umid (void) |
__uml_setup ("uml_dir=", set_uml_dir,"uml_dir=<directory>\n"" The location to place the pid and umid files.\n\n") | |
__uml_exitcall (remove_umid_dir) | |
__initcall | ( | make_umid_init | ) |
__uml_exitcall | ( | remove_umid_dir | ) |
__uml_setup | ( | ) |