Home
last modified time | relevance | path

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

12345678910>>...31

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.dataTables-1.13.8.min.css1table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:befor…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables.common30 for table in filter nat broute; do
31 /usr/sbin/ebtables-legacy -t $table -L &> /dev/null
33 EBTABLES_SUPPORTED_TABLES="${EBTABLES_SUPPORTED_TABLES} $table"
42 for table in $EBTABLES_SUPPORTED_TABLES; do
43 echo -n "$table "
44 if [ -s ${EBTABLES_DUMPFILE_STEM}.$table ]; then
45 … /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table --atomic-commit
71 for table in $EBTABLES_SUPPORTED_TABLES; do
72 echo -n "$table "
73 /usr/sbin/ebtables-legacy -t $table --init-table
[all …]
/openbmc/pldm/libpldmresponder/
H A Dbios_table.cpp35 void BIOSTable::store(const Table& table) in store() argument
38 stream.write(reinterpret_cast<const char*>(table.data()), table.size()); in store()
67 return table::string::decodeString(stringEntry); in findString()
79 return table::string::decodeHandle(stringEntry); in findHandle()
82 namespace table namespace
84 void appendPadAndChecksum(Table& table) in appendPadAndChecksum() argument
86 size_t payloadSize = table.size(); in appendPadAndChecksum()
87 table.resize(payloadSize + pldm_bios_table_pad_checksum_size(payloadSize)); in appendPadAndChecksum()
89 pldm_bios_table_append_pad_checksum(table.data(), table.size(), in appendPadAndChecksum()
109 const pldm_bios_string_table_entry* constructEntry(Table& table, in constructEntry() argument
[all …]
H A Dbios_table.hpp62 void store(const Table& table);
137 namespace table namespace
144 void appendPadAndChecksum(Table& table);
167 const pldm_bios_string_table_entry* constructEntry(Table& table,
196 const pldm_bios_attr_table_entry* findByHandle(const Table& table,
204 const pldm_bios_attr_table_entry* findByStringHandle(const Table& table,
232 Table& table, pldm_bios_table_attr_entry_string_info* info);
252 Table& table, pldm_bios_table_attr_entry_integer_info* info);
282 Table& table, pldm_bios_table_attr_entry_enum_info* info);
332 Table& table, uint16_t attrHandle, uint8_t attrType,
[all …]
/openbmc/qemu/hw/acpi/
H A Dghes.c78 static void build_ghes_hw_error_notification(GArray *table, const uint8_t type) in build_ghes_hw_error_notification() argument
81 build_append_int_noprefix(table, type, 1); in build_ghes_hw_error_notification()
86 build_append_int_noprefix(table, 28, 1); in build_ghes_hw_error_notification()
88 build_append_int_noprefix(table, 0, 2); in build_ghes_hw_error_notification()
90 build_append_int_noprefix(table, 0, 4); in build_ghes_hw_error_notification()
92 build_append_int_noprefix(table, 0, 4); in build_ghes_hw_error_notification()
94 build_append_int_noprefix(table, 0, 4); in build_ghes_hw_error_notification()
96 build_append_int_noprefix(table, 0, 4); in build_ghes_hw_error_notification()
98 build_append_int_noprefix(table, 0, 4); in build_ghes_hw_error_notification()
100 build_append_int_noprefix(table, 0, 4); in build_ghes_hw_error_notification()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c28 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores() local
33 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()
36 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()
79 u64 *table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores() local
92 memset(table, 0, CONFIG_MAX_CPUS*SPIN_TABLE_ELEM_SIZE); in fsl_layerscape_wake_seconday_cores()
93 flush_dcache_range((unsigned long)table, in fsl_layerscape_wake_seconday_cores()
94 (unsigned long)table + in fsl_layerscape_wake_seconday_cores()
155 flush_dcache_range((unsigned long)table, (unsigned long)table + in fsl_layerscape_wake_seconday_cores()
158 if (table[i * WORDS_PER_SPIN_TABLE_ENTRY + in fsl_layerscape_wake_seconday_cores()
188 u64 *table; in is_core_online() local
[all …]
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md4 [BoostrapVue table component](https://bootstrap-vue.org/docs/components/table).
6 To use the component, include the `<b-table>` tag in the template. The component
9 ## Basic table
13 [Bootstrap-vue table component's documentation page](https://bootstrap-vue.org/docs/components/tabl…
17 - `items` - renders table items
18 - `fields` - renders table header
19 - `hover` - enables table row hover state
20 - `responsive` or `stacked` - makes the table responsive (enables horizontal
22 - `show-empty` _(required if table data is generated dynamically)_ - shows an
23 empty message if there are no items in the table
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dwrap_pinmux_config_s10.c13 const u32 **table, in sysmgr_pinmux_handoff_read() argument
29 *table = handoff_chunk; in sysmgr_pinmux_handoff_read()
34 void sysmgr_pinmux_table_sel(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_sel() argument
36 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_MUX, table, in sysmgr_pinmux_table_sel()
40 void sysmgr_pinmux_table_ctrl(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_ctrl() argument
42 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_IOCTL, table, in sysmgr_pinmux_table_ctrl()
46 void sysmgr_pinmux_table_fpga(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_fpga() argument
48 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_FPGA, table, in sysmgr_pinmux_table_fpga()
52 void sysmgr_pinmux_table_delay(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_delay() argument
54 sysmgr_pinmux_handoff_read((void *)S10_HANODFF_DELAY, table, in sysmgr_pinmux_table_delay()
/openbmc/qemu/monitor/
H A Dhmp-target.c151 HMPCommand *table = info ? hmp_info_cmds : hmp_cmds; in monitor_register_hmp() local
153 while (table->name != NULL) { in monitor_register_hmp()
154 if (strcmp(table->name, name) == 0) { in monitor_register_hmp()
155 g_assert(table->cmd == NULL && table->cmd_info_hrt == NULL); in monitor_register_hmp()
156 table->cmd = cmd; in monitor_register_hmp()
159 table++; in monitor_register_hmp()
167 HMPCommand *table = hmp_info_cmds; in monitor_register_hmp_info_hrt() local
169 while (table->name != NULL) { in monitor_register_hmp_info_hrt()
170 if (strcmp(table->name, name) == 0) { in monitor_register_hmp_info_hrt()
171 g_assert(table->cmd == NULL && table->cmd_info_hrt == NULL); in monitor_register_hmp_info_hrt()
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_config_table.c38 static int check_table(const void *table) in check_table() argument
43 struct efi_table_hdr *hdr = (struct efi_table_hdr *)table; in check_table()
51 ret = boottime->calculate_crc32(table, hdr->headersize, &res); in check_table()
94 void *table; in execute() local
154 table = NULL; in execute()
158 table = sys_table->tables[i].table; in execute()
160 if (!table) { in execute()
164 if (table != &tables[0]) { in execute()
192 table = NULL; in execute()
197 table = sys_table->tables[i].table; in execute()
[all …]
/openbmc/u-boot/lib/
H A Dhashtable.c111 if (htab->table != NULL) in hcreate_r()
123 htab->table = (_ENTRY *) calloc(htab->size + 1, sizeof(_ENTRY)); in hcreate_r()
124 if (htab->table == NULL) in hcreate_r()
153 if (htab->table[i].used > 0) { in hdestroy_r()
154 ENTRY *ep = &htab->table[i].entry; in hdestroy_r()
160 free(htab->table); in hdestroy_r()
163 htab->table = NULL; in hdestroy_r()
210 if (htab->table[idx].used <= 0) in hmatch_r()
212 if (!strncmp(match, htab->table[idx].entry.key, key_len)) { in hmatch_r()
213 *retval = &htab->table[idx].entry; in hmatch_r()
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableSystem.vue3 <b-table
7 thead-class="table-light"
10 :empty-text="$t('global.table.emptyMessage')"
55 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
58 <dt>{{ $t('pageInventory.table.model') }}:</dt>
61 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
70 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
73 <dt>{{ $t('pageInventory.table.power') }}:</dt>
76 <dt>{{ $t('pageInventory.table.healthRollup') }}:</dt>
86 <dt>{{ $t('pageInventory.table.manufacturer') }}:</dt>
[all …]
H A DInventoryTableBmcManager.vue3 <b-table
6 thead-class="table-light"
10 :empty-text="$t('global.table.emptyMessage')"
57 <dt>{{ $t('pageInventory.table.name') }}:</dt>
60 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
63 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
66 <dt>{{ $t('pageInventory.table.sparePartNumber') }}:</dt>
71 <dt>{{ $t('pageInventory.table.model') }}:</dt>
74 <dt>{{ $t('pageInventory.table.uuid') }}:</dt>
77 <dt>{{ $t('pageInventory.table.serviceEntryPointUuid') }}:</dt>
[all …]
H A DInventoryTableProcessors.vue12 <table-cell-count
15 ></table-cell-count>
18 <b-table
23 thead-class="table-light"
30 :empty-text="$t('global.table.emptyMessage')"
31 :empty-filtered-text="$t('global.table.emptySearchMessage')"
83 <dt>{{ $t('pageInventory.table.name') }}:</dt>
86 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
89 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
92 <dt>{{ $t('pageInventory.table.sparePartNumber') }}:</dt>
[all …]
H A DInventoryTableDimmSlot.vue11 <table-cell-count
14 ></table-cell-count>
17 <b-table
21 thead-class="table-light"
29 :empty-text="$t('global.table.emptyMessage')"
30 :empty-filtered-text="$t('global.table.emptySearchMessage')"
83 <dt>{{ $t('pageInventory.table.manufacturer') }}:</dt>
88 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
93 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
98 <dt>{{ $t('pageInventory.table.sparePartNumber') }}:</dt>
[all …]
H A DInventoryTableChassis.vue3 <b-table
6 thead-class="table-light"
10 :empty-text="$t('global.table.emptyMessage')"
55 <dt>{{ $t('pageInventory.table.name') }}:</dt>
58 <dt>{{ $t('pageInventory.table.partNumber') }}:</dt>
61 <dt>{{ $t('pageInventory.table.serialNumber') }}:</dt>
64 <dt>{{ $t('pageInventory.table.model') }}:</dt>
69 <dt>{{ $t('pageInventory.table.assetTag') }}:</dt>
78 <dt>{{ $t('pageInventory.table.statusState') }}:</dt>
81 <dt>{{ $t('pageInventory.table.power') }}:</dt>
[all …]
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_tables.scss2 .table {
30 // Bootstrap 4 thead-light and Bootstrap 5 table-light classes for specificity
32 .table-light th {
53 .b-table-has-details {
60 .table-row-expand .btn.collapsed svg {
64 .b-table-details {
67 padding-inline-start: calc(50px + (#{$table-cell-padding-x} * 2));
68 padding-inline-end: calc(50px + (#{$table-cell-padding-x} * 2));
83 .table-row-expand {
92 .b-table-sort-icon-left {
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D080.out14 == Huge refcount table size ==
16 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
17 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
19 == Misaligned refcount table ==
21 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
25 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
27 == Invalid snapshot table ==
29 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large
30 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large
31 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table offset invalid
[all …]
H A Dqed.py77table = [unpack_table_elem(s[i:i + table_elem_size]) for i in xrange(0, size, table_elem_size)]
78 return table
84 def write_table(self, offset, table): argument
85 s = ''.join(pack_table_elem(x) for x in table)
88 def random_table_item(table): argument
89 vals = [(index, offset) for index, offset in enumerate(table) if offset != 0]
94 def corrupt_table_duplicate(table): argument
96 victim_idx, victim_val = random_table_item(table)
97 unique_vals = set(table)
101 table[victim_idx] = dup_val
[all …]
/openbmc/u-boot/arch/x86/lib/
H A Dsfi.c28 u64 table[SFI_TABLE_MAX_ENTRIES]; member
37 tab->table[tab->count] = tab->entry_start; in get_entry_start()
69 *entry++ = tab->table[i]; in sfi_write_system_header()
135 struct table_info table; in write_sfi_table() local
137 table.base = base; in write_sfi_table()
138 table.ptr = 0; in write_sfi_table()
139 table.count = 0; in write_sfi_table()
140 sfi_write_cpus(&table); in write_sfi_table()
141 sfi_write_apic(&table); in write_sfi_table()
147 sfi_write_xsdt(&table); in write_sfi_table()
[all …]
/openbmc/webui-vue/src/components/Mixins/
H A DBVTableSelectableMixin.js17 const table = this.$refs.table;
18 if (table) {
19 table.clearSelected();
56 const table = this.$refs.table;
57 if (!table) return;
59 const allItems = table.filteredItems || table.items || [];
61 return table.isRowSelected(index);
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue14 <table-cell-count
17 ></table-cell-count>
20 <table-filter :filters="tableFilters" @filter-change="onFilterChange" />
25 <table-toolbar
30 @clear-selected="clearSelectedRows($refs.table)"
33 <table-toolbar-export
38 </table-toolbar>
39 <b-table
40 ref="table"
48 thead-class="table-light"
[all …]
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_table_test.cpp30 std::vector<uint8_t> table{10, 34, 56, 100, 44, 55, 69, 21, 48, 2, 7, 82}; in TEST_F() local
39 t.store(table); in TEST_F()
41 ASSERT_EQ(true, std::equal(table.begin(), table.end(), out.begin())); in TEST_F()
46 std::vector<uint8_t> table{10, 34, 56, 100, 44, 55, 69, 21, 48, 2, 7, 82}; in TEST_F() local
55 t.store(table); in TEST_F()
57 ASSERT_EQ(true, std::equal(table.begin(), table.end(), out.begin() + 2)); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/
H A D0001-AVRO-3960-C-Fix-st-ANYARGS-warning-2798.patch10 hash_val = do_hash(key, table);
233 @@ -212,7 +212,7 @@ void st_free_table(st_table *table)
236 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \
237 -((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
238 +((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (void*) (key), (void*) (ptr)->key)))
242 @@ -237,7 +237,7 @@ int st_lookup(st_table *table, register st_data_t key, st_data_t *value)
246 - hash_val = do_hash(key, table);
247 + hash_val = do_hash((void*) key, table);
248 FIND_ENTRY(table, ptr, hash_val, bin_pos);
251 @@ -272,7 +272,7 @@ int st_insert(register st_table *table, register st_data_t key, st_data_t value)
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/
H A DSessions.vue7 :placeholder="$t('pageSessions.table.searchSessions')"
14 <table-cell-count
17 ></table-cell-count>
22 <table-toolbar
28 @clear-selected="clearSelectedRows($refs.table)"
31 </table-toolbar>
32 <b-table
33 id="table-session-logs"
34 ref="table"
40 thead-class="table-light"
[all …]

12345678910>>...31