Lines Matching refs:match

8 # NB: device-name is shorthand for 'match device-name'
14 # to create a DFA that's used to match events to actions.
40 match "system" "IFNET";
41 match "subsystem" "!usbus[0-9]+";
42 match "type" "ATTACH";
53 match "system" "IFNET";
54 match "type" "LINK_UP";
73 match "system" "IFNET";
74 match "type" "LINK_UP";
80 # as an example of how to override things. Normally 'ed50' would match
103 # match "vendor" "0x0cf3";
104 # match "product" "0x3000";
119 match "system" "DEVFS";
120 match "subsystem" "CDEV";
121 match "type" "CREATE";
122 match "cdev" "ums[0-9]+";
128 match "system" "DEVFS";
129 match "subsystem" "CDEV";
130 match "type" "DESTROY";
131 match "cdev" "ums[0-9]+";
140 match "vendor" "0x0854";
141 match "product" "0x0100";
142 match "release" "0x0000";
148 match "vendor" "0x1645";
149 match "product" "0x8001";
150 match "release" "0x0101";
158 match "system" "USB";
159 match "subsystem" "DEVICE";
160 match "type" "ATTACH";
161 match "vendor" "0x082d";
162 match "product" "0x0100";
163 match "release" "0x0100";
177 # match here. Instead, pass it off to syslog. Commented out for the
186 match "bus" "uhub[0-9]+";
194 match "bus" "pccard[0-9]+";
195 match "manufacturer" "0xffffffff";
196 match "product" "0xffffffff";
202 match "bus" "pccard[0-9]+";
209 match "bus" "cardbus[0-9]+";
216 match "system" "ACPI";
217 match "subsystem" "ACAD";
225 match "system" "ACPI";
226 match "subsystem" "Thermal";
227 match "notify" "0xcc";
233 match "system" "ZFS";
234 match "type" "zpool";
239 match "system" "ZFS";
240 match "type" "vdev";
245 match "system" "ZFS";
246 match "type" "data";
251 match "system" "ZFS";
252 match "type" "io";
257 match "system" "ZFS";
258 match "type" "checksum";
265 match "system" "ACPI";
266 match "subsystem" "Suspend";
270 match "system" "ACPI";
271 match "subsystem" "Resume";
283 match "bus" "pccard[0-9]+";
284 match "manufacturer" "0x1234";
285 match "product" "0x2323";
321 match "system" "ACPI";
322 match "subsystem" "ACAD";
329 match "system" "RCTL";
330 match "rule" "user:70:swap:.*";