NetBSD/sys/dev/sysmon
maya 18b796d442 Use C99 initializer for filterops
Mostly done with spatch with touchups for indentation

@@
expression a;
identifier b,c,d;
identifier p;
@@
const struct filterops p =
- 	{ a, b, c, d
+ 	{
+ 	.f_isfd = a,
+ 	.f_attach = b,
+ 	.f_detach = c,
+ 	.f_event = d,
};
2017-10-25 08:12:37 +00:00
..
files.sysmon Update configuration definitions for new sysmon 2015-04-24 03:33:43 +00:00
swsensor.c Remove another debug printf() that snuck in. 2015-04-25 23:55:23 +00:00
swwdog.c Finish work started in previous commit. Ensure that initialization 2015-05-12 10:20:14 +00:00
sysmon.c Optimize a bit - don't re-enter the mutex if we're just going to exit. 2015-05-05 09:22:33 +00:00
sysmon_envsys.c Improve tracking of the state of an event's callout, and protect all 2017-09-11 06:02:09 +00:00
sysmon_envsys_events.c Improve tracking of the state of an event's callout, and protect all 2017-09-11 06:02:09 +00:00
sysmon_envsys_tables.c
sysmon_envsys_util.c
sysmon_envsysvar.h Pull workqueue_destroy out of sme->sme_mtx 2014-11-23 10:00:20 +00:00
sysmon_power.c Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
sysmon_taskq.c sysmon_task_queue_sched needs to RUN_ONCE(tq_preinit) as well, it can 2015-04-28 11:58:49 +00:00
sysmon_taskq.h Replace a home-grown run-once implementation with the real RUN_ONCE() 2015-04-27 07:51:28 +00:00
sysmon_wdog.c sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
sysmonvar.h Improve tracking of the state of an event's callout, and protect all 2017-09-11 06:02:09 +00:00