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