ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
disk.c 파일 참조
#include <stdio.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
+ disk.c에 대한 include 의존 그래프

데이타 구조

struct  part_info
 
struct  part
 
struct  mbr
 

매크로

#define ErrPrint(...)   fprintf(stderr, __VA_ARGS__)
 
#define DbgPrint(...)   fprintf(stdout, __VA_ARGS__)
 
#define SECTOR_SIZE   512
 

함수

struct part __attribute__ ((packed))
 
int main (int argc, char *argv[])
 

변수

unsigned char status
 
unsigned char first_chs [3]
 
unsigned char type
 
unsigned char last_chs [3]
 
unsigned long first_lba
 
unsigned long nr_of_sectors
 
struct mbr __attribute__
 

변수 문서화

unsigned char first_chs[3]
unsigned long first_lba
unsigned char last_chs[3]
unsigned long nr_of_sectors
unsigned char status
char type