Searched defs:hdr_cpio (Results 1 – 1 of 1) sorted by relevance
66 struct hdr_cpio { struct67 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 …]