Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/newsyslog/
H A Dnewsyslog.c174 struct conf_entry { struct
176 char *log; /* Name of the log */
177 char *pid_cmd_file; /* PID or command file */
178 char *r_reason; /* The reason this file is being rotated */
179 int firstcreate; /* Creating log for the first time (-C). */
180 int rotate; /* Non-zero if this file should be rotated */
181 int fsize; /* size found for the log file */
182 uid_t uid; /* Owner of log */
183 gid_t gid; /* Group of log */
207 const struct conf_entry *zw_conf; /* for chown/perm/flag info */ argument
/dflybsd-src/sys/dev/disk/nata/
H A Data-raid.c2800 int raid_entry, conf_entry; in ata_raid_lsiv2_read_meta() local