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

1 2 3 4 5 6

  /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));
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));
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));
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...]
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
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));
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));
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);
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...]
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
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++)

Completed in 38 milliseconds

1 2 3 4 5 6