Searched refs:xwarnx (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/arch/x68k/stand/loadbsd/ |
| H A D | loadbsd.c | 274 xwarnx("%s: major %u, if %u, un_if %u, unit %u, lun %u, partition %u; bootdev 0x%x", in bootdev() 353 xwarnx("trampoline arg at %p", arg); in read_kernel() 373 xwarnx("args: mpu %d, image %p, load 0x%x, entry 0x%x", in read_kernel() 381 xwarnx("trampoline code at %p (%u bytes)", in read_kernel() 417 xwarnx("%s", msg); in usage() 530 xwarnx("boothowto 0x%x", boothowto); in main() 542 xwarnx("flush disk cache..."); in main() 552 xwarnx("flush and disable MPU caches..."); in main() 559 xwarnx("Jumping to the kernel. Good Luck!"); in main() 568 xwarnx("??? return from kernel"); in main()
|
| /netbsd-src/libexec/ld.elf_so/ |
| H A D | paths.c | 253 xwarnx("missing sysctl variable name"); in _rtld_process_mapping() 268 xwarnx("maximum library entries exceeded `%s'", in _rtld_process_mapping() 273 xwarnx("missing sysctl variable value for `%s'", in _rtld_process_mapping() 279 xwarnx("missing sysctl library list for `%s'", in _rtld_process_mapping() 287 xwarnx("maximum library entries exceeded `%s'", in _rtld_process_mapping() 295 xwarnx("No library map entries for `%s/%.*s'", in _rtld_process_mapping() 319 xwarnx("No library entries for `%s'", hwptr->name); in _rtld_process_mapping()
|
| H A D | load.c | 236 xwarnx(_PATH_LD_HINTS ": invalid/unknown sysctl for %s (%d)", in _rtld_load_by_name() 251 xwarnx("unsupported sysctl type %d", (int)i); in _rtld_load_by_name() 265 xwarnx("sysctl value %s not found for lib%s", in _rtld_load_by_name() 275 xwarnx("could not load %s for %s", in _rtld_load_by_name()
|
| H A D | rtldenv.h | 53 void xwarnx(const char *, ...) 79 # define xwarnx warnx macro
|
| H A D | reloc.c | 91 xwarnx("%s: zero size COPY relocation for \"%s\"", in _rtld_do_copy_relocation() 196 xwarnx("%s: text relocations", obj->path); in _rtld_relocate_objects()
|
| H A D | xprintf.c | 304 xwarnx(const char *fmt, ...) in xwarnx() function
|
| H A D | xmalloc.c | 166 xwarnx("\r\nassertion botched: %s\r\n", s); in botch()
|
| /netbsd-src/sys/arch/x68k/stand/common/ |
| H A D | exec_sub.c | 28 xwarnx("section (%s): img %p, sz %d, pad %d", ident, in DPRINT_SEC() 106 xwarnx("symbol table found"); in xk_aout() 185 xwarnx("symbol table found"); in xk_elf() 187 xwarnx("debugging information found"); in xk_elf() 272 xwarnx("%s: is an a.out", kernel_fn); in xk_load() 304 xwarnx("%s: is an ELF", kernel_fn); in xk_load()
|
| H A D | xprintf.c | 344 xwarnx(const char *fmt, ...) in xwarnx() function 346 xwarnx(fmt, va_alist) in xwarnx()
|
| H A D | xprintf.h | 25 void xwarnx(const char *fmt, ...);
|