#include <fcntl.h>#include <sys/mman.h>#include <stdio.h>#include <limits.h>#include <sys/types.h>#include <unistd.h>#include <alloca.h>

Go to the source code of this file.
Defines | |
| #define | MAX_DP 100 |
Functions/Subroutines | |
| void | f77_map_datapool_ (const char *dpname, char *dp_address, int dp_length) |
| void | f77_map_datapool_pad_ (const char *dpname, char *dp_address, int dp_length, int pagesize) |
| void | f77_unmap_datapool_ () |
Variables | |
| static int * | count_ptr [MAX_DP] |
| static char | fn_save [MAX_DP][PATH_MAX] |
| static int | ndp = 0 |
| static char * | cpath |
| static struct flock | flk |
| static int | ltype |
| int | errno |
| int | DEBUG_MAP_LOCALDATA = 0 |
| #define MAX_DP 100 |
Definition at line 69 of file map_datapool_.c.
| void f77_map_datapool_ | ( | const char * | dpname, | |
| char * | dp_address, | |||
| int | dp_length | |||
| ) |
| void f77_map_datapool_pad_ | ( | const char * | dpname, | |
| char * | dp_address, | |||
| int | dp_length, | |||
| int | pagesize | |||
| ) |
| void f77_unmap_datapool_ | ( | ) |
int* count_ptr[MAX_DP] [static] |
Definition at line 70 of file map_datapool_.c.
Referenced by f77_map_datapool_(), f77_map_datapool_pad_(), f77_unmap_datapool_(), and solve_flow_graph().
char* cpath [static] |
Definition at line 74 of file map_datapool_.c.
Referenced by _PXFEXECV(), _PXFEXECVE(), f77_map_datapool_(), f77_map_datapool_pad_(), and main().
| int DEBUG_MAP_LOCALDATA = 0 |
Definition at line 79 of file map_datapool_.c.
Referenced by f77_map_datapool_(), and f77_map_datapool_pad_().
| int errno |
Definition at line 75 of file map_datapool_.c.
char fn_save[MAX_DP][PATH_MAX] [static] |
Definition at line 71 of file map_datapool_.c.
Referenced by f77_map_datapool_(), f77_map_datapool_pad_(), and f77_unmap_datapool_().
int ltype [static] |
Definition at line 76 of file map_datapool_.c.
Referenced by expand_java_binop(), ffecom_expr_power_integer_(), ffecom_prepare_expr_(), and types_are_compatible().
int ndp = 0 [static] |
Definition at line 72 of file map_datapool_.c.
Referenced by f77_map_datapool_(), f77_map_datapool_pad_(), and f77_unmap_datapool_().
1.5.6