Searched defs:log_entry (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Dlog.c46 struct log_entry { struct
49 struct log_entry *next;
53 static struct log_entry *entries = NULL;
54 static struct log_entry *free_entries = NULL;
88 free_entries = safe_malloc(sizeof(struct log_entry));
141 struct log_entry *tmp = entries;
262 struct log_entry *entry;
319 else if (entries_alloced < max_logs && (entry = malloc(sizeof(struct log_entry))))
332 struct log_entry *tmp;
/external/ltp/testcases/kernel/fs/fsx-linux/
H A Dfsx-linux.c67 struct log_entry { struct
75 struct log_entry oplog[LOGSIZE]; /* the log */
176 struct log_entry *le;
193 struct log_entry *lp;

Completed in 109 milliseconds