Linux Kernel
3.7.1
|
#include <sys/queue.h>
Go to the source code of this file.
Data Structures | |
struct | path_entry |
Macros | |
#define | FALSE 0 |
Typedefs | |
typedef struct path_entry * | path_entry_t |
Enumerations | |
enum | include_type { QUOTED_INCLUDE, BRACKETED_INCLUDE, SOURCE_FILE } |
Functions | |
SLIST_HEAD (path_list, path_entry) | |
void | stop (const char *errstring, int err_code) |
void | include_file (char *file_name, include_type type) |
void | expand_macro (struct symbol *macro_symbol) |
struct instruction * | seq_alloc (void) |
struct critical_section * | cs_alloc (void) |
struct scope * | scope_alloc (void) |
void | process_scope (struct scope *) |
Variables | |
struct path_list | search_path |
struct cs_tailq | cs_tailq |
struct scope_list | scope_stack |
struct symlist | patch_functions |
int | includes_search_curdir |
char * | appname |
char * | stock_include_file |
int | yylineno |
char * | yyfilename |
char * | prefix |
char * | patch_arg_list |
char * | versions |
int | src_mode |
int | dst_mode |
typedef struct path_entry * path_entry_t |
enum include_type |
|
read |
void include_file | ( | char * | file_name, |
include_type | type | ||
) |
|
read |
SLIST_HEAD | ( | path_list | , |
path_entry | |||
) |
char* appname |
struct cs_tailq cs_tailq |
int dst_mode |
int includes_search_curdir |
char* patch_arg_list |
struct symlist patch_functions |
char* prefix |
Definition at line 110 of file kvm_host.h.
struct scope_list scope_stack |
struct path_list search_path |
int src_mode |
char* stock_include_file |
char* versions |
Definition at line 259 of file mei-amt-version.c.
char* yyfilename |
int yylineno |