Home
last modified time | relevance | path

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

/dragonfly/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 */
155 char *f_host; /* host from which to recd. */
161 char *f_program; /* program this applies to */
162 union {
174 } f_un;
178 int f_prevpri; /* pri of f_prevline */
179 int f_prevlen; /* length of f_prevline */
[all …]
/dragonfly/usr.bin/fstat/
H A Dfstat.c306 struct filedesc filed; in dofiles() local