Home
last modified time | relevance | path

Searched refs:table_idx (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/efidev/
H A Defirt.c453 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 Dbsnmpimport.c307 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 Dbsnmpmap.c223 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 Dbsnmptools.c187 #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 Dbsnmptools.h103 struct snmp_index_entry *table_idx; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp3124 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 Drtw8852c_rfk.c1068 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 Dcore.h4726 u8 table_idx; in rtw89_core_txq_init()
3823 u8 table_idx; global() member