Home
last modified time | relevance | path

Searched refs:table (Results 126 – 150 of 1082) sorted by relevance

12345678910>>...44

/dragonfly/sys/net/wg/selftest/
H A Dallowedips.c98 horrible_allowedips_init(struct horrible_allowedips *table) in horrible_allowedips_init() argument
100 LIST_INIT(&table->head); in horrible_allowedips_init()
104 horrible_allowedips_flush(struct horrible_allowedips *table) in horrible_allowedips_flush() argument
108 LIST_FOREACH_MUTABLE(node, &table->head, entry, node_) { in horrible_allowedips_flush()
174 horrible_insert_ordered(struct horrible_allowedips *table, in horrible_insert_ordered() argument
183 LIST_FOREACH(other, &table->head, entry) { in horrible_insert_ordered()
200 LIST_INSERT_HEAD(&table->head, node, entry); in horrible_insert_ordered()
223 horrible_insert_ordered(table, node); in horrible_allowedips_insert_v4()
244 horrible_insert_ordered(table, node); in horrible_allowedips_insert_v6()
256 LIST_FOREACH(node, &table->head, entry) { in horrible_allowedips_lookup_v4()
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dlocalcharset.c867 const struct table_entry * const table = alias_table; in locale_charset() local
879 int cmp = strcmp (table[mid].alias, codeset); in locale_charset()
888 codeset = table[mid].canonical; in locale_charset()
941 const struct table_entry * const table = locale_table; in locale_charset() local
953 int cmp = strcmp (table[mid].locale, locale); in locale_charset()
962 codeset = table[mid].canonical; in locale_charset()
/dragonfly/contrib/grep/lib/
H A Dlocalcharset.c1030 const struct table_entry * const table = alias_table; in locale_charset() local
1042 int cmp = strcmp (table[mid].alias, codeset); in locale_charset()
1051 codeset = table[mid].canonical; in locale_charset()
1104 const struct table_entry * const table = locale_table; in locale_charset() local
1116 int cmp = strcmp (table[mid].locale, locale); in locale_charset()
1125 codeset = table[mid].canonical; in locale_charset()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-cris.texi82 @table @code
104 @end table
184 @table @code
198 @end table
243 must be located in a table, the @emph{global offset table},
258 @table @code
322 @end table
347 @table @code
366 @table @code
395 @end table
[all …]
H A Dc-xgate.texi31 @table @code
63 @end table
105 @table @dfn
148 @end table
152 @table @dfn
166 @end table
186 @table @code
200 @end table
/dragonfly/games/ching/printching/
H A Dprintching.c58 } table[] = { variable
133 if (table[i].lines == lower) in doahex()
134 lnum = table[i].trinum; in doahex()
135 if (table[i].lines == upper) in doahex()
136 unum = table[i].trinum; in doahex()
/dragonfly/contrib/binutils-2.27/gold/
H A Dcref.cc248 Cref_inputs::gather_cref(const Objects* objects, Cref_table* table) const in gather_cref()
266 table->insert(std::make_pair(sym, onull)); in gather_cref()
289 Cref_table table; in print_cref() local
290 this->gather_cref(&this->objects_, &table); in print_cref()
294 this->gather_cref(p->second.objects, &table); in print_cref()
296 for (Cref_table::const_iterator pc = table.begin(); in print_cref()
297 pc != table.end(); in print_cref()
/dragonfly/contrib/binutils-2.34/gold/
H A Dcref.cc252 Cref_inputs::gather_cref(const Objects* objects, Cref_table* table) const in gather_cref()
270 table->insert(std::make_pair(sym, onull)); in gather_cref()
293 Cref_table table; in print_cref() local
294 this->gather_cref(&this->objects_, &table); in print_cref()
298 this->gather_cref(p->second.objects, &table); in print_cref()
300 for (Cref_table::const_iterator pc = table.begin(); in print_cref()
301 pc != table.end(); in print_cref()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dvega12_smumgr.h34 void *table; member
52 uint8_t *table, int16_t table_id);
54 uint8_t *table, int16_t table_id);
/dragonfly/contrib/ncurses/include/
H A DMKparametrized.sh46 * A value of -1 in the table means suppress both pad and % translations.
47 * A value of 0 in the table means do pad but not % translations.
48 * A value of 1 in the table means do both pad and % translations.
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-dw2-fde-dip.c390 const struct fde_table *table = (const struct fde_table *) p; in _Unwind_IteratePhdrCallback() local
398 if (data->pc < table[0].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
400 else if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
408 if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
410 else if (data->pc >= table[mid + 1].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
419 f = (fde *) (table[mid].fde + data_base); in _Unwind_IteratePhdrCallback()
424 if (data->pc < table[mid].initial_loc + data_base + range) in _Unwind_IteratePhdrCallback()
426 data->func = (void *) (table[mid].initial_loc + data_base); in _Unwind_IteratePhdrCallback()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-dw2-fde-dip.c386 const struct fde_table *table = (const struct fde_table *) p; in _Unwind_IteratePhdrCallback() local
394 if (data->pc < table[0].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
396 else if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
404 if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
406 else if (data->pc >= table[mid + 1].initial_loc + data_base) in _Unwind_IteratePhdrCallback()
415 f = (fde *) (table[mid].fde + data_base); in _Unwind_IteratePhdrCallback()
420 if (data->pc < table[mid].initial_loc + data_base + range) in _Unwind_IteratePhdrCallback()
422 data->func = (void *) (table[mid].initial_loc + data_base); in _Unwind_IteratePhdrCallback()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-page.c562 page_table table = G.lookup; in ggc_allocated_p() local
566 if (table == NULL) in ggc_allocated_p()
570 table = table->next; in ggc_allocated_p()
572 base = &table->table[0]; in ggc_allocated_p()
597 table = table->next; in lookup_page_table_entry()
598 base = &table->table[0]; in lookup_page_table_entry()
619 page_table table; in set_page_table_entry() local
621 for (table = G.lookup; table; table = table->next) in set_page_table_entry()
627 table->next = G.lookup; in set_page_table_entry()
629 G.lookup = table; in set_page_table_entry()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2499 memset(table->decode_num, 0, sizeof(table->decode_num)); in create_decode_tables()
2500 table->size = size; in create_decode_tables()
2508 table->decode_pos[0] = 0; in create_decode_tables()
2509 table->decode_len[0] = 0; in create_decode_tables()
2515 table->decode_pos[i] = table->decode_pos[i - 1] + lc[i - 1]; in create_decode_tables()
2549 table->quick_num[code] = table->decode_num[pos]; in create_decode_tables()
2572 if(bitfield < table->decode_len[table->quick_bits]) { in decode_number()
2594 if(pos >= table->size) in decode_number()
2607 table[HUFF_TABLE_SIZE], in parse_tables() local
2704 table[i] = table[i - 1]; in parse_tables()
[all …]
/dragonfly/contrib/ldns/
H A Dutil.c30 ldns_lookup_by_name(ldns_lookup_table *table, const char *name) in ldns_lookup_by_name() argument
32 while (table->name != NULL) { in ldns_lookup_by_name()
33 if (strcasecmp(name, table->name) == 0) in ldns_lookup_by_name()
34 return table; in ldns_lookup_by_name()
35 table++; in ldns_lookup_by_name()
41 ldns_lookup_by_id(ldns_lookup_table *table, int id) in ldns_lookup_by_id() argument
43 while (table->name != NULL) { in ldns_lookup_by_id()
44 if (table->id == id) in ldns_lookup_by_id()
45 return table; in ldns_lookup_by_id()
46 table++; in ldns_lookup_by_id()
/dragonfly/sys/dev/raid/vinum/
H A Dvinummemory.c65 expand_table(void **table, int oldsize, int newsize) in expand_table() argument
74 if (*table != NULL) { /* already something there, */ in expand_table()
75 bcopy((char *) *table, (char *) temp, oldsize); /* copy it to the old table */ in expand_table()
76 Free(*table); in expand_table()
78 *table = temp; in expand_table()
/dragonfly/sys/dev/disk/dm/doc/
H A Ddesign.txt19 3) dm table.
152 in: dm-ioctl(name/uuid),table specification
163 table loaded. Tables are stored in TAILQ. This ioctl also open physical
164 device spedcified in table and add it to dm_device specific pdev list.
173 Remove table from unused slot.
231 active and inactive table, list of active physical devices added
238 device can be found in more than one table loaded to different
242 device-mapper tables -> table dm_table.c, dm_ioctl.c
245 what target. In our implementation every table contains pointer to
247 DM_TABLE_LOAD function with dm_target_init routine. Every table
[all …]
/dragonfly/sys/net/pf/
H A Dpf_ioctl.c2617 table = kmalloc(sizeof(*table), M_TEMP, M_WAITOK); in pfioctl()
2620 kfree(table, M_TEMP); in pfioctl()
2642 bzero(table, sizeof(*table)); in pfioctl()
2662 kfree(table, M_TEMP); in pfioctl()
2668 kfree(table, M_TEMP); in pfioctl()
2684 table = kmalloc(sizeof(*table), M_TEMP, M_WAITOK); in pfioctl()
2709 bzero(table, sizeof(*table)); in pfioctl()
2729 kfree(table, M_TEMP); in pfioctl()
2746 table = kmalloc(sizeof(*table), M_TEMP, M_WAITOK); in pfioctl()
2823 bzero(table, sizeof(*table)); in pfioctl()
[all …]
/dragonfly/contrib/zstd/programs/
H A Dutil.c409 FileNamesTable* const table = (FileNamesTable*) malloc(sizeof(*table)); in UTIL_assembleFileNamesTable2() local
410 CONTROL(table != NULL); in UTIL_assembleFileNamesTable2()
411 table->fileNames = filenames; in UTIL_assembleFileNamesTable2()
412 table->buf = buf; in UTIL_assembleFileNamesTable2()
413 table->tableSize = tableSize; in UTIL_assembleFileNamesTable2()
415 return table; in UTIL_assembleFileNamesTable2()
426 if (table==NULL) return; in UTIL_freeFileNamesTable()
427 free((void*)table->fileNames); in UTIL_freeFileNamesTable()
428 free(table->buf); in UTIL_freeFileNamesTable()
429 free(table); in UTIL_freeFileNamesTable()
[all …]
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega10_processpptables.c392 if (table->ucRevId == 5) { in get_tdp_table()
426 } else if (table->ucRevId == 6) { in get_tdp_table()
766 (ATOM_Vega10_PCIE_Table *)table; in get_pcie_table()
830 struct phm_clock_array *table; in get_valid_clk() local
840 if (!table) in get_valid_clk()
845 for (i = 0; i < table->count; i++) in get_valid_clk()
848 *clk_table = table; in get_valid_clk()
1021 phm_ppt_v1_voltage_lookup_table *table; in get_vddc_lookup_table() local
1031 if (table == NULL) in get_vddc_lookup_table()
1037 table->entries[i].us_vdd = in get_vddc_lookup_table()
[all …]
/dragonfly/contrib/lvm2/dist/doc/
H A Dpvmove_outline.txt14 the mapping table.
16 2. Set up *another* (254:4) device with the mapping table of our LV.
18 3. Load a new mapping table into (254:3) that has identity targets for
48 8. 254:3 has new mapping table loaded:
/dragonfly/contrib/awk/
H A Dmaketab.c111 const char *table[SIZE]; variable
175 table[p->token-FIRSTTOKEN] = p->name; in main()
179 table[i] ? table[i] : "nullproc", names[i] ? names[i] : ""); in main()
/dragonfly/lib/libc/string/
H A Dwcsxfrm.c44 struct xlocale_collate *table = in wcsxfrm_l() local
53 if ((table->__collate_load_error) || in wcsxfrm_l()
54 ((slen = _collate_wxfrm(table, src, dest, len)) == (size_t)-1)) { in wcsxfrm_l()
H A Dstrxfrm.c55 struct xlocale_collate *table = in strxfrm_l() local
71 if (table->__collate_load_error) in strxfrm_l()
80 if ((xlen = _collate_sxfrm(table, wcs, dest, len)) == (size_t)-1) in strxfrm_l()
/dragonfly/crypto/libressl/apps/openssl/
H A Dpasswd.c40 char *passwd, BIO * out, int quiet, int table, int reverse,
50 int table; member
121 .opt.flag = &passwd_config.table,
240 passwd_config.table, passwd_config.reverse, in passwd_main()
265 passwd_config.quiet, passwd_config.table, in passwd_main()
440 char *passwd, BIO * out, int quiet, int table, int reverse, in do_passwd() argument
505 if (table && !reverse) in do_passwd()
507 else if (table && reverse) in do_passwd()

12345678910>>...44