UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
proc Struct Reference

#include <proc.h>

Data Fields

uint sz
 
pde_tpgdir
 
char * kstack
 
enum procstate state
 
int pid
 
struct procparent
 
struct trapframetf
 
struct contextcontext
 
void * chan
 
int killed
 
struct fileofile [NOFILE]
 
struct inodecwd
 
char name [16]
 

Detailed Description

Definition at line 55 of file proc.h.

Field Documentation

void* proc::chan

Definition at line 64 of file proc.h.

struct context* proc::context

Definition at line 63 of file proc.h.

struct inode* proc::cwd

Definition at line 67 of file proc.h.

int proc::killed

Definition at line 65 of file proc.h.

char* proc::kstack

Definition at line 58 of file proc.h.

char proc::name[16]

Definition at line 68 of file proc.h.

struct file* proc::ofile[NOFILE]

Definition at line 66 of file proc.h.

struct proc* proc::parent

Definition at line 61 of file proc.h.

pde_t* proc::pgdir

Definition at line 57 of file proc.h.

int proc::pid

Definition at line 60 of file proc.h.

enum procstate proc::state

Definition at line 59 of file proc.h.

uint proc::sz

Definition at line 56 of file proc.h.

struct trapframe* proc::tf

Definition at line 62 of file proc.h.


The documentation for this struct was generated from the following file: