|
ncloader
0.1
|
#include <sys/types.h>#include <stdio.h>#include <stddef.h>#include <stdarg.h>#include <time.h>#include <errno.h>#include <list.h>#include <semaphore.h>#include <device.h>#include <port.h>#include <isr.h>#include <interrupt.h>#include <fdc.h>#include <fdc_ctrl.h>
fdc_ctrl.c에 대한 include 의존 그래프매크로 | |
| #define | dump_reg(ctx) |
| #define | decode_status(status) |
함수 | |
| int | fdc_seek (struct fdc_context *ctx, int cyl, int head) |
| int | fdc_lock (struct fdc_context *ctx) |
| int | fdc_unlock (struct fdc_context *ctx) |
| int | fdc_read_deleted_sector (struct fdc_context *ctx, int c, int h, int r) |
| int | fdc_read_id (struct fdc_context *ctx, int head) |
| int | fdc_read_sector (struct fdc_context *ctx, int c, int h, int r) |
| int | fdc_write_sector (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r) |
| int | fdc_write_deleted_sector (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r) |
| int | fdc_read_track (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r) |
| int | fdc_verify (struct fdc_context *ctx, unsigned char c, unsigned char h, unsigned char r) |
| int | fdc_version (struct fdc_context *ctx, unsigned char *ver) |
| int | fdc_reset (struct fdc_context *ctx) |
| void | fdc_motor_on (struct fdc_context *ctx) |
| void | fdc_motor_off (struct fdc_context *ctx) |
| void | fdc_init_ctrl (struct fdc_context *ctx) |
| #define decode_status | ( | status) |
| #define dump_reg | ( | ctx) |
| void fdc_init_ctrl | ( | struct fdc_context * | ctx) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| int fdc_lock | ( | struct fdc_context * | ctx) |
| void fdc_motor_off | ( | struct fdc_context * | ctx) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| void fdc_motor_on | ( | struct fdc_context * | ctx) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| int fdc_read_deleted_sector | ( | struct fdc_context * | ctx, |
| int | c, | ||
| int | h, | ||
| int | r | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:| int fdc_read_id | ( | struct fdc_context * | ctx, |
| int | head | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| int fdc_read_sector | ( | struct fdc_context * | ctx, |
| int | c, | ||
| int | h, | ||
| int | r | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| int fdc_read_track | ( | struct fdc_context * | ctx, |
| unsigned char | c, | ||
| unsigned char | h, | ||
| unsigned char | r | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:| int fdc_reset | ( | struct fdc_context * | ctx) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| int fdc_seek | ( | struct fdc_context * | ctx, |
| int | cyl, | ||
| int | head | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.:| int fdc_unlock | ( | struct fdc_context * | ctx) |
| int fdc_verify | ( | struct fdc_context * | ctx, |
| unsigned char | c, | ||
| unsigned char | h, | ||
| unsigned char | r | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:| int fdc_version | ( | struct fdc_context * | ctx, |
| unsigned char * | ver | ||
| ) |
이 함수를 호출하는 함수들에 대한 그래프입니다.:| int fdc_write_deleted_sector | ( | struct fdc_context * | ctx, |
| unsigned char | c, | ||
| unsigned char | h, | ||
| unsigned char | r | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:| int fdc_write_sector | ( | struct fdc_context * | ctx, |
| unsigned char | c, | ||
| unsigned char | h, | ||
| unsigned char | r | ||
| ) |
이 함수 내부에서 호출하는 함수들에 대한 그래프입니다.:
이 함수를 호출하는 함수들에 대한 그래프입니다.: