Go to the source code of this file.
Classes | |
| struct | block_s |
| struct | remap_s |
Functions | |
| static remap_t * | remap_new (char *title) |
| static int | compare_block (block_t *a, block_t *b) |
| static block_t * | findblock (remap_t *map, block_t *key) |
| static void | mergeblock (block_t *b, block_t tmp) |
| static void | remap_add_node (remap_t *map, block_t block) |
| static int | parseblock (char *buf, int *dom, int *tt, int *pg, unsigned long *start, unsigned long *end) |
| remap_t * | remap_loadmap (char *title) |
| unsigned long | remap_block (remap_t *map, int domain, int title, int program, unsigned long cblock, unsigned long offset) |
| static remap_t* remap_new | ( | char * | title | ) | [static] |
Definition at line 63 of file remap.c.
Referenced by remap_loadmap().
Definition at line 73 of file remap.c.
Referenced by findblock(), and remap_add_node().
Definition at line 107 of file remap.c.
Referenced by remap_add_node(), and remap_block().
Definition at line 127 of file remap.c.
Referenced by remap_add_node().
Definition at line 132 of file remap.c.
Referenced by remap_loadmap().
| static int parseblock | ( | char * | buf, | |
| int * | dom, | |||
| int * | tt, | |||
| int * | pg, | |||
| unsigned long * | start, | |||
| unsigned long * | end | |||
| ) | [static] |
Definition at line 154 of file remap.c.
Referenced by remap_loadmap().
| remap_t* remap_loadmap | ( | char * | title | ) |
Definition at line 191 of file remap.c.
Referenced by vm_reset().
| unsigned long remap_block | ( | remap_t * | map, | |
| int | domain, | |||
| int | title, | |||
| int | program, | |||
| unsigned long | cblock, | |||
| unsigned long | offset | |||
| ) |
Definition at line 241 of file remap.c.
Referenced by dvdnav_get_next_cache_block().
1.6.3