Searched refs:match (Results 1 - 25 of 947) sorted by relevance

1234567891011>>

/freebsd-current/sbin/devd/
H A Dapple.conf6 match "system" "PMU";
7 match "subsystem" "Button";
14 match "system" "PMU";
15 match "subsystem" "lid";
16 match "type" "close";
23 match "system" "PMU";
24 match "subsystem" "keys";
25 match "type" "brightness";
26 match "notify" "down";
32 match "syste
[all...]
H A Dhyperv.conf5 match "system" "DEVFS";
6 match "subsystem" "CDEV";
7 match "type" "CREATE";
8 match "cdev" "hv_kvp_dev";
13 match "system" "DEVFS";
14 match "subsystem" "CDEV";
15 match "type" "DESTROY";
16 match "cdev" "hv_kvp_dev";
21 match "system" "DEVFS";
22 match "subsyste
[all...]
H A Dasus.conf6 match "system" "ACPI";
7 match "subsystem" "ASUS";
8 match "notify" "0x32";
13 match "system" "ACPI";
14 match "subsystem" "ASUS";
15 match "notify" "0x31";
20 match "system" "ACPI";
21 match "subsystem" "ASUS";
22 match "notify" "0x30";
28 match "syste
[all...]
H A Duath.conf7 match "system" "USB";
8 match "subsystem" "DEVICE";
9 match "type" "ATTACH";
10 match "vendor" "0x083a";
11 match "product" "0x4507";
18 match "system" "USB";
19 match "subsystem" "DEVICE";
20 match "type" "ATTACH";
21 match "vendor" "0x168c";
22 match "produc
[all...]
H A Dmoused.conf2 match "system" "DEVFS";
3 match "subsystem" "CDEV";
4 match "type" "CREATE";
5 match "cdev" "atp[0-9]+";
11 match "system" "DEVFS";
12 match "subsystem" "CDEV";
13 match "type" "CREATE";
14 match "cdev" "ums[0-9]+";
20 match "system" "DEVFS";
21 match "subsyste
[all...]
H A Dpower_profile.conf3 match "system" "ACPI";
4 match "subsystem" "ACAD";
H A Dautofs.conf6 match "system" "GEOM";
7 match "subsystem" "DEV";
H A Ddevmatch.conf4 # Ignore those devices that can't possibly match. When there's neither a
6 # match on. When it's only a location, it'd debateable, but for nomatch
10 match "_" " +at +on .*";
18 match "_HID" "none";
19 match "bus" "acpi[0-9]+";
H A Ddhclient.conf8 match "system" "IFNET";
9 match "type" "LINK_UP";
15 match "system" "IFNET";
16 match "type" "LINK_UP";
H A Dzfs.conf5 match "system" "ZFS";
6 match "type" "ereport.fs.zfs.checksum";
11 match "system" "ZFS";
12 match "type" "ereport.fs.zfs.io";
17 match "system" "ZFS";
18 match "type" "ereport.fs.zfs.data";
23 match "system" "ZFS";
24 match "type" "ereport.fs.zfs.zpool";
29 match "system" "ZFS";
30 match "typ
[all...]
H A Ddevd.conf7 # 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 "subsyste
[all...]
/freebsd-current/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbtfw.conf5 match "system" "USB";
6 match "subsystem" "DEVICE";
7 match "type" "ATTACH";
8 match "vendor" "0x8087";
9 match "product" "(0x07dc|0x0a2a|0x0aa7|0x0a2b|0x0aaa|0x0025|0x0026|0x0029)";
/freebsd-current/contrib/one-true-awk/bugs-fixed/
H A Dmatchop-deref.awk6 print match(foo(), "b")
10 print match(substr($0, 1), "b")
H A Drstart-rlength.awk4 match(str,/^/)
6 match(str,/.+/)
8 match(str,/$/)
/freebsd-current/share/examples/ipfilter/rules/
H A Dipmon.conf5 match { logtag = 10000; }
8 match { logtag = 2000, every 10 seconds; }
11 match { protocol = udp, result = block; }
14 match { protocol = tcp, result = block, dstport = 25; }
17 match { srcip = 10.1.0.0/16, dstip = 192.168.1.0/24; }
21 match {
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DNameMatches.cpp16 llvm::StringRef match) {
21 return name == match;
23 return name.contains(match);
25 return name.starts_with(match);
27 return name.ends_with(match);
29 RegularExpression regex(match);
15 NameMatches(llvm::StringRef name, NameMatch match_type, llvm::StringRef match) argument
/freebsd-current/contrib/atf/atf-sh/
H A Dnormalize_test.sh35 atf_check -s eq:0 -o match:'a.b: test value 1' \
36 -o match:'c-d: test value 2' -e ignore ${h} normalize
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dcheck-arch.S9 # error ARCH setting does not match the compiler.
/freebsd-current/contrib/arm-optimized-routines/string/arm/
H A Dcheck-arch.S9 # error ARCH setting does not match the compiler.
/freebsd-current/contrib/arm-optimized-routines/string/x86_64/
H A Dcheck-arch.S9 # error ARCH setting does not match the compiler.
/freebsd-current/bin/chflags/tests/
H A Dchflags_test.sh38 atf_check -s not-exit:0 -e match:"$usage_output" chflags -f
39 atf_check -s not-exit:0 -e match:"$usage_output" chflags -H
40 atf_check -s not-exit:0 -e match:"$usage_output" chflags -h
41 atf_check -s not-exit:0 -e match:"$usage_output" chflags -L
42 atf_check -s not-exit:0 -e match:"$usage_output" chflags -P
43 atf_check -s not-exit:0 -e match:"$usage_output" chflags -R
44 atf_check -s not-exit:0 -e match:"$usage_output" chflags -v
55 atf_check -s not-exit:0 -e match:"$usage_output" chflags
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh129 atf_check -s exit:0 -o match:VAR=value -e empty ${TEST_SH} -ce \
210 atf_check -s exit:0 -o match:I_am_OK -e empty \
215 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
220 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
293 atf_check -s exit:0 -o match:first -o not-match:second -e empty \
295 atf_check -s exit:0 -o match:first -o not-match
[all...]
/freebsd-current/cddl/usr.bin/ctfconvert/tests/
H A Dctfconvert_test.sh38 atf_check -s not-exit:0 -e match:"$usage_output" ctfconvert -l
39 atf_check -s not-exit:0 -e match:"$usage_output" ctfconvert -L
40 atf_check -s not-exit:0 -e match:"$usage_output" ctfconvert -g
41 atf_check -s not-exit:0 -e match:"$usage_output" ctfconvert -i
42 atf_check -s not-exit:0 -e match:"$usage_output" ctfconvert -s
43 atf_check -s not-exit:0 -e match:"$usage_output" ctfconvert -o
54 atf_check -s not-exit:0 -e match:"$usage_output" ctfconvert
/freebsd-current/contrib/netbsd-tests/net/if/
H A Dt_ifconf.sh51 atf_check -s exit:0 -o match:'^2$' "$ifconf" total
52 atf_check -s exit:0 -o match:'lo0' "$ifconf" list
56 atf_check -s exit:0 -o match:'^3$' "$ifconf" total
57 atf_check -s exit:0 -o match:'shmif0' "$ifconf" list
61 atf_check -s exit:0 -o match:'^4$' "$ifconf" total
62 atf_check -s exit:0 -o match:'shmif1' "$ifconf" list
67 atf_check -s exit:0 -o match:'^5$' "$ifconf" total
70 atf_check -s exit:0 -o match:1 -x "$ifconf list 1 | wc -l"
71 atf_check -s exit:0 -o match:2 -x "$ifconf list 2 | wc -l"
72 atf_check -s exit:0 -o match
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh29 # Make sure we can match against 2-byte rets
41 match=`$dtrace -l -n pid$PID:a.out:simple: -n pid$PID:a.out:complex: | wc -l`
45 if [ "$match" -ne 12 ]; then
46 echo wrong number of matched probes: $match

Completed in 164 milliseconds

1234567891011>>