Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pty.c File Reference
#include <linux/module.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/fcntl.h>
#include <linux/sched.h>
#include <linux/string.h>
#include <linux/major.h>
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/uaccess.h>
#include <linux/bitops.h>
#include <linux/devpts_fs.h>
#include <linux/slab.h>
#include <linux/mutex.h>

Go to the source code of this file.

Functions

int pty_resize (struct tty_struct *tty, struct winsize *ws)
 
 module_init (pty_init)
 

Function Documentation

module_init ( pty_init  )
int pty_resize ( struct tty_struct tty,
struct winsize ws 
)

pty_do_resize - resize event : tty being resized : window size being set.

Update the termios variables and send the necessary signals to peform a terminal resize correctly

Definition at line 248 of file pty.c.