Searched refs:table_idx (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/efidev/ |
H A D | efirt.c | 453 size_t table_idx; in copy_table() local 457 for (table_idx = 0; table_idx < nitems(tables); table_idx++) { in copy_table() 458 if (!bcmp(&tables[table_idx].uuid, uuid, sizeof(*uuid))) in copy_table() 462 if (table_idx == nitems(tables)) in copy_table() 465 rc = get_table_length(tables[table_idx].type, table_len, &taddr); in copy_table()
|
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/ |
H A D | bsnmpimport.c | 307 struct snmp_index_entry *table_idx; member 487 table_data.table_idx = NULL; in snmp_import_update_table() 494 table_data.table_idx = tbl; in snmp_import_update_table() 501 return (table_data.table_idx); in snmp_import_update_table() 732 oid2str->table_idx = snmp_import_update_table(ENTRY_DATA, NULL); in snmp_import_leaf()
|
H A D | bsnmpmap.c | 223 DEBUG(stderr,"%s \n", (entry->table_idx == NULL)?"No table": in snmp_dump_oid2str() 224 entry->table_idx->string); in snmp_dump_oid2str() 614 fprintf(stderr," - %s \n", (entry->table_idx == NULL)? in snmp_mapping_dumplist() 615 "No table":entry->table_idx->string); in snmp_mapping_dumplist()
|
H A D | bsnmptools.c | 187 #define OBJECT_IDX_LIST(o) o->info->table_idx->index_list 1242 if (object->info->table_idx == NULL) in snmp_parse_index() 1969 if (o->info->table_idx == NULL) { in snmp_output_object() 1979 asn_slice_oid(&oid, &(o->val.var), (o->info->table_idx->var.len + len), in snmp_output_object() 1993 (o->info->table_idx->var.len + len), o->val.var.len + 1); in snmp_output_object()
|
H A D | bsnmptools.h | 103 struct snmp_index_entry *table_idx; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.cpp | 3124 kmp_lock_index_t idx, table_idx; in __kmp_allocate_indirect_lock() local 3142 table_idx = lock_table->next; // index within this table in __kmp_allocate_indirect_lock() 3144 if (table_idx < lock_table->nrow_ptrs * KMP_I_LOCK_CHUNK) { in __kmp_allocate_indirect_lock() 3145 row = table_idx / KMP_I_LOCK_CHUNK; in __kmp_allocate_indirect_lock() 3146 col = table_idx % KMP_I_LOCK_CHUNK; in __kmp_allocate_indirect_lock()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | rtw8852c_rfk.c | 1068 u8 idx = rfk_mcc->table_idx; in _lok_finetune_check() 1411 idx = rfk_mcc->table_idx; in _iqk_preset() 4108 rfk_mcc->table_idx = idx; in _rx_dck()
|
H A D | core.h | 4726 u8 table_idx; in rtw89_core_txq_init() 3823 u8 table_idx; global() member
|