|
iPXE
|
A CPIO archive header. More...
#include <cpio.h>
Data Fields | |
| char | c_magic [6] |
| The string "070701" or "070702". More... | |
| char | c_ino [8] |
| File inode number. More... | |
| char | c_mode [8] |
| File mode and permissions. More... | |
| char | c_uid [8] |
| File uid. More... | |
| char | c_gid [8] |
| File gid. More... | |
| char | c_nlink [8] |
| Number of links. More... | |
| char | c_mtime [8] |
| Modification time. More... | |
| char | c_filesize [8] |
| Size of data field. More... | |
| char | c_maj [8] |
| Major part of file device number. More... | |
| char | c_min [8] |
| Minor part of file device number. More... | |
| char | c_rmaj [8] |
| Major part of device node reference. More... | |
| char | c_rmin [8] |
| Minor part of device node reference. More... | |
| char | c_namesize [8] |
| Length of filename, including final NUL. More... | |
| char | c_chksum [8] |
| Checksum of data field if c_magic is 070702, othersize zero. More... | |
A CPIO archive header.
All field are hexadecimal ASCII numbers padded with '0' on the left to the full width of the field.
| char cpio_header::c_magic[6] |
| char cpio_header::c_mode[8] |
| char cpio_header::c_nlink[8] |
| char cpio_header::c_filesize[8] |
| char cpio_header::c_rmaj[8] |
| char cpio_header::c_rmin[8] |
| char cpio_header::c_namesize[8] |
Length of filename, including final NUL.
Definition at line 46 of file cpio.h.
Referenced by cpio_header().
| char cpio_header::c_chksum[8] |
1.8.15