Searched refs:xterm (Results 1 – 3 of 3) sorted by relevance
23 struct xterm_wait *xterm = data; in xterm_interrupt() local27 ret = os_rcv_fd_msg(xterm->fd, &fd, n_fds, in xterm_interrupt()28 &xterm->pid, sizeof(xterm->pid)); in xterm_interrupt()34 else if (ret != sizeof(xterm->pid)) in xterm_interrupt()37 xterm->new_fd = fd; in xterm_interrupt()38 complete(&xterm->ready); in xterm_interrupt()
60 bool "xterm channel support"64 its own xterm.68 string "xterm channel default terminal emulator"70 default "xterm"90 default "xterm"94 be overridden from the command line. The default value is "xterm",98 which don't have X or xterm available.
39 obj-$(CONFIG_XTERM_CHAN) += xterm.o xterm_kern.o51 USER_OBJS := fd.o null.o pty.o tty.o xterm.o vector_user.o
Completed in 9 milliseconds