Searched defs:file_info_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tail/
H A Dextern.h60 typedef struct file_info file_info_t; typedef in typeref:struct:file_info
64 void follow(file_info_t *, enum STYLE, off_t);
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h125 } file_info_t; typedef in typeref:struct:file_info
129 file_info_t *map_file; /* pointer into list of mapped files */
273 extern void Pbuild_file_symtab(struct ps_prochandle *, file_info_t *);
274 extern ctf_file_t *Pbuild_file_ctf(struct ps_prochandle *, file_info_t *);
280 extern file_info_t *file_info_new(struct ps_prochandle *, map_info_t *);
290 extern int Padd_mapping(struct ps_prochandle *, off64_t, file_info_t *,

Completed in 57 milliseconds