| 
    POK(kernelpart)
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | cpio_bin_header | 
| struct | cpio_file | 
Enumerations | |
| enum | cpio_format {  CPIO_BIN_FMT, CPIO_ODC_FMT, CPIO_NEWC_FMT, CPIO_CRC_FMT, CPIO_TAR_FMT, CPIO_USTAR_FMT, CPIO_HPBIN_FMT, CPIO_HPODC_FMT }  | 
Functions | |
| int | cpio_open (struct cpio_file *cpio, void *file) | 
| char * | cpio_get_filename (struct cpio_file *cpio) | 
| int | cpio_next_file (struct cpio_file *cpio) | 
| void * | cpio_get_fileaddr (struct cpio_file *cpio) | 
| enum cpio_format | 
| void* cpio_get_fileaddr | ( | struct cpio_file * | cpio | ) | 
| char* cpio_get_filename | ( | struct cpio_file * | cpio | ) | 
| int cpio_next_file | ( | struct cpio_file * | cpio | ) | 
| int cpio_open | ( | struct cpio_file * | cpio, | 
| void * | file | ||
| ) |