Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libproc/common/
H A DPcontrol.h93 typedef struct file_info { /* symbol information for a mapped file */ struct
94 plist_t file_list; /* linked list */
95 char file_pname[PRMAPSZ]; /* name from prmap_t */
96 struct map_info *file_map; /* primary (text) mapping */
97 int file_ref; /* references from map_info_t structures */
98 int file_fd; /* file descriptor for the mapped file */
99 int file_init; /* 0: initialization yet to be performed */
100 GElf_Half file_etype; /* ELF e_type from ehdr */
124 } file_info_t; argument
/titanic_53/usr/src/cmd/tail/
H A Dextern.h53 struct file_info { struct
60 typedef struct file_info file_info_t; argument
/titanic_53/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c73 struct file_info { struct
74 char *f_dev_p, /* name of device */
75 *f_vol_p; /* volume name */
76 int f_bsize, /* size to buffer I/O to */
77 f_des, /* file descriptor */
78 f_dev; /* device type (generic I/O library) */
/titanic_53/usr/src/cmd/allocate/
H A Dallocate3.c104 struct file_info { struct
105 struct stat fi_stat;
106 char *fi_message;