Searched refs:columns (Results 1 – 7 of 7) sorted by relevance
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp_table.h | 64 const struct snmp_table_col_def* columns; member 78 #define SNMP_TABLE_CREATE(oid, columns, get_cell_instance_method, get_next_cell_instance_method, ge… argument 82 (u16_t)LWIP_ARRAYSIZE(columns), (columns), \ 110 const struct snmp_table_simple_col_def* columns; member 118 #define SNMP_TABLE_CREATE_SIMPLE(oid, columns, get_cell_value_method, get_next_cell_instance_and_va… argument 122 …(u16_t)LWIP_ARRAYSIZE(columns), (columns), (get_cell_value_method), (get_next_cell_instance_and_va…
|
| /lib/efi_loader/ |
| A D | efi_console.c | 27 unsigned long columns; member 48 .columns = 80, 54 .columns = 80, 60 .columns = 0, 231 if (con->cursor_column >= mode->columns) { in efi_cout_output_string() 283 return (mode->rows == rows) && (mode->columns == cols); in cout_mode_matches() 393 efi_cout_modes[EFI_COUT_MODE_2].columns = cols; in efi_setup_console_size() 416 unsigned long mode_number, unsigned long *columns, in efi_cout_query_mode() argument 427 if (columns) in efi_cout_query_mode() 428 *columns = efi_cout_modes[mode_number].columns; in efi_cout_query_mode() [all …]
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_table.c | 58 const struct snmp_table_col_def *col_def = table_node->columns; in snmp_table_get_instance() 120 col_def = table_node->columns; in snmp_table_get_next_instance() 184 const struct snmp_table_simple_col_def *col_def = table_node->columns; in snmp_table_simple_get_instance() 255 col_def = table_node->columns; in snmp_table_simple_get_next_instance()
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TC | 208 managed device (i.e., one or more required columns in 251 such a specification is made, affected columns may be 313 provide values for all columns which are missing but 314 required, and all columns have acceptable values, then 318 provide legal values for all columns which are missing but 433 requirements, i.e., it must determine those columns for 524 columns indicated by its column requirements.) Otherwise, 539 to examine all columns in the created conceptual row. In 546 those columns to which the agent provides read-create 561 managed device. For those columns to which the agent [all …]
|
| A D | IP-MIB | 2431 instances of columns in this row will have more than 128 2632 columns in this row will have more than 128 sub-identifiers 2832 instances of columns in this row will have more than 128 3178 instances of columns in this row will have more than 128
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 1083 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
|
| A D | lwip.Doxyfile.cmake.in | 1083 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
|
Completed in 22 milliseconds