nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
file Struct Reference

#include <thread.h>

Collaboration diagram for file:
Collaboration graph
[legend]

Data Fields

char * buffer
 
struct entryctx
 
struct object object
 
int offset
 
int size
 

Detailed Description

Definition at line 25 of file thread.h.

Field Documentation

char* buffer

스트림 버퍼

Definition at line 27 of file thread.h.

Referenced by fflush(), and fputc().

struct entry* ctx

File context

Definition at line 30 of file thread.h.

Referenced by ioctl(), lseek(), open(), read(), and write().

struct object object

Definition at line 26 of file thread.h.

Referenced by close(), and open().

int offset

스트림의 현재 오프셋

Definition at line 29 of file thread.h.

Referenced by fflush(), and fputc().

int size

스트림 버퍼 크기

Definition at line 28 of file thread.h.

Referenced by fputc().


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