Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dgrp_tty.c File Reference
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/sched.h>
#include <linux/uaccess.h>
#include "dgrp_common.h"

Go to the source code of this file.

Macros

#define _POSIX_VDISABLE   ('\0')
 
#define SERIAL_TYPE_NORMAL   1
 
#define SERIAL_TYPE_CALLOUT   2
 
#define SERIAL_TYPE_XPRINT   3
 
#define PORTSERVER_DIVIDEND   1843200
 

Functions

void dgrp_tty_uninit (struct nd_struct *nd)
 
int dgrp_tty_init (struct nd_struct *nd)
 

Macro Definition Documentation

#define _POSIX_VDISABLE   ('\0')

Definition at line 48 of file dgrp_tty.c.

#define PORTSERVER_DIVIDEND   1843200

Definition at line 106 of file dgrp_tty.c.

#define SERIAL_TYPE_CALLOUT   2

Definition at line 97 of file dgrp_tty.c.

#define SERIAL_TYPE_NORMAL   1

Definition at line 96 of file dgrp_tty.c.

#define SERIAL_TYPE_XPRINT   3

Definition at line 98 of file dgrp_tty.c.

Function Documentation

int dgrp_tty_init ( struct nd_struct nd)

Definition at line 3163 of file dgrp_tty.c.

void dgrp_tty_uninit ( struct nd_struct nd)

Definition at line 3120 of file dgrp_tty.c.