Home
last modified time | relevance | path

Searched refs:os_warn (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/um/os-Linux/
H A Dmem.c108 os_warn("Warning: tempdir %s is not on tmpfs\n", dir); in choose_tempdir()
126 os_warn("Failed to choose tempdir: %s\n", in make_tempfile()
151 os_warn("open - cannot create %s: %s\n", tempname, in make_tempfile()
223 os_warn("%s\n", strerror(err)); in check_tmpexec()
226 os_warn("%s must be not mounted noexec\n", tempdir); in check_tmpexec()
H A Dmain.c66 os_warn("failed to install handler for signal %d " in install_fatal_handler()
166 os_warn("deactivate_all_fds failed, errno = %d\n", -err); in main()
H A Dumid.c362 os_warn("uml_dir can't be an empty string\n"); in set_uml_dir()
373 os_warn("Failed to malloc uml_dir - error = %d\n", errno); in set_uml_dir()
402 os_warn("%s - remove_files_and_dir failed with err = %d\n", in remove_umid_dir()
H A Dexecvp.c140 os_warn("Not enough arguments\n"); in main()
H A Dutil.c200 void os_warn(const char *fmt, ...) in os_warn() function
H A Dstart_up.c386 os_warn("parse_iomem : failed to parse iomem\n"); in parse_iomem()
/openbmc/linux/arch/um/kernel/
H A Dumid.c19 os_warn("umid already set\n"); in set_umid_arg()
26 os_warn("umid '%s' already in use\n", name); in set_umid_arg()
H A Dphysmem.c87 os_warn("Too few physical memory! Needed=%lu, given=%lu\n", in setup_physmem()
97 os_warn("setup_physmem - mapping %ld bytes of memory at 0x%p " in setup_physmem()
H A Dum_arch.c45 os_warn("add_arg: Too many command line arguments!\n"); in add_arg()
174 os_warn("'debug' is not necessary to gdb UML in skas mode - run\n"); in no_skas_debug_setup()
175 os_warn("'gdb linux'\n"); in no_skas_debug_setup()
/openbmc/linux/arch/um/include/shared/
H A Dos.h258 extern void os_warn(const char *fmt, ...)