map_entry
ACPI_IORT_ID_MAPPING *map_entry;
map_entry = ACPI_ADD_PTR(ACPI_IORT_ID_MAPPING, node_entry,
for (i = 0; i < node->nentries; i++, mapping++, map_entry++) {
mapping->base = map_entry->InputBase;
mapping->end = map_entry->InputBase + map_entry->IdCount;
mapping->outbase = map_entry->OutputBase;
mapping->out_node_offset = map_entry->OutputReference;
mapping->flags = map_entry->Flags;
_mapping_clear_map_entry(struct dev_mapping_table *map_entry)
map_entry->physical_id = 0;
map_entry->device_info = 0;
map_entry->phy_bits = 0;
map_entry->dpm_entry_num = MPR_DPM_BAD_IDX;
map_entry->dev_handle = 0;
map_entry->id = -1;
map_entry->missing_count = 0;
map_entry->init_complete = 0;
map_entry->TLR_bits = (u8)MPI2_SCSIIO_CONTROL_NO_TLR;
_mapping_clear_map_entry(struct dev_mapping_table *map_entry)
map_entry->physical_id = 0;
map_entry->device_info = 0;
map_entry->phy_bits = 0;
map_entry->dpm_entry_num = MPS_DPM_BAD_IDX;
map_entry->dev_handle = 0;
map_entry->id = -1;
map_entry->missing_count = 0;
map_entry->init_complete = 0;
map_entry->TLR_bits = (u8)MPI2_SCSIIO_CONTROL_NO_TLR;
static void elf_puthdr(int, pid_t, struct map_entry *, void *, size_t, size_t,
static void freemap(struct map_entry *);
static struct map_entry *readmap(pid_t);
struct map_entry *map;
cb_put_phdr(struct map_entry *entry, void *closure)
cb_size_segment(struct map_entry *entry, void *closure)
each_dumpable_segment(struct map_entry *map, segment_callback func,
struct map_entry *entry;
elf_puthdr(int efd, pid_t pid, struct map_entry *map, void *hdr, size_t hdrsize,
freemap(struct map_entry *map)
struct map_entry *next;
static struct map_entry *
struct map_entry *ent, **linkp, *map;
struct map_entry *next;
typedef void (*segment_callback)(struct map_entry *, void *);
static void cb_put_phdr(struct map_entry *, void *);
static void cb_size_segment(struct map_entry *, void *);
static void each_dumpable_segment(struct map_entry *, segment_callback,