Home
last modified time | relevance | path

Searched defs:hdr_cpio (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h64 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 */
74 h_namesize, /* length of filename */
75 h_filesize[HSIZLEN]; /* size of file */
[all …]