Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c238 struct gen_hdr { struct
239 ulong_t g_magic, /* Magic number field */
240 g_ino, /* Inode number of file */
241 g_mode, /* Mode of file */
242 g_uid, /* Uid of file */
243 g_gid, /* Gid of file */
244 g_nlink, /* Number of links */
245 g_mtime; /* Modification time */
246 off_t g_filesz; /* Length of file */
247 ulong_t g_dev, /* File system of file */
[all …]
/titanic_50/usr/src/cmd/tar/
H A Dtar.c390 struct gen_hdr { struct
391 ulong_t g_mode; /* Mode of file */
392 uid_t g_uid, /* Uid of file */
393 g_gid; /* Gid of file */
394 off_t g_filesz; /* Length of file */
395 time_t g_mtime; /* Modification time */
396 uint_t g_cksum; /* Checksum of file */
397 ulong_t g_devmajor, /* File system of file */
398 g_devminor; /* Major/minor of special files */