Home
last modified time | relevance | path

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

/freebsd/usr.sbin/syslogd/
H A Dsyslogd.h141 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 {
[all …]
H A Dsyslogd_cap_config.c104 filed_to_nvlist(const struct filed *filed) in filed_to_nvlist()
168 struct filed *filed; in nvlist_to_filed() local
/freebsd/lib/libprocstat/
H A Dlibprocstat.c455 struct filedesc filed; in procstat_getfiles_kvm() local