Searched refs:fmt1 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/arch/alpha/common/
H A Dcomlogout.c57 static const char *fmt1 = " %-30s = 0x%l016x\n"; local
71 printf(fmt1, "Excepting Instruction Addr", mcucev5p->exc_addr);
72 printf(fmt1, "Summary of arithmetic traps", mcucev5p->exc_sum);
73 printf(fmt1, "Exception mask", mcucev5p->exc_mask);
74 printf(fmt1, "Base address for PALcode", mcucev5p->pal_base);
75 printf(fmt1, "Interrupt Status Reg", mcucev5p->isr);
76 printf(fmt1, "Current setup of EV5 IBOX", mcucev5p->icsr);
77 printf(fmt1, (mcucev5p->ic_perr_stat & 0x800)?
80 printf(fmt1, "D-CACHE error Reg", mcucev5p->dc_perr_stat);
98 printf(fmt1, "Effectiv
[all...]
/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_2100_a50.c297 static const char *fmt1 = " %-25s = 0x%016lx\n"; local
322 printf(fmt1, "Excepting Instruction Addr", ptr->exc_addr);
323 printf(fmt1, "Summary of arithmetic traps", ptr->exc_sum);
324 printf(fmt1, "Exception mask", ptr->exc_mask);
325 printf(fmt1, "ICCSR", ptr->iccsr);
326 printf(fmt1, "Base address for PALcode", ptr->pal_base);
327 printf(fmt1, "HIER", ptr->hier);
328 printf(fmt1, "HIRR", ptr->hirr);
329 printf(fmt1, "MM_CSR", ptr->mm_csr);
330 printf(fmt1, "DC_STA
[all...]
H A Ddec_kn8ae.c342 static const char *fmt1 = " %-25s = 0x%l016x\n"; variable
361 printf(fmt1, "EI Status", mptr->ei_stat);
362 printf(fmt1, "EI Address", mptr->ei_addr);
363 printf(fmt1, "Fill Syndrome", mptr->fill_syndrome);
364 printf(fmt1, "Interrupt Status Reg.", mptr->isr);
369 printf(fmt1, "CPU W/Error.", cpuwerr);
370 printf(fmt1, "DOF Count.", dof_cnt);
371 printf(fmt1, "TLDEV", ptr->tldev);
372 printf(fmt1, "TLSB Bus Error", ptr->tlber);
373 printf(fmt1, "TLS
[all...]
H A Ddec_kn300.c425 static const char *fmt1 = " %-25s = 0x%l016x\n"; local
452 printf(fmt1, "EI Status", ptr->ei_stat);
453 printf(fmt1, "Fill Syndrome", ptr->fill_syndrome);
454 printf(fmt1, "Interrupt Status Reg.", ptr->isr);
456 printf(fmt1, "Whami Reg.", ptr->whami);
457 printf(fmt1, "Sys. Env. Reg.", ptr->sys_env);
458 printf(fmt1, "MCPCIA Regs.", ptr->mcpcia_regs);
459 printf(fmt1, "PCI Rev. Reg.", ptr->pci_rev);
460 printf(fmt1, "MC_ERR0 Reg.", ptr->mc_err0);
461 printf(fmt1, "MC_ERR
482 static const char *fmt1 = " %-25s = 0x%l016x\\n"; local
[all...]
/netbsd-current/usr.bin/ldd/
H A Dldd.c124 const char *fmt1 = NULL, *fmt2 = NULL; local
135 if (fmt1) {
140 fmt1 = optarg;
143 if (fmt1 || fmt2)
145 fmt1 = "%a:-l%o.%m => %p\n";
182 if (elf_ldd(fd, *argv, path, fmt1, fmt2) == -1) {
190 if (elf32_ldd(fd, *argv, path, fmt1, fmt2) == -1) {
198 if (elf32_ldd_compat(fd, *argv, path, fmt1, fmt2) == -1) {
H A Dldd_elfxx.c96 ELFNAME(ldd)(int fd, char *prog, char *path, const char *fmt1, const char *fmt2) argument
134 if (fmt1 == NULL)
138 print_needed(_rtld_objmain, fmt1, fmt2);
167 fmtprint(const char *libname, Obj_Entry *obj, const char *fmt1, argument
190 if (fmt1 == NULL)
191 fmt1 = libmajor != NULL ?
197 fmt = libname == libnamebuf ? fmt1 : fmt2;
252 print_needed(Obj_Entry *obj, const char *fmt1, const char *fmt2) argument
261 fmtprint(libname, needed->obj, fmt1, fmt2);
263 print_needed(needed->obj, fmt1, fmt
[all...]
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_ttl.c45 static int fmt1(int t, char s, char **buf, size_t *buflen);
67 T(fmt1(weeks, 'W', &dst, &dstlen));
71 T(fmt1(days, 'D', &dst, &dstlen));
75 T(fmt1(hours, 'H', &dst, &dstlen));
79 T(fmt1(mins, 'M', &dst, &dstlen));
83 T(fmt1(secs, 'S', &dst, &dstlen));
151 fmt1(int t, char s, char **buf, size_t *buflen) { function
/netbsd-current/lib/libc/nameser/
H A Dns_ttl.c51 static int fmt1(int t, char s, char **buf, size_t *buflen);
73 T(fmt1(weeks, 'W', &dst, &dstlen));
77 T(fmt1(days, 'D', &dst, &dstlen));
81 T(fmt1(hours, 'H', &dst, &dstlen));
85 T(fmt1(mins, 'M', &dst, &dstlen));
89 T(fmt1(secs, 'S', &dst, &dstlen));
160 fmt1(int t, char s, char **buf, size_t *buflen) { function
/netbsd-current/tests/lib/libc/gen/
H A Dt_fmtcheck.c42 const char *fmt1; member in struct:test_fmt
98 f1 = test_fmts[i].fmt1;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DElf.cc987 char *fmt1 = NTXT (" %-15s 0x%08llx ( %lld )\n"); local
1001 sb.appendf (fmt1, NTXT ("e_entry"), (long long) ehdrp->e_entry,
1003 sb.appendf (fmt1, NTXT ("e_phoff"), (long long) ehdrp->e_phoff,
1005 sb.appendf (fmt1, NTXT ("e_shoff"), (long long) ehdrp->e_shoff,
1007 sb.appendf (fmt1, NTXT ("e_flags"), (long long) ehdrp->e_flags,
1009 sb.appendf (fmt1, NTXT ("e_ehsize"), (long long) ehdrp->e_ehsize,
1011 sb.appendf (fmt1, NTXT ("e_phentsize"), (long long) ehdrp->e_phentsize,
1013 sb.appendf (fmt1, NTXT ("e_phnum"), (long long) ehdrp->e_phnum,
1015 sb.appendf (fmt1, NTXT ("e_shentsize"), (long long) ehdrp->e_shentsize,
1017 sb.appendf (fmt1, NTX
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtoplev.c611 static const char fmt1[] = local
628 file == stderr ? _(fmt1) : fmt1,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtoplev.cc609 static const char fmt1[] = local
626 file == stderr ? _(fmt1) : fmt1,

Completed in 159 milliseconds