Searched refs:tbl (Results 51 - 75 of 167) sorted by relevance

1234567

/freebsd-11-stable/sbin/nvmecontrol/
H A Dnvmecontrol.c76 dispatch(int argc, char *argv[], struct nvme_function *tbl) argument
78 struct nvme_function *f = tbl;
81 gen_usage(tbl);
92 gen_usage(tbl);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-s390x.pl112 $tbl="%r12";
267 larl $tbl,AES_Te
312 l $s0,0($s0,$tbl) # Te0[s0>>24]
313 l $t1,1($t1,$tbl) # Te3[s0>>0]
314 l $t2,2($t2,$tbl) # Te2[s0>>8]
315 l $t3,3($t3,$tbl) # Te1[s0>>16]
317 x $s0,3($i1,$tbl) # Te1[s1>>16]
318 l $s1,0($s1,$tbl) # Te0[s1>>24]
319 x $t2,1($i2,$tbl) # Te3[s1>>0]
320 x $t3,2($i3,$tbl) # Te
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c91 if (tp->tbl.cols == NULL) {
92 tp->tbl.len = term_tbl_len;
93 tp->tbl.slen = term_tbl_strlen;
94 tp->tbl.sulen = term_tbl_sulen;
95 tp->tbl.arg = tp;
97 tblcalc(&tp->tbl, sp, tp->tcol->offset, tp->tcol->rmargin);
105 coloff += tp->tbl.cols[ic].width;
107 coloff += tp->tbl.cols[ic].spacing;
117 tsz += tp->tbl.cols[ic].width +
118 tp->tbl
[all...]
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c403 struct tegra124_init_item *tbl; local
408 tbl = &clk_init_table[i];
410 clknode = clknode_find_by_name(tbl->name);
413 tbl->name);
416 if (tbl->parent != NULL) {
417 rv = clknode_set_parent_by_name(clknode, tbl->parent);
421 tbl->name, tbl->parent, rv);
425 if (tbl->frequency != 0) {
426 rv = clknode_set_freq(clknode, tbl
[all...]
H A Dtegra124_clk_pll.c443 struct pdiv_table *tbl; local
445 tbl = sc->pdiv_table;
446 if (tbl == NULL)
449 while (tbl->divider != 0) {
450 if (p_div <= tbl->divider)
451 return (tbl->value);
452 tbl++;
460 struct pdiv_table *tbl; local
462 tbl = sc->pdiv_table;
463 if (tbl
804 struct pdiv_table *tbl; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c708 rtbl_t tbl; local
721 tbl = rtbl_create();
722 if (tbl == NULL) {
727 rtbl_add_column(tbl, SLAVE_NAME, 0);
728 rtbl_add_column(tbl, SLAVE_ADDRESS, 0);
729 rtbl_add_column(tbl, SLAVE_VERSION, RTBL_ALIGN_RIGHT);
730 rtbl_add_column(tbl, SLAVE_STATUS, 0);
731 rtbl_add_column(tbl, SLAVE_SEEN, 0);
733 rtbl_set_prefix(tbl, " ");
734 rtbl_set_column_prefix(tbl, SLAVE_NAM
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c55 void rsaz_1024_scatter5_avx2(void *tbl, const void *val, int i);
56 void rsaz_1024_gather5_avx2(void *val, const void *tbl, int i);
274 BN_ULONG k, const void *tbl, unsigned int power);
275 void rsaz_512_mul_gather4(void *ret, const void *a, const void *tbl,
280 void rsaz_512_scatter4(void *tbl, const BN_ULONG *val, int power);
281 void rsaz_512_gather4(BN_ULONG *val, const void *tbl, int power);
/freebsd-11-stable/contrib/groff/
H A Dtest-groff.in13 $builddir/preproc/tbl$SEP\
/freebsd-11-stable/usr.bin/mandoc/
H A DMakefile9 MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 # roff.7
38 tbl.c \
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_table.c506 struct pfr_table tbl; local
508 bzero(&tbl, sizeof(tbl));
509 if (strlcpy(tbl.pfrt_name, name, sizeof(tbl.pfrt_name)) >=
510 sizeof(tbl.pfrt_name) || strlcpy(tbl.pfrt_anchor, anchor,
511 sizeof(tbl.pfrt_anchor)) >= sizeof(tbl.pfrt_anchor))
513 tbl
[all...]
H A Dpfctl_optimize.c1223 add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af, argument
1232 if (*tbl == NULL) {
1233 if ((*tbl = calloc(1, sizeof(**tbl))) == NULL ||
1234 ((*tbl)->pt_buf = calloc(1, sizeof(*(*tbl)->pt_buf))) ==
1237 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS;
1238 SIMPLEQ_INIT(&(*tbl)->pt_nodes);
1241 snprintf((*tbl)->pt_name, sizeof((*tbl)
1284 pf_opt_create_table(struct pfctl *pf, struct pf_opt_tbl *tbl) argument
[all...]
/freebsd-11-stable/contrib/flex/
H A Dtables_shared.h88 YYTD_ID_START_STATE_LIST = 0x0A, /**< 1-dim indices into trans tbl */
140 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl);
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-ops.h86 int itbl_parse (char *tbl); /* parses insn tbl */
/freebsd-11-stable/share/me/
H A DMakefile8 tbl.me thesis.me
/freebsd-11-stable/libexec/bootpd/
H A Dhash.h127 extern void hash_Reset(hash_tbl *tbl, hash_freefp);
/freebsd-11-stable/contrib/libarchive/tar/
H A Dcreation_set.c54 get_suffix_code(const struct suffix_code_t *tbl, const char *suffix) argument
60 for (i = 0; tbl[i].suffix != NULL; i++) {
61 if (strcmp(tbl[i].suffix, suffix) == 0)
62 return (tbl[i].form);
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h151 umad_match_t *tbl; member in struct:vendor_match_tbl
/freebsd-11-stable/usr.sbin/efivar/
H A Defivar.c245 struct uuid_table *tbl; local
248 n = efi_known_guid(&tbl);
250 printf("%s %s\n", tbl[i].uuid_str, tbl[i].name);
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c77 char ***tbl; member in struct:__anon100
810 if ((tb->tbl = calloc(col, sizeof(*tb->tbl))) == NULL)
824 assert(s != NULL && tb->tbl[col][tb->row - 1] == NULL);
825 if ((tb->tbl[col][tb->row - 1] = strdup(s)) == NULL)
850 tb->tbl[i] = realloc(tb->tbl[i], sizeof(*tb->tbl[i]) * tb->row);
851 if (tb->tbl[i] == NULL)
853 tb->tbl[
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dst.c189 st_table *tbl; local
202 tbl = alloc(st_table);
203 tbl->type = type;
204 tbl->num_entries = 0;
205 tbl->num_bins = size;
206 tbl->bins = (st_table_entry **) Calloc(size, sizeof(st_table_entry *));
208 return tbl;
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp801 case '-': // tbl also accepts this
1201 table *tbl = new table(ncolumns, opt->flags, opt->linesize, local
1204 tbl->set_delim(opt->delim[0], opt->delim[1]);
1250 // Unfortunately tbl treats a span as needing data.
1258 tbl->add_entry(current_row, cnt, input_entry,
1261 tbl->add_vlines(current_row, f->vline[format_index]);
1277 tbl->add_entry(current_row, col, "", &line_format[col],
1405 tbl->add_entry(current_row, col, input_entry,
1422 tbl->add_entry(current_row, col, input_entry, &line_format[col],
1424 tbl
1497 table *tbl = 0; local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dobject.h121 PTABLE(place) *tbl; member in struct:saved_state
175 PTABLE(place) *tbl; member in struct:object_spec
/freebsd-11-stable/tools/tools/ipw/
H A Dipwstats.c69 static const struct statistic tbl[] = { variable in typeref:struct:statistic
259 for (stat = tbl; stat->index != 0; stat++) {
/freebsd-11-stable/contrib/bmake/mk/
H A Ddoc.mk15 TBL?= tbl
/freebsd-11-stable/sbin/iscontrol/
H A Discontrol.c129 lookup(token_t *tbl, char *m) argument
133 for(tp = tbl; tp->name != NULL; tp++)

Completed in 150 milliseconds

1234567