Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h98 typedef struct file_info { /* symbol information for a mapped file */ struct
99 list_node_t file_list; /* linked list */
100 char file_pname[PATH_MAX]; /* name from prmap_t */
101 struct map_info *file_map; /* primary (text) mapping */
102 int file_ref; /* references from map_info_t structures */
103 int file_fd; /* file descriptor for the mapped file */
104 int file_dbgfile; /* file descriptor for the debug file */
105 int file_init; /* 0: initialization yet to be performed */
106 GElf_Half file_etype; /* ELF e_type from ehdr */
107 GElf_Half file_class; /* ELF e_ident[EI_CLASS] from ehdr */
[all …]
/illumos-gate/usr/src/cmd/tail/
H A Dextern.h53 struct file_info { struct
60 typedef struct file_info file_info_t; argument
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c71 struct file_info { struct
72 char *f_dev_p, /* name of device */
73 *f_vol_p; /* volume name */
74 int f_bsize, /* size to buffer I/O to */
75 f_des, /* file descriptor */
76 f_dev; /* device type (generic I/O library) */
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c104 struct file_info { struct
105 struct stat fi_stat;
106 char *fi_message;