Lines Matching full:match
7 # NB: device-name is shorthand for 'match device-name'
13 # to create a DFA that's used to match events to actions.
40 match "system" "IFNET";
41 match "subsystem" "!(usbus|wlan)[0-9]+";
42 match "type" "ATTACH";
60 # as an example of how to override things. Normally 'ed50' would match
73 # match "vendor" "0x0cf3";
74 # match "product" "0x3000";
82 match "system" "ACPI";
83 match "subsystem" "Thermal";
84 match "notify" "0xcc";
91 match "system" "ACPI";
92 match "subsystem" "Suspend";
96 match "system" "ACPI";
97 match "subsystem" "Resume";
126 match "system" "ACPI";
127 match "subsystem" "ACAD";
134 match "system" "RCTL";
135 match "rule" "user:770:swap:.*";
145 match "system" "kernel";
146 match "subsystem" "signal";
147 match "type" "coredump";
155 match "system" "DEVFS";
156 match "subsystem" "CDEV";
157 match "type" "CREATE";
158 match "cdev" "ttyU[0-9]+";