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

/freebsd-11-stable/usr.sbin/apmd/
H A Dapmd.c87 struct battery_watch_event *battery_watch_list = NULL; variable in typeref:struct:battery_watch_event
240 we->next = battery_watch_list; /* starts at NULL */
241 battery_watch_list = we;
374 for (q = battery_watch_list ; q != NULL ; q = q -> next) {
414 for( ; battery_watch_list; battery_watch_list = battery_watch_list -> next) {
415 free_event_cmd_list(battery_watch_list->cmdlist);
416 q = battery_watch_list->next;
417 free(battery_watch_list);
[all...]
H A Dapmd.h102 extern struct battery_watch_event *battery_watch_list;

Completed in 116 milliseconds