Searched refs:tbl (Results 1 - 25 of 131) sorted by relevance

123456

/src/games/fortune/unstr/
H A Dunstr.c90 static STRFILE tbl; /* description table */ local in function:main
97 (void) fread((char *) &tbl, sizeof tbl, 1, Dataf);
98 BE32TOH(tbl.str_version);
99 BE32TOH(tbl.str_numstr);
100 BE32TOH(tbl.str_longlen);
101 BE32TOH(tbl.str_shortlen);
102 BE32TOH(tbl.str_flags);
103 if (!(tbl.str_flags & (STR_ORDERED | STR_RANDOM))) {
107 Delimch = tbl
127 order_unstr(STRFILE * tbl) argument
[all...]
/src/sys/kern/
H A Dkern_fileassoc.c92 #define FILEASSOC_HASH(tbl, handle) \
94 & ((tbl)->tbl_mask))
192 struct fileassoc_table *tbl = v; local in function:table_dtor
196 for (i = 0; i < tbl->tbl_nslots; i++) {
199 while ((faf = LIST_FIRST(&tbl->tbl_hash[i])) != NULL) {
205 hashdone(tbl->tbl_hash, HASH_LIST, tbl->tbl_mask);
206 specificdata_fini(fileassoc_domain, &tbl->tbl_data);
207 kmem_free(tbl, sizeof(*tbl));
301 struct fileassoc_table *tbl; local in function:fileassoc_file_lookup
355 fileassoc_table_resize(struct fileassoc_table * tbl) argument
411 struct fileassoc_table *tbl; local in function:fileassoc_table_add
437 struct fileassoc_table *tbl; local in function:fileassoc_table_delete
456 struct fileassoc_table *tbl; local in function:fileassoc_table_run
484 struct fileassoc_table *tbl; local in function:fileassoc_table_clear
511 struct fileassoc_table *tbl; local in function:fileassoc_file_add
569 struct fileassoc_table *tbl; local in function:fileassoc_file_delete
[all...]
/src/usr.sbin/tprof/arch/
H A Dtprof_armv7.c110 tprof_event_list_table(struct pmu_event_table *tbl) argument
114 printf("%s:\n", tbl->name);
115 for (n = 0; n < tbl->nevents; n++) {
116 printf("\t%s\n", tbl->events[n].name);
119 if (tbl->next)
120 tprof_event_list_table(tbl->next);
131 struct pmu_event_table *tbl)
135 for (n = 0; n < tbl->nevents; n++) {
136 if (strcmp(tbl->events[n].name, name) == 0) {
137 param->p_event = tbl
130 tprof_event_lookup_table(const char * name,struct tprof_param * param,struct pmu_event_table * tbl) argument
[all...]
H A Dtprof_armv8.c137 tprof_event_list_table(struct pmu_event_table *tbl) argument
141 printf("%s:\n", tbl->name);
142 for (n = 0; n < tbl->nevents; n++) {
143 printf("\t%s\n", tbl->events[n].name);
146 if (tbl->next)
147 tprof_event_list_table(tbl->next);
158 struct pmu_event_table *tbl)
162 for (n = 0; n < tbl->nevents; n++) {
163 if (strcmp(tbl->events[n].name, name) == 0) {
164 param->p_event = tbl
157 tprof_event_lookup_table(const char * name,struct tprof_param * param,struct pmu_event_table * tbl) argument
[all...]
/src/sys/arch/prep/stand/boot/
H A Dclock.c76 u_long tbh, tbl, scratch; local in function:delay
83 mfrtc(&tbh, &tbl);
88 tbl += n * 1000;
89 if (tbl >= 1000000000) {
91 tbl -= 1000000000;
96 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R));
101 tbl = tb;
105 : "r"(tbh), "r"(tbl));
/src/sys/arch/rs6000/stand/boot/
H A Dclock.c76 u_long tbh, tbl, scratch; local in function:delay
84 mfrtc(&tbh, &tbl);
89 tbl += n * 1000;
90 if (tbl >= 1000000000) {
92 tbl -= 1000000000;
97 : "r"(tbh), "r"(tbl), "n"(SPR_RTCU_R), "n"(SPR_RTCL_R));
102 tbl = tb;
106 : "r"(tbh), "r"(tbl));
/src/games/fortune/strfile/
H A Dstrfile.h39 #define STR_ENDSTRING(line,tbl) \
40 ((line)[0] == (tbl).str_delim && (line)[1] == '\n')
/src/sys/arch/bebox/stand/boot/
H A Dclock.c60 u_long tbh, tbl, scratch; local in function:delay
65 tbl = tb;
68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_user_extensions.h18 const i915_user_extension_fn *tbl,
H A Di915_user_extensions.c22 const i915_user_extension_fn *tbl,
52 if (tbl[name])
53 err = tbl[name](ext, data);
21 i915_user_extensions(struct i915_user_extension __user * ext,const i915_user_extension_fn * tbl,unsigned int count,void * data) argument
/src/bin/ksh/
H A Dtable.c51 struct tbl *tblp, **p;
52 struct tbl **ntblp, **otblp = tp->tbls;
55 ntblp = (struct tbl**) alloc(sizeofN(struct tbl *, nsize), tp->areap);
81 struct tbl *
87 struct tbl **pp, *p;
104 struct tbl *
110 struct tbl **pp, *p;
129 /* create new tbl entry */
131 p = (struct tbl *) allo
[all...]
H A Dproto.h73 struct tbl * findfunc ARGS((const char *, unsigned int, int));
76 struct tbl * findcom ARGS((const char *, int));
84 int v_evaluate ARGS((struct tbl *, const char *, volatile int));
219 struct tbl * mytsearch ARGS((struct table *, const char *, unsigned int));
220 struct tbl * tenter ARGS((struct table *, const char *, unsigned int));
221 void mytdelete ARGS((struct tbl *));
223 struct tbl * tnext ARGS((struct tstate *));
224 struct tbl ** tsort ARGS((struct table *));
257 struct tbl * global ARGS((const char *));
258 struct tbl * loca
[all...]
H A Dexpr.c128 struct tbl *val; /* value from token() */
129 struct tbl *evaling; /* variable that is being recursively
139 static struct tbl *evalexpr ARGS((Expr_state *es, enum prec prec));
141 static struct tbl *do_ppmm(Expr_state *, enum token, struct tbl *, bool);
143 struct tbl *vasn));
144 static struct tbl *tempvar ARGS((void));
145 static struct tbl *intvar ARGS((Expr_state *es, struct tbl *vp));
156 struct tbl
[all...]
/src/dist/pf/sbin/pfctl/
H A Dpfctl_radix.c75 pfr_add_tables(struct pfr_table *tbl, int size, int *nadd, int flags) argument
79 if (size < 0 || (size && tbl == NULL)) {
85 io.pfrio_buffer = tbl;
86 io.pfrio_esize = sizeof(*tbl);
96 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) argument
100 if (size < 0 || (size && tbl == NULL)) {
106 io.pfrio_buffer = tbl;
107 io.pfrio_esize = sizeof(*tbl);
117 pfr_get_tables(struct pfr_table *filter, struct pfr_table *tbl, int *size, argument
122 if (size == NULL || *size < 0 || (*size && tbl
140 pfr_get_tstats(struct pfr_table * filter,struct pfr_tstats * tbl,int * size,int flags) argument
163 pfr_clr_addrs(struct pfr_table * tbl,int * ndel,int flags) argument
182 pfr_add_addrs(struct pfr_table * tbl,struct pfr_addr * addr,int size,int * nadd,int flags) argument
205 pfr_del_addrs(struct pfr_table * tbl,struct pfr_addr * addr,int size,int * ndel,int flags) argument
228 pfr_set_addrs(struct pfr_table * tbl,struct pfr_addr * addr,int size,int * size2,int * nadd,int * ndel,int * nchange,int flags) argument
258 pfr_get_addrs(struct pfr_table * tbl,struct pfr_addr * addr,int * size,int flags) argument
281 pfr_get_astats(struct pfr_table * tbl,struct pfr_astats * addr,int * size,int flags) argument
304 pfr_clr_astats(struct pfr_table * tbl,struct pfr_addr * addr,int size,int * nzero,int flags) argument
327 pfr_clr_tstats(struct pfr_table * tbl,int size,int * nzero,int flags) argument
348 pfr_set_tflags(struct pfr_table * tbl,int size,int setflag,int clrflag,int * nchange,int * ndel,int flags) argument
374 pfr_tst_addrs(struct pfr_table * tbl,struct pfr_addr * addr,int size,int * nmatch,int flags) argument
397 pfr_ina_define(struct pfr_table * tbl,struct pfr_addr * addr,int size,int * nadd,int * naddr,int ticket,int flags) argument
[all...]
/src/lib/libcurses/PSD.doc/
H A DMakefile9 intro.0 intro.1 intro.2.tbl intro.3 intro.4 intro.5 intro.6 \
12 CLEANFILES+= ${CEXAMPLES} intro.2.tbl
29 intro.2.tbl: intro.2
/src/usr.bin/make/
H A Dhash.h106 HashTable tbl; member in struct:HashSet
147 HashTable_Init(&set->tbl);
153 HashTable_Done(&set->tbl);
161 (void)HashTable_CreateEntry(&set->tbl, key, &isNew);
168 return HashTable_FindEntry(&set->tbl, key) != NULL;
174 HashIter_Init(hi, &set->tbl);
/src/sys/arch/ia64/include/
H A Defilib.h36 void *efi_get_table(EFI_GUID *tbl);
/src/share/doc/papers/kernmalloc/
H A DMakefile9 paper.ps: ${SRCS} alloc.fig usage.tbl
/src/lib/libm/ld80/
H A Ds_expl.c235 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
240 t = (long double)tbl[n2].lo + tbl[n2].hi;
243 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q +
244 tbl[n2].hi * r1);
248 t = SUM2P(tbl[n2].hi - 2, tbl[n2].lo * (r1 + 1) + t * q +
249 tbl[n2].hi * r1);
253 t = SUM2P(tbl[n
[all...]
/src/sys/arch/ia64/ia64/
H A Dconsinit.c79 struct dig64_hcdp_table *tbl; local in function:pcdp_cnprobe
86 tbl = (void*)IA64_PHYS_TO_RR7(hcdp);
88 m = tbl->length - sizeof(struct dig64_hcdp_table);
90 desc = (union dev_desc *)((char *)tbl->entry + n);
95 if (tbl->revision < 3)
98 tbl->revision);
125 struct dig64_hcdp_table *tbl; local in function:pcdp_cninit
136 tbl = (void *)IA64_PHYS_TO_RR7(hcdp);
138 m = tbl->length - sizeof(struct dig64_hcdp_table);
141 desc = (union dev_desc *)((char *)tbl
[all...]
/src/sys/dev/dm/
H A Ddm_table.c149 dm_table_t *tbl; local in function:dm_table_destroy
165 tbl = &head->tables[id];
167 while ((table_en = SLIST_FIRST(tbl)) != NULL) {
168 SLIST_REMOVE(tbl, table_en, dm_table_entry, next);
174 KASSERT(SLIST_EMPTY(tbl));
187 dm_table_t *tbl; local in function:dm_table_size_impl
197 tbl = &head->tables[id];
203 SLIST_FOREACH(table_en, tbl, next)
238 dm_table_t *tbl; local in function:dm_table_disksize
249 tbl
284 dm_table_t *tbl; local in function:dm_table_get_target_count
[all...]
/src/sbin/gpt/
H A Dgpt_private.h44 struct map *tbl, *lbt, *gpt, *tpg; member in struct:gpt
/src/lib/libm/ld128/
H A Ds_expl.c282 * expl(endpoint[n2] + r1 + r2) = tbl[n2] * expl(r1 + r2).
288 t = tbl[n2].lo + tbl[n2].hi;
291 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q +
292 tbl[n2].hi * r1);
296 t = SUM2P(tbl[n2].hi - 2, tbl[n2].lo * (r1 + 1) + t * q +
297 tbl[n2].hi * r1);
301 t = SUM2P(tbl[n
[all...]
/src/sys/arch/sun68k/stand/libsa/
H A Dsun3x.c220 mmu_short_pte_t *tbl; local in function:sun3x_get_pte
223 tbl = (mmu_short_pte_t *) *romVectorPtr->lomemptaddr;
226 tbl = (mmu_short_pte_t *) *romVectorPtr->monptaddr;
229 tbl = (mmu_short_pte_t *) *romVectorPtr->shadowpteaddr;
237 return tbl[pn].attr.raw;
245 mmu_short_pte_t *tbl; local in function:sun3x_set_pte
251 tbl = (mmu_short_pte_t *) *romVectorPtr->lomemptaddr;
257 tbl = (mmu_short_pte_t *) *romVectorPtr->monptaddr;
263 tbl = (mmu_short_pte_t *) *romVectorPtr->shadowpteaddr;
272 tbl[p
[all...]
/src/games/fortune/fortune/
H A Dfortune.c101 STRFILE tbl; member in struct:fd
262 !STR_ENDSTRING(line, fp->tbl); Fort_len++) {
263 if (fp->tbl.str_flags & STR_ROTATED)
280 if (!(Fortfile->tbl.str_flags & (STR_RANDOM | STR_ORDERED)))
287 !STR_ENDSTRING(line, Fortfile->tbl))
952 while ((u_int32_t)choice >= fp->tbl.str_numstr) {
953 choice -= fp->tbl.str_numstr;
957 fp->name, fp->tbl.str_numstr,
961 fp->tbl.str_numstr));
973 (off_t) (sizeof fp->tbl
[all...]

Completed in 12 milliseconds

123456