|
ncloader
0.1
|
#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 | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.: