Searched refs:map_entry (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/atf/atf-c/detail/
H A Dmap.c40 struct map_entry { struct
47 struct map_entry *
50 struct map_entry *me;
52 me = (struct map_entry *)malloc(sizeof(*me));
78 const struct map_entry *me = citer.m_entry;
86 const struct map_entry *me = citer.m_entry;
98 newciter.m_entry = ((const struct map_entry *)
122 const struct map_entry *me = iter.m_entry;
130 const struct map_entry *me = iter.m_entry;
142 newiter.m_entry = ((struct map_entry *)
[all...]
/freebsd-current/usr.bin/gcore/
H A Delfcore.c63 struct map_entry { struct
64 struct map_entry *next;
70 typedef void (*segment_callback)(struct map_entry *, void *);
92 static void cb_put_phdr(struct map_entry *, void *);
93 static void cb_size_segment(struct map_entry *, void *);
94 static void each_dumpable_segment(struct map_entry *, segment_callback,
114 static void elf_puthdr(int, pid_t, struct map_entry *, void *, size_t, size_t,
119 static void freemap(struct map_entry *);
120 static struct map_entry *readmap(pid_t);
178 struct map_entry *ma
[all...]
/freebsd-current/sys/arm64/acpica/
H A Dacpi_iort.c268 ACPI_IORT_ID_MAPPING *map_entry; local
272 map_entry = ACPI_ADD_PTR(ACPI_IORT_ID_MAPPING, node_entry,
279 for (i = 0; i < node->nentries; i++, mapping++, map_entry++) {
280 mapping->base = map_entry->InputBase;
285 mapping->end = map_entry->InputBase + map_entry->IdCount;
286 mapping->outbase = map_entry->OutputBase;
287 mapping->out_node_offset = map_entry->OutputReference;
288 mapping->flags = map_entry->Flags;
/freebsd-current/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c89 cbor_item_t *map_entry = ctx->stack->top->item; local
91 _cbor_builder_append(map_entry, ctx);
/freebsd-current/sys/dev/mps/
H A Dmps_mapping.c64 * @map_entry: map table entry
69 _mapping_clear_map_entry(struct dev_mapping_table *map_entry) argument
71 map_entry->physical_id = 0;
72 map_entry->device_info = 0;
73 map_entry->phy_bits = 0;
74 map_entry->dpm_entry_num = MPS_DPM_BAD_IDX;
75 map_entry->dev_handle = 0;
76 map_entry->id = -1;
77 map_entry->missing_count = 0;
78 map_entry
[all...]
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c63 * @map_entry: map table entry
68 _mapping_clear_map_entry(struct dev_mapping_table *map_entry) argument
70 map_entry->physical_id = 0;
71 map_entry->device_info = 0;
72 map_entry->phy_bits = 0;
73 map_entry->dpm_entry_num = MPR_DPM_BAD_IDX;
74 map_entry->dev_handle = 0;
75 map_entry->id = -1;
76 map_entry->missing_count = 0;
77 map_entry
[all...]

Completed in 198 milliseconds