Lines Matching defs:filed
141 struct filed { struct
142 enum f_type f_type;
145 char f_host[MAXHOSTNAMELEN]; /* host from which to recd. */
146 char f_program[MAXPATHLEN]; /* program this applies to */
147 struct prop_filter *f_prop_filter; /* property-based filter */
148 u_char f_pmask[LOG_NFACILITIES+1]; /* priority mask */
149 u_char f_pcmp[LOG_NFACILITIES+1]; /* compare priority */
155 int f_file; /* file descriptor */
156 int f_flags; /* file-specific flags */
159 union {
183 STAILQ_ENTRY(filed) next; /* next in linked list */ argument