Lines Matching defs:hdr_cpio
64 struct hdr_cpio { struct
65 short h_magic, /* magic number field */
66 h_dev; /* file system of file */
67 ushort_t h_ino, /* inode of file */
68 h_mode, /* modes of file */
69 h_uid, /* uid of file */
70 h_gid; /* gid of file */
71 short h_nlink, /* number of links to file */
72 h_rdev, /* maj/min numbers for special files */
73 h_mtime[HTIMLEN], /* modification time of file */
74 h_namesize, /* length of filename */
75 h_filesize[HSIZLEN]; /* size of file */
76 char h_name[HNAMLEN]; /* filename */