Searched refs:winch (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | line.c | 591 struct winch { struct 603 struct winch *winch = container_of(work, struct winch, work); in __free_winch() argument 604 um_free_irq(WINCH_IRQ, winch); in __free_winch() 606 if (winch->pid != -1) in __free_winch() 607 os_kill_process(winch->pid, 1); in __free_winch() 608 if (winch->stack != 0) in __free_winch() 609 free_stack(winch->stack, 0); in __free_winch() 610 kfree(winch); in __free_winch() 613 static void free_winch(struct winch *winch) in free_winch() argument 615 int fd = winch->fd; in free_winch() [all …]
|
H A D | pty.c | 151 .winch = 0, 164 .winch = 0,
|
H A D | null.c | 50 .winch = 0,
|
H A D | chan_user.h | 27 int winch; member
|
H A D | tty.c | 80 .winch = 0,
|
H A D | fd.c | 94 .winch = 1,
|
H A D | xterm.c | 228 .winch = 1,
|
H A D | port_user.c | 109 .winch = 1,
|
H A D | chan_kern.c | 80 .winch = 0, 127 if (chan && chan->primary && chan->ops->winch) in chan_enable_winch()
|
/openbmc/linux/arch/um/include/shared/ |
H A D | kern_util.h | 65 extern void winch(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs);
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 506 waddch(win, winch(win) & A_CHARTEXT); in draw_shadow() 509 waddch(win, winch(win) & A_CHARTEXT); in draw_shadow() 510 waddch(win, winch(win) & A_CHARTEXT); in draw_shadow()
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 506 waddch(win, winch(win) & A_CHARTEXT); in draw_shadow() 509 waddch(win, winch(win) & A_CHARTEXT); in draw_shadow() 510 waddch(win, winch(win) & A_CHARTEXT); in draw_shadow()
|
/openbmc/qemu/ui/ |
H A D | curses.c | 182 struct sigaction old, winch = { in curses_winch_init() local 185 sigaction(SIGWINCH, &winch, &old); in curses_winch_init()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | signal.c | 28 [SIGWINCH] = winch,
|
/openbmc/linux/arch/um/kernel/ |
H A D | trap.c | 312 void winch(int sig, struct siginfo *unused_si, struct uml_pt_regs *regs) in winch() function
|