Searched refs:battery_watch_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/apmd/
H A Dapmd.c82 struct battery_watch_event *battery_watch_list = NULL; variable in typeref:struct:battery_watch_event
235 we->next = battery_watch_list; /* starts at NULL */
236 battery_watch_list = we;
369 for (q = battery_watch_list ; q != NULL ; q = q -> next) {
409 for( ; battery_watch_list; battery_watch_list = battery_watch_list -> next) {
410 free_event_cmd_list(battery_watch_list->cmdlist);
411 q = battery_watch_list->next;
412 free(battery_watch_list);
[all...]
H A Dapmd.h100 extern struct battery_watch_event *battery_watch_list;

Completed in 113 milliseconds