Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

cdrom.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <linux/iso_fs.h>
#include "hd.h"
#include "hd_int.h"
#include "cdrom.h"

Functions

void read_cdroms (hd_data_t *hd_data)
cdrom_info_tnew_cdrom_entry (cdrom_info_t **ci)
void hd_scan_cdrom (hd_data_t *hd_data)
void hd_scan_cdrom2 (hd_data_t *hd_data)
cdrom_info_thd_read_cdrom_info (hd_data_t *hd_data, hd_t *hd)
cdrom_info_tget_cdrom_entry (cdrom_info_t *ci, int n)

Function Documentation

cdrom_info_t* get_cdrom_entry cdrom_info_t ci,
int  n
 

cdrom_info_t* hd_read_cdrom_info hd_data_t hd_data,
hd_t hd
 

void hd_scan_cdrom hd_data_t hd_data  ) 
 

void hd_scan_cdrom2 hd_data_t hd_data  ) 
 

cdrom_info_t * new_cdrom_entry cdrom_info_t **  ci  )  [static]
 

void read_cdroms hd_data_t hd_data  )  [static]