ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
fdc.c 파일 참조
#include <slibc.h>
#include <sys/types.h>
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
#include <time.h>
#include <errno.h>
#include <list.h>
#include <pthread.h>
#include <semaphore.h>
#include <stdlib.h>
#include <device.h>
#include <dma.h>
#include <fdc.h>
#include <fdc_ctrl.h>
+ fdc.c에 대한 include 의존 그래프

데이타 구조

struct  context
 
struct  ctx_list
 

함수

int fdc_lseek (int handle, int offset, int whence)
 
int fdc_read (int handle, char *buffer, int size)
 
int fdc_write (int handle, const char *buffer, int size)
 
int fdc_ctrl (int handle, int cmd, va_list ap)
 
int fdc_close (int ctx_id)
 
int fdc_open (int id, int ctx_id)
 
int fdc_init (void)
 

함수 문서화

int fdc_close ( int  ctx_id)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_ctrl ( int  handle,
int  cmd,
va_list  ap 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_lseek ( int  handle,
int  offset,
int  whence 
)
int fdc_open ( int  id,
int  ctx_id 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_read ( int  handle,
char *  buffer,
int  size 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:

int fdc_write ( int  handle,
const char *  buffer,
int  size 
)

+ 이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.: