| /src/sys/arch/bebox/stand/boot/ |
| clock.c | 60 u_long tbh, tbl, scratch; local 65 tbl = tb; 68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
|
| clock.c | 60 u_long tbh, tbl, scratch; local 65 tbl = tb; 68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
|
| clock.c | 60 u_long tbh, tbl, scratch; local 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 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 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 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 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 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 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 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 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/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/sys/arch/bebox/bebox/ |
| cpu.c | 150 u_int tbu, tbl; local 169 tbl = h->hatch_tbl; 173 __asm volatile ("mttbl %0" :: "r"(tbl));
|
| cpu.c | 150 u_int tbu, tbl; local 169 tbl = h->hatch_tbl; 173 __asm volatile ("mttbl %0" :: "r"(tbl));
|
| /src/sys/arch/evbppc/nintendo/ |
| cpu.c | 200 u_int tbl = h->hatch_tbl; local 208 __asm volatile ("mttbl %0" :: "r"(tbl));
|
| cpu.c | 200 u_int tbl = h->hatch_tbl; local 208 __asm volatile ("mttbl %0" :: "r"(tbl));
|
| /src/sys/arch/ia64/ia64/ |
| consinit.c | 79 struct dig64_hcdp_table *tbl; local 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 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 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 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/sys/arch/prep/prep/ |
| cpu.c | 146 u_int tbl = h->hatch_tbl; local 154 __asm volatile ("mttbl %0" :: "r"(tbl));
|
| cpu.c | 146 u_int tbl = h->hatch_tbl; local 154 __asm volatile ("mttbl %0" :: "r"(tbl));
|
| /src/sys/arch/x86/x86/ |
| x86_ipmi.c | 184 struct smbtable tbl; local 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 186 tbl.cookie = 0; 188 if (smbios_find_table(SMBIOS_TYPE_IPMIDEV, &tbl)) 189 ipmi_smbios_probe(tbl.tblhdr, ia);
|
| /src/external/bsd/mdocml/dist/ |
| tbl.c | 1 /* Id: tbl.c,v 1.46 2018/12/14 06:33:14 schwarze Exp */ 30 #include "tbl.h" 37 tbl_read(struct tbl_node *tbl, int ln, const char *p, int pos) 48 if (tbl->part == TBL_PART_OPTS) { 49 tbl->part = TBL_PART_LAYOUT; 69 tbl_option(tbl, ln, p, &pos); 77 switch (tbl->part) { 79 tbl_layout(tbl, ln, p, pos); 82 tbl_cdata(tbl, ln, p, pos); 85 tbl_data(tbl, ln, p, pos) 93 struct tbl_node *tbl; local [all...] |
| tbl.c | 1 /* Id: tbl.c,v 1.46 2018/12/14 06:33:14 schwarze Exp */ 30 #include "tbl.h" 37 tbl_read(struct tbl_node *tbl, int ln, const char *p, int pos) 48 if (tbl->part == TBL_PART_OPTS) { 49 tbl->part = TBL_PART_LAYOUT; 69 tbl_option(tbl, ln, p, &pos); 77 switch (tbl->part) { 79 tbl_layout(tbl, ln, p, pos); 82 tbl_cdata(tbl, ln, p, pos); 85 tbl_data(tbl, ln, p, pos) 93 struct tbl_node *tbl; local [all...] |