Home
last modified time | relevance | path

Searched refs:timer_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/usr.sbin/uhsoctl/
H A Duhsoctl.c177 struct timer_entry;
179 TAILQ_HEAD(, timer_entry) head;
184 struct timer_entry { struct
185 TAILQ_ENTRY(timer_entry) next;
202 struct timer_entry *te, *te2; in tmr_run() argument
224 struct timer_entry *te, *te2, *te3; in tmr_add()
226 te = malloc(sizeof(struct timer_entry)); in tmr_add()
227 memset(te, 0, sizeof(struct timer_entry)); in tmr_add()