Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/syslogd/
H A Dsyslogd.c150 struct filed { struct
151 struct filed *f_next; /* next in linked list */ argument
152 short f_type; /* entry type, see below */
153 short f_file; /* file descriptor */
154 time_t f_time; /* time this was last written */
155 char *f_host; /* host from which to recd. */
156 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */
157 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */
161 char *f_program; /* program this applies to */
162 union {
[all …]
/dflybsd-src/usr.bin/fstat/
H A Dfstat.c306 struct filedesc filed; in dofiles() local