|
POK(kernelpart)
|
#include <cpio.h>
Data Fields | |
| int | cpio_fmt |
| void * | cpio_addr |
| void * | curr_header |
| void * | curr_fileaddr |
| unsigned int | curr_filesz |
| char * | curr_filename |
| unsigned int | curr_filename_len |
| int(* | next_header )(struct cpio_file *cpio) |
| void* cpio_file::cpio_addr |
| void* cpio_file::curr_fileaddr |
| char* cpio_file::curr_filename |
| unsigned int cpio_file::curr_filename_len |
| unsigned int cpio_file::curr_filesz |
| void* cpio_file::curr_header |
| int(* cpio_file::next_header)(struct cpio_file *cpio) |