Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 55) sorted by relevance

123

/lib/efi_loader/
A Defi_debug_support.c73 union efi_debug_image_info **table; in efi_core_new_debug_image_info_entry() local
92 ret = efi_realloc((void **)table, table_size + EFI_PAGE_SIZE); in efi_core_new_debug_image_info_entry()
115 (void **)(&(*table)[index].normal_image)); in efi_core_new_debug_image_info_entry()
116 if (ret == EFI_SUCCESS && (*table)[index].normal_image) { in efi_core_new_debug_image_info_entry()
119 (*table)[index].normal_image->loaded_image_protocol_instance = in efi_core_new_debug_image_info_entry()
121 (*table)[index].normal_image->image_handle = image_handle; in efi_core_new_debug_image_info_entry()
147 union efi_debug_image_info *table; in efi_core_remove_debug_image_info_entry() local
156 if (table[index].normal_image && in efi_core_remove_debug_image_info_entry()
161 efi_free_pool(table[index].normal_image); in efi_core_remove_debug_image_info_entry()
163 memmove(&table[index], in efi_core_remove_debug_image_info_entry()
[all …]
A Dsmbiosdump.c279 return systable->tables[i].table; in get_config_table()
310 void *table, *table_end; in do_check() local
331 table = (void *)(uintptr_t)smbios3_anchor->struct_table_address; in do_check()
365 table = (void *)(uintptr_t)smbios_anchor->struct_table_address; in do_check()
369 table_end = (void *)((u8 *)table + len); in do_check()
370 for (struct smbios_header *pos = table; ;) { in do_check()
A Defi_runtime.c217 void __efi_runtime efi_update_table_header_crc32(struct efi_table_hdr *table) in efi_update_table_header_crc32() argument
219 table->crc32 = 0; in efi_update_table_header_crc32()
220 table->crc32 = crc32(0, (const unsigned char *)table, in efi_update_table_header_crc32()
221 table->headersize); in efi_update_table_header_crc32()
A Defi_boottime.c1705 void *table) in efi_install_configuration_table() argument
1716 if (table) in efi_install_configuration_table()
1717 systab.tables[i].table = table; in efi_install_configuration_table()
1724 if (!table) in efi_install_configuration_table()
1733 systab.tables[i].table = table; in efi_install_configuration_table()
1766 void *table) in efi_install_configuration_table_ext() argument
1768 EFI_ENTRY("%pUs, %p", guid, table); in efi_install_configuration_table_ext()
1769 return EFI_EXIT(efi_install_configuration_table(guid, table)); in efi_install_configuration_table_ext()
/lib/efi_selftest/
A Defi_selftest_config_table.c95 void *table; in execute() local
155 table = NULL; in execute()
159 table = sys_table->tables[i].table; in execute()
161 if (!table) { in execute()
165 if (table != &tables[0]) { in execute()
193 table = NULL; in execute()
198 table = sys_table->tables[i].table; in execute()
202 if (!table) { in execute()
237 table = NULL; in execute()
241 table = sys_table->tables[i].table; in execute()
[all …]
A Defi_selftest_crc32.c19 static int check_table(const void *table) in check_table() argument
24 struct efi_table_hdr *hdr = (struct efi_table_hdr *)table; in check_table()
49 ret = bs_crc32(table, hdr->headersize, &res); in check_table()
A Defi_selftest_util.c120 return st_systable->tables[i].table; in efi_st_get_config_table()
/lib/
A Dhashtable.c104 if (htab->table != NULL) { in hcreate_r()
120 if (htab->table == NULL) { in hcreate_r()
150 if (htab->table[i].used > 0) { in hdestroy_r()
157 free(htab->table); in hdestroy_r()
160 htab->table = NULL; in hdestroy_r()
207 if (htab->table[idx].used <= 0) in hmatch_r()
331 if (htab->table[idx].used) { in hsearch_r()
401 htab->table[idx].used = hval; in hsearch_r()
844 htab->table); in himport_r()
845 if (htab->table) in himport_r()
[all …]
/lib/zlib/
A Dinftrees.c33 code FAR * FAR *table, unsigned FAR *bits, in inflate_table() argument
117 *(*table)++ = this; /* make a table to force an error */ in inflate_table()
118 *(*table)++ = this; in inflate_table()
198 next = *table; /* current table to fill in */ in inflate_table()
278 (*table)[low].op = (unsigned char)curr; in inflate_table()
279 (*table)[low].bits = (unsigned char)root; in inflate_table()
280 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
299 next = *table; in inflate_table()
319 *table += used; in inflate_table()
A Dinftrees.h54 unsigned codes, code FAR * FAR *table,
/lib/acpi/
A Dacpi_dp.c97 static int acpi_dp_write_internal(struct acpi_ctx *ctx, struct acpi_dp *table) in acpi_dp_write_internal() argument
104 assert(table); in acpi_dp_write_internal()
105 if (table->type != ACPI_DP_TYPE_TABLE) in acpi_dp_write_internal()
109 acpigen_write_name(ctx, table->name); in acpi_dp_write_internal()
112 prop = table->next; in acpi_dp_write_internal()
183 int acpi_dp_write(struct acpi_ctx *ctx, struct acpi_dp *table) in acpi_dp_write() argument
187 ret = acpi_dp_write_internal(ctx, table); in acpi_dp_write()
190 acpi_dp_free(table); in acpi_dp_write()
A Dacpi_table.c74 int acpi_get_table_revision(enum acpi_tables table) in acpi_get_table_revision() argument
76 switch (table) { in acpi_get_table_revision()
166 int acpi_add_table(struct acpi_ctx *ctx, void *table) in acpi_add_table() argument
192 rsdt->entry[i] = nomap_to_sysmem(table); in acpi_add_table()
223 xsdt->entry[i] = nomap_to_sysmem(table); in acpi_add_table()
A Dacpi_writer.c25 entry->table); in acpi_write_one()
/lib/lwip/lwip/contrib/addons/ipv6_static_routing/
A DREADME1 A simple routing table implementation for addition, deletion and lookup of IPv6 routes. 
19 For route lookup from the table, The LWIP_HOOK_IP6_ROUTE hook in ip6_route(..) of ip6.c
24    This API adds the ip6 prefix route into the static route table while
42 -- To fetch a pointer to the head of the table, the application can call 
/lib/efi_client/
A Defi_info.c19 if (!gd->arch.table) in efi_info_get()
22 info = map_sysmem(gd->arch.table, 0); in efi_info_get()
A Defi_stub.c309 struct efi_entry_systable table; in efi_main() local
346 table.sys_table = (ulong)sys_table; in efi_main()
347 add_entry_addr(priv, EFIET_SYS_TABLE, &table, sizeof(table), NULL, 0); in efi_main()
/lib/zstd/common/
A Dfse.h424 const void* table; /* precise table may vary, depending on U16 */ member
588 DStatePtr->table = dt + 1; in FSE_initDState()
593 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()
599 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()
607 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()
620 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DIP-MIB394 -- v6 interface table
2341 -- Internet Address Prefix table
2356 table.
2541 modifying rows within this table.
2549 the table in the meantime, then the value of
2749 -- the Internet Address Translation table
2765 table is empty, i.e., has zero entries.
3250 modifying rows within this table.
4624 -- the deprecated IPv4 address table
4718 -- the deprecated IPv4 Address Translation table
[all …]
A DUDP-MIB54 table includes support for connected UDP endpoints
176 -- The UDP "Endpoint" table.
183 "A table containing information about this entity's UDP
191 The address type in this table represents the address
198 Unlike the udpTable in RFC 2013, this table also allows
318 udpEndpointTable, implementors of this table should be
365 udpEndpointTable, implementors of this table should be
410 -- The deprecated UDP Listener table
412 -- The deprecated UDP listener table only contains information
423 "A table containing IPv4-specific UDP listener
[all …]
A DTCP-MIB276 -- The TCP Connection table
283 "A table containing information about existing TCP
285 is a separate table for connections in the LISTEN state."
295 Each row of this table is transient in that it ceases to
442 -- The TCP Listener table
449 "A table containing information about TCP listeners. A
474 NOTE: The address type in this table represents the
573 -- The deprecated TCP Connection table
581 TCP connections or listeners. This table has been
593 of this table is transient in that it ceases to exist when
[all …]
A DRFC1213-MIB185 -- the Interfaces table
568 -- media where ARP is in use, the translation table is
571 -- required, the translation table contains the
889 -- the IP address table
984 -- the IP routing table
994 "This entity's IP Routing table."
1260 -- the IP Address Translation table
1770 -- the TCP Connection table
1955 -- the UDP Listener table
2050 -- the EGP Neighbor table
[all …]
A DIF-MIB130 -- the Interfaces table
132 -- The Interfaces table contains information on the entity's
548 -- Extension to the interface table
550 -- This table replaces the ifExtnsTable table.
559 given by the value of ifNumber. This table contains
560 additional objects for the interface table."
952 "The table containing information on the relationships
958 the sub-layer with ifIndex value y, then this table
1066 -- This table replaces the ifExtnsRcvAddr table. The main
1067 -- difference is that this table makes use of the RowStatus
[all …]
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-PRINTER-MIB1056 that identifies the relevant table in the Printer MIB.
1059 MIB storage table and device table. These additional types
1099 the table. Binary change event alerts describe states of the
1118 one entry in the alert table for each event; either generic
1126 removed from the alert table. As with all events, the
1128 at the end of the alert table. Such an alert table entry
1135 alert table of the binary
1144 alert table.
1313 -- removed from the alert table. This unary
1314 -- change alert table entry is added to the
[all …]
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_des.function249 // Set the key parity according to the table
268 // Check the parity with the table
A Dtest_suite_bignum_core.function1017 mbedtls_mpi_uint *table = NULL;
1020 TEST_CALLOC(table, limbs * count);
1024 * Fill the table with a unique counter so that differences are easily
1029 table[i] = ~i - 1;
1033 mbedtls_mpi_uint *current = table + i * limbs;
1043 TEST_CF_SECRET(table, count * limbs * sizeof(*table));
1045 mbedtls_mpi_core_ct_uint_table_lookup(dest, table, limbs, count, i);
1048 TEST_CF_PUBLIC(table, count * limbs * sizeof(*table));
1055 mbedtls_free(table);

Completed in 40 milliseconds

123