Searched refs:offsets (Results 1 - 4 of 4) sorted by relevance

/systemd/src/boot/efi/
H A Dpefile.h19 CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes);
H A Dpefile.c69 EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path, CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes) { argument
160 if (offsets)
161 offsets[j] = (UINTN)sect.PointerToRawData;
/systemd/src/libsystemd/sd-bus/
H A Dbus-message.c115 free(m->containers[i].offsets);
151 free(m->root_container.offsets);
1314 if (!GREEDY_REALLOC(c->offsets, c->offsets_allocated, c->n_offsets + 1))
1317 c->offsets[c->n_offsets++] = offset;
2099 w->offsets = NULL;
2119 payload = c->n_offsets > 0 ? c->offsets[c->n_offsets-1] - c->begin : 0;
2127 bus_gvariant_write_word_le(a + sz*i, sz, c->offsets[i] - c->begin);
2240 assert(c->offsets[c->n_offsets-1] == m->body_size);
2273 bus_gvariant_write_word_le(a + k * sz, sz, c->offsets[i] - c->begin);
2309 free(c->offsets);
3609 bus_message_enter_array( sd_bus_message *m, struct bus_container *c, const char *contents, uint32_t **array_size, size_t *item_size, size_t **offsets, size_t *n_offsets) argument
3806 build_struct_offsets( sd_bus_message *m, const char *signature, size_t size, size_t *item_size, size_t **offsets, size_t *n_offsets) argument
3951 enter_struct_or_dict_entry( sd_bus_message *m, struct bus_container *c, const char *contents, size_t *item_size, size_t **offsets, size_t *n_offsets) argument
3982 bus_message_enter_struct( sd_bus_message *m, struct bus_container *c, const char *contents, size_t *item_size, size_t **offsets, size_t *n_offsets) argument
4023 bus_message_enter_dict_entry( sd_bus_message *m, struct bus_container *c, const char *contents, size_t *item_size, size_t **offsets, size_t *n_offsets) argument
4071 size_t *offsets = NULL; local
5164 void *offsets = NULL; local
[all...]
H A Dbus-message.h46 /* gvariant: list of offsets to end of children if this is struct/dict entry/array */
47 size_t *offsets, n_offsets, offsets_allocated, offset_index; member in struct:bus_container

Completed in 33 milliseconds