Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h332 struct filed { struct
333 struct filed *f_next; /* next in linked list */ argument
334 short f_type; /* entry type, see below */
335 short f_file; /* file descriptor */
336 time_t f_time; /* time this was last written */
337 char *f_host; /* host from which to record */
338 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */
339 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */
343 char *f_program; /* program this applies to */
344 union {
[all …]
/netbsd-src/usr.bin/fstat/
H A Dfstat.c444 struct filedesc filed; in dofiles() local