HomeSort by: relevance | last modified time | path
    Searched defs:tbl (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/sys/arch/bebox/stand/boot/
clock.c 60 u_long tbh, tbl, scratch; local in function:delay
65 tbl = tb;
68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
  /src/sys/arch/prep/stand/boot/
clock.c 76 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/
clock.c 76 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/unstr/
unstr.c 90 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.str_delim
    [all...]
  /src/lib/libcurses/PSD.doc/
Makefile 9 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/sys/arch/bebox/bebox/
cpu.c 150 u_int tbu, tbl; local in function:md_sync_timebase
169 tbl = h->hatch_tbl;
173 __asm volatile ("mttbl %0" :: "r"(tbl));
  /src/sys/arch/prep/prep/
cpu.c 146 u_int tbl = h->hatch_tbl; local in function:md_sync_timebase
154 __asm volatile ("mttbl %0" :: "r"(tbl));
  /src/sys/arch/x86/x86/
x86_ipmi.c 184 struct smbtable tbl; local in function:ipmi_probe
186 tbl.cookie = 0;
188 if (smbios_find_table(SMBIOS_TYPE_IPMIDEV, &tbl))
189 ipmi_smbios_probe(tbl.tblhdr, ia);
  /src/sys/arch/ia64/ia64/
consinit.c 79 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->entry + n)
    [all...]
  /src/sbin/gpt/
gpt_private.h 44 struct map *tbl, *lbt, *gpt, *tpg; member in struct:gpt
  /src/lib/libm/noieee_src/
n_exp2.c 53 static const double tbl[TBLSIZE * 2] = { variable in typeref:typename:const double[]
337 * virtual tables, interleaved in the real table tbl[].
373 t = tbl[i0]; /* exp2t[i0] */
374 z -= tbl[i0 + 1]; /* eps[i0] */
  /src/lib/libm/src/
s_exp2.c 61 } tbl[TBLSIZE] = { variable in typeref:typename:const struct __anone2e1265f0108[]
390 t = tbl[i0].exp2;
391 z -= tbl[i0].eps;
  /src/share/examples/puffs/rot13fs/
rot13fs.c 59 static uint8_t tbl[256]; variable in typeref:typename:uint8_t[256]
67 *b = tbl[*b];
173 tbl[i] = (uint8_t)i;
175 tbl[i + 'a'] = 'a' + ((i + 13) % 26);
177 tbl[i + 'A'] = 'A' + ((i + 13) % 26);
  /src/sys/dev/dm/
dm_table.c 149 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 = &head->tables[id]
284 dm_table_t *tbl; local in function:dm_table_get_target_count
    [all...]
  /src/usr.sbin/iwictl/
iwictl.c 147 static const struct statistic tbl[] = { variable in typeref:typename:const struct statistic[]
213 for (st = tbl; st->index != 0; st++)
  /src/usr.sbin/ipwctl/
ipwctl.c 164 static const struct statistic tbl[] = { variable in typeref:typename:const struct statistic[]
345 for (st = tbl; st->index != 0; st++) {
  /src/sys/arch/powerpc/booke/
e500_timer.c 190 u_long tbh, tbl, scratch; local in function:delay
196 tbl = tb;
207 : "r"(tbh), "r"(tbl), "n"(SPR_TBL), "n"(SPR_TBU)
  /src/lib/libm/ld80/
s_exp2l.c 63 static const double tbl[TBLSIZE * 2] = { variable in typeref:typename:const double[]
273 long double t_hi = tbl[i0];
274 long double t_lo = tbl[i0 + 1];
  /src/usr.bin/make/
hash.h 106 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/sun68k/stand/libsa/
sun3x.c 220 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[pn].attr.raw = pa
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
qmgr.h 52 unsigned long tbl[BITS_TO_LONGS(NVKM_FALCON_QMGR_SEQ_NUM)]; member in struct:nvkm_falcon_qmgr::__anon8512bfda0208
  /src/sys/arch/powerpc/ibm4xx/
clock.c 235 u_long tbh, tbl, scratch; local in function:delay
241 tbl = tb;
261 : "r" (tbh), "r" (tbl)
  /src/sys/arch/macppc/macppc/
cpu.c 341 u_int tbl = h->hatch_tbl; local in function:md_sync_timebase
347 __asm volatile ("mttbl %0" :: "r"(tbl));
  /src/sys/arch/ofppc/ofppc/
cpu.c 303 u_int tbl = h->hatch_tbl; local in function:md_sync_timebase
309 __asm volatile ("mttbl %0" :: "r"(tbl));
  /src/lib/libm/ld128/
s_exp2l.c 61 static const long double tbl[TBLSIZE] = { variable in typeref:typename:const long double[]
414 t = tbl[i0]; /* exp2t[i0] */

Completed in 22 milliseconds

1 2 3