Home
last modified time | relevance | path

Searched refs:UM_KERN_ERR (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/arch/um/os-Linux/skas/
A Dprocess.c88 printk(UM_KERN_ERR "Stub registers -\n"); in ptrace_dump_regs()
121 printk(UM_KERN_ERR "%s : continue failed, errno = %d\n", in wait_stub_done()
148 printk(UM_KERN_ERR "save_fp_registers returned %d\n", in get_skas_faultinfo()
154 printk(UM_KERN_ERR "Failed to continue stub, pid = %d, " in get_skas_faultinfo()
168 printk(UM_KERN_ERR "put_fp_registers returned %d\n", in get_skas_faultinfo()
322 printk(UM_KERN_ERR "%s : mmap failed, errno = %d\n", in start_userspace()
336 printk(UM_KERN_ERR "%s : clone failed, errno = %d\n", in start_userspace()
345 printk(UM_KERN_ERR "%s : wait failed, errno = %d\n", in start_userspace()
368 printk(UM_KERN_ERR "%s : munmap failed, errno = %d\n", in start_userspace()
428 printk(UM_KERN_ERR "%s - wait failed, errno = %d\n", in userspace()
[all …]
A Dmem.c60 printk(UM_KERN_ERR "Registers - \n"); in do_syscall_stub()
62 printk(UM_KERN_ERR "\t%d\t0x%lx\n", i, syscall_regs[i]); in do_syscall_stub()
84 printk(UM_KERN_ERR "%s : ret = %ld, offset = %ld, data = %p\n", in do_syscall_stub()
87 …printk(UM_KERN_ERR "%s: syscall %ld failed, return value = 0x%lx, expected return value = 0x%lx\n", in do_syscall_stub()
89 printk(UM_KERN_ERR " syscall parameters: 0x%lx 0x%lx 0x%lx 0x%lx 0x%lx 0x%lx\n", in do_syscall_stub()
94 printk(UM_KERN_ERR " additional syscall data:"); in do_syscall_stub()
96 printk("\n" UM_KERN_ERR " "); in do_syscall_stub()
/linux-6.3-rc2/arch/um/drivers/
A Dchan_user.c156 printk(UM_KERN_ERR "winch_thread : failed to write " in winch_thread()
169 printk(UM_KERN_ERR "winch_thread : sigprocmask failed, " in winch_thread()
183 printk(UM_KERN_ERR "winch_thread : TIOCSCTTY failed on " in winch_thread()
189 printk(UM_KERN_ERR "winch_thread : tcsetpgrp failed on " in winch_thread()
202 printk(UM_KERN_ERR "winch_thread : failed to read " in winch_thread()
214 printk(UM_KERN_ERR "winch_thread : write failed, " in winch_thread()
252 printk(UM_KERN_ERR "winch_tramp : failed to read " in winch_tramp()
254 printk(UM_KERN_ERR "read failed, err = %d\n", errno); in winch_tramp()
255 printk(UM_KERN_ERR "fd %d will not support SIGWINCH\n", fd); in winch_tramp()
262 printk(UM_KERN_ERR "winch_tramp: failed to set thread_fd " in winch_tramp()
[all …]
A Dumcast_user.c28 printk(UM_KERN_ERR "new_addr: allocation of sockaddr_in " in new_addr()
82 printk(UM_KERN_ERR "umcast_open : data socket failed, " in umcast_open()
89 printk(UM_KERN_ERR "umcast_open: SO_REUSEADDR failed, " in umcast_open()
99 printk(UM_KERN_ERR "umcast_open: IP_MULTICAST_TTL " in umcast_open()
108 printk(UM_KERN_ERR "umcast_open: IP_MULTICAST_LOOP " in umcast_open()
117 printk(UM_KERN_ERR "umcast_open : data bind failed, " in umcast_open()
129 printk(UM_KERN_ERR "umcast_open: IP_ADD_MEMBERSHIP " in umcast_open()
131 printk(UM_KERN_ERR "There appears not to be a " in umcast_open()
134 printk(UM_KERN_ERR "eth0 should be configured in order " in umcast_open()
160 printk(UM_KERN_ERR "umcast_close: IP_DROP_MEMBERSHIP " in umcast_close()
A Dvector_user.c139 printk(UM_KERN_ERR "uml_tap: failed to open tun device\n"); in create_tap_fd()
290 printk(UM_KERN_ERR in user_init_hybrid_fds()
302 printk(UM_KERN_ERR "user_init_hybrid: init failed"); in user_init_hybrid_fds()
352 printk(UM_KERN_ERR in user_init_unix_fds()
360 printk(UM_KERN_ERR UNIX_BIND_FAIL, errno); in user_init_unix_fds()
414 printk(UM_KERN_ERR "fd open: bad or missing fd argument"); in user_init_fd_fds()
420 printk(UM_KERN_ERR "fd open: allocation failed"); in user_init_fd_fds()
580 printk(UM_KERN_ERR in user_init_socket_fds()
589 printk(UM_KERN_ERR in user_init_socket_fds()
598 printk(UM_KERN_ERR L2TPV3_BIND_FAIL, errno); in user_init_socket_fds()
[all …]
A Dslip_user.c33 printk(UM_KERN_ERR "could not get initial terminal " in set_up_tty()
51 printk(UM_KERN_ERR "failed to set terminal attributes\n"); in set_up_tty()
82 printk(UM_KERN_ERR "slip_tramp : pipe failed, err = %d\n", in slip_tramp()
99 printk(UM_KERN_ERR "slip_tramp : failed to allocate output " in slip_tramp()
134 printk(UM_KERN_ERR "slip-open : Failed to open pty, err = %d\n", in slip_open()
142 printk(UM_KERN_ERR "Couldn't open tty for slip line, " in slip_open()
162 printk(UM_KERN_ERR "slip_tramp failed - err = %d\n", in slip_open()
168 printk(UM_KERN_ERR "get_ifname failed, err = %d\n", in slip_open()
177 printk(UM_KERN_ERR "Failed to set slip discipline " in slip_open()
207 printk(UM_KERN_ERR "slip_tramp failed - errno = %d\n", -err); in slip_close()
A Dxterm.c105 printk(UM_KERN_ERR "xterm_open: $DISPLAY not set.\n"); in xterm_open()
118 printk(UM_KERN_ERR "xterm_open : mkstemp failed, errno = %d\n", in xterm_open()
125 printk(UM_KERN_ERR "xterm_open : unlink failed, errno = %d\n", in xterm_open()
134 printk(UM_KERN_ERR "xterm_open : create_unix_socket failed, " in xterm_open()
143 printk(UM_KERN_ERR "xterm_open : run_helper failed, " in xterm_open()
150 printk(UM_KERN_ERR "xterm_open : failed to set descriptor " in xterm_open()
159 printk(UM_KERN_ERR "xterm_open : os_rcv_fd failed, err = %d\n", in xterm_open()
166 printk(UM_KERN_ERR "xterm_open : failed to set xterm " in xterm_open()
A Ddaemon_user.c39 printk(UM_KERN_ERR "new_addr: allocation of sockaddr_un " in new_addr()
59 printk(UM_KERN_ERR "daemon_open : control socket failed, " in connect_to_switch()
67 printk(UM_KERN_ERR "daemon_open : control connect failed, " in connect_to_switch()
75 printk(UM_KERN_ERR "daemon_open : data socket failed, " in connect_to_switch()
81 printk(UM_KERN_ERR "daemon_open : data bind failed, " in connect_to_switch()
88 printk(UM_KERN_ERR "new_addr: allocation of sockaddr_un " in connect_to_switch()
100 printk(UM_KERN_ERR "daemon_open : control setup request " in connect_to_switch()
108 printk(UM_KERN_ERR "daemon_open : read of data socket failed, " in connect_to_switch()
A Dpcap_user.c25 printk(UM_KERN_ERR "pcap_user_init : pcap_open_live failed - " in pcap_user_init()
47 printk(UM_KERN_ERR "pcap_user_open : dev_netmask failed\n"); in pcap_user_open()
54 printk(UM_KERN_ERR "pcap_user_open : kmalloc failed\n"); in pcap_user_open()
62 printk(UM_KERN_ERR "pcap_user_open : pcap_compile failed - " in pcap_user_open()
69 printk(UM_KERN_ERR "pcap_user_open : pcap_setfilter " in pcap_user_open()
119 printk(UM_KERN_ERR "pcap_dispatch failed - %s\n", in pcap_user_read()
A Dnet_user.c26 printk(UM_KERN_ERR "Invalid tap IP address - '%s'\n", in tap_open_common()
44 printk(UM_KERN_ERR "The tap IP address and the UML eth IP " in tap_check_ips()
88 printk(UM_KERN_ERR "read_output - read of %s failed, " in read_output()
91 printk(UM_KERN_ERR "read_output - read of %s failed, read only " in read_output()
187 printk(UM_KERN_ERR "change_tramp - pipe failed, err = %d\n", in change_tramp()
225 printk(UM_KERN_ERR "change : failed to allocate output " in change()
A Dfd.c29 printk(UM_KERN_ERR "fd_init : channel type 'fd' must specify a " in fd_init()
36 printk(UM_KERN_ERR "fd_init : couldn't parse file descriptor " in fd_init()
79 printk(UM_KERN_ERR "Failed to restore terminal state - " in fd_close()
A Dslirp_user.c60 printk(UM_KERN_ERR "slirp_tramp failed - errno = %d\n", -err); in slirp_open()
88 printk(UM_KERN_ERR "slirp_close: no child process to shut " in slirp_close()
95 printk(UM_KERN_ERR "slirp_close: sending hangup to %d failed " in slirp_close()
A Dport_user.c33 printk(UM_KERN_ERR "port_init : channel type 'port' must " in port_init()
40 printk(UM_KERN_ERR "port_init : couldn't parse port '%s'\n", in port_init()
185 printk(UM_KERN_ERR "port_connection : error accessing port-helper " in port_connection()
188 printk(UM_KERN_ERR "Set UML_PORT_HELPER environment " in port_connection()
A Dvde_user.c25 printk(UM_KERN_ERR "vde_user_init: vde_open failed, " in vde_user_init()
81 printk(UM_KERN_ERR "vde_init_libstuff - vde_open_args " in vde_init_libstuff()
A Dpty.c50 printk(UM_KERN_ERR "open_pts : Failed to open pts\n"); in pts_open()
109 printk(UM_KERN_ERR "getmaster - no usable host pty devices\n"); in getmaster()
/linux-6.3-rc2/arch/um/os-Linux/
A Dumid.c38 printk(UM_KERN_ERR in make_uml_dir()
54 printk(UM_KERN_ERR "%s : malloc failed, errno = %d\n", in make_uml_dir()
61 printk(UM_KERN_ERR "Failed to mkdir '%s': %s\n", in make_uml_dir()
152 printk(UM_KERN_ERR "is_umdir_used : couldn't open pid " in is_umdir_used()
161 printk(UM_KERN_ERR "is_umdir_used : couldn't read pid file " in is_umdir_used()
165 printk(UM_KERN_ERR "is_umdir_used : couldn't read pid file " in is_umdir_used()
172 printk(UM_KERN_ERR "is_umdir_used : couldn't parse pid file " in is_umdir_used()
204 printk(UM_KERN_ERR "is_umdir_used - remove_files_and_dir " in umdir_take_if_dead()
233 printk(UM_KERN_ERR "Write of pid file failed - err = %d\n", in create_pid_file()
269 printk(UM_KERN_ERR "make_umid - mkstemp(%s) failed: " in make_umid()
[all …]
A Dhelper.c56 printk(UM_KERN_ERR "run_helper : pipe failed, errno = %d\n", in run_helper()
63 printk(UM_KERN_ERR "run_helper : setting FD_CLOEXEC failed, " in run_helper()
78 printk(UM_KERN_ERR "run_helper : clone failed, errno = %d\n", in run_helper()
96 printk(UM_KERN_ERR "run_helper : read on pipe failed, " in run_helper()
104 printk(UM_KERN_ERR "run_helper : failed to exec %s on host: %s\n", in run_helper()
132 printk(UM_KERN_ERR "run_helper_thread : clone failed, " in run_helper_thread()
140 printk(UM_KERN_ERR "run_helper_thread - wait failed, " in run_helper_thread()
145 printk(UM_KERN_ERR "run_helper_thread - thread " in run_helper_thread()
160 printk(UM_KERN_ERR "helper_wait : waitpid process %d failed, " in helper_wait()
164 printk(UM_KERN_ERR "helper_wait : process %d exited with " in helper_wait()
A Dsigio.c66 printk(UM_KERN_ERR "write_sigio_thread : poll returned " in write_sigio_thread()
77 printk(UM_KERN_ERR in write_sigio_thread()
93 printk(UM_KERN_ERR "write_sigio_thread : " in write_sigio_thread()
111 printk(UM_KERN_ERR "need_poll : failed to allocate new " in need_poll()
144 printk(UM_KERN_ERR "update_thread : read failed, err = %d\n", in update_thread()
454 printk(UM_KERN_ERR "check_one_sigio failed, errno = %d\n", in check_one_sigio()
463 printk(UM_KERN_ERR "check_one_sigio failed to allocate a " in check_one_sigio()
478 printk(UM_KERN_ERR "check_one_sigio : sigio_async failed, " in check_one_sigio()
484 printk(UM_KERN_ERR "check_one_sigio : sigaction 1 failed, " in check_one_sigio()
492 printk(UM_KERN_ERR "check_one_sigio : sigaction 2 failed, " in check_one_sigio()
[all …]
A Dprocess.c36 printk(UM_KERN_ERR "os_process_pc - couldn't open '%s', " in os_process_pc()
42 printk(UM_KERN_ERR "os_process_pc - couldn't read '%s', " in os_process_pc()
51 printk(UM_KERN_ERR "os_process_pc - couldn't find pc in '%s'\n", in os_process_pc()
71 printk(UM_KERN_ERR "Couldn't open '%s', errno = %d\n", stat, in os_process_parent()
80 printk(UM_KERN_ERR "Couldn't read '%s', errno = %d\n", stat, in os_process_parent()
88 printk(UM_KERN_ERR "Failed to scan '%s'\n", data); in os_process_parent()
197 printk(UM_KERN_ERR "Creating test memory file failed, " in can_drop_memory()
205 printk(UM_KERN_ERR "Mapping test memory file failed, " in can_drop_memory()
211 printk(UM_KERN_ERR "MADV_REMOVE failed, err = %d\n", -errno); in can_drop_memory()
A Dtty.c35 printk(UM_KERN_ERR "get_pty : Couldn't open /dev/ptmx - " in get_pty()
45 printk(UM_KERN_ERR "get_pty : Couldn't grant pty - " in get_pty()
52 printk(UM_KERN_ERR "get_pty : Couldn't unlock pty - " in get_pty()
A Dfile.c317 printk(UM_KERN_ERR "Couldn't stat \"%s\" : err = %d\n", file, in os_file_size()
329 printk(UM_KERN_ERR "Couldn't open \"%s\", " in os_file_size()
335 printk(UM_KERN_ERR "Couldn't get the block size of " in os_file_size()
355 printk(UM_KERN_ERR "Couldn't stat \"%s\" : err = %d\n", file, in os_file_modtime()
397 printk(UM_KERN_ERR "os_pipe : Setting FD_CLOEXEC failed, err = %d\n", in os_pipe()
415 printk(UM_KERN_ERR "os_set_fd_async : failed to set O_ASYNC " in os_set_fd_async()
423 printk(UM_KERN_ERR "os_set_fd_async : Failed to fcntl F_SETOWN " in os_set_fd_async()
531 printk(UM_KERN_ERR "rcv_fd didn't receive anything, " in os_rcv_fd()
537 printk(UM_KERN_ERR "rcv_fd didn't receive a descriptor\n"); in os_rcv_fd()
557 printk(UM_KERN_ERR "create_unix_socket : " in os_create_unix_socket()
[all …]
A Dirq.c79 UM_KERN_ERR "os_waiting_for_events:" in os_waiting_for_events_epoll()
119 printk(UM_KERN_ERR in os_mod_epoll_fd()
/linux-6.3-rc2/arch/um/os-Linux/drivers/
A Dethertap_user.c48 printk(UM_KERN_ERR "etap_change - request failed, err = %d\n", in etap_change()
55 printk(UM_KERN_ERR "etap_change : Failed to allocate output " in etap_change()
126 printk(UM_KERN_ERR "etap_tramp : read of status failed, " in etap_tramp()
131 printk(UM_KERN_ERR "etap_tramp : uml_net failed\n"); in etap_tramp()
150 printk(UM_KERN_ERR "etap_open - data socketpair failed - " in etap_open()
158 printk(UM_KERN_ERR "etap_open - control socketpair failed - " in etap_open()
170 printk(UM_KERN_ERR "etap_open : failed to allocate output " in etap_open()
178 printk(UM_KERN_ERR "etap_tramp failed - err = %d\n", -err); in etap_open()
204 printk(UM_KERN_ERR "etap_close - shutdown data socket failed, " in etap_close()
208 printk(UM_KERN_ERR "etap_close - shutdown control socket " in etap_close()
A Dtuntap_user.c105 printk(UM_KERN_ERR "tuntap_open_tramp : recvmsg failed - " in tuntap_open_tramp()
113 printk(UM_KERN_ERR "tuntap_open_tramp : didn't receive a " in tuntap_open_tramp()
119 printk(UM_KERN_ERR "tuntap_open_tramp : didn't receive a " in tuntap_open_tramp()
143 printk(UM_KERN_ERR "Failed to open /dev/net/tun, " in tuntap_open()
152 printk(UM_KERN_ERR "TUNSETIFF failed, errno = %d\n", in tuntap_open()
162 printk(UM_KERN_ERR "tuntap_open : socketpair failed - " in tuntap_open()
179 printk(UM_KERN_ERR "tuntap_open_tramp failed - " in tuntap_open()
/linux-6.3-rc2/arch/x86/um/
A Dbugs_32.c56 printk(UM_KERN_ERR "SIGILL in init, could not read " in arch_examine_signal()
65 printk(UM_KERN_ERR "SIGILL caused by cmov, which this " in arch_examine_signal()
69 printk(UM_KERN_ERR "SIGILL caused by cmov, which this " in arch_examine_signal()
72 printk(UM_KERN_ERR "Bad value for host_has_cmov (%d)", in arch_examine_signal()

Completed in 28 milliseconds

12