Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Darchives.h66 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 */
[all …]