Home
last modified time | relevance | path

Searched full:match (Results 1 – 25 of 3678) sorted by relevance

12345678910>>...148

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbtfw.conf7 match "system" "USB";
8 match "subsystem" "INTERFACE";
9 match "type" "ATTACH";
10 match "vendor" "0x0bda";
12 match "interface" "0";
13 match "intclass" "0xe0";
14 match "intsubclass" "0x01";
15 match "intprotocol" "0x01";
21 match "system" "USB";
22 match "subsystem" "DEVICE";
[all …]
/freebsd/sbin/devd/
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 "product" "0x0002";
[all …]
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 "system" "PMU";
[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 "system" "ACPI";
[all …]
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 "type" "ereport.fs.zfs.vdev\..*";
[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 "subsystem" "CDEV";
[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 "subsystem" "Thermal";
[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 "subsystem" "CDEV";
[all …]
/freebsd/crypto/openssh/
H A Dmdoc2man.awk75 if(match(words[w],"^Li|Pf$")) {
77 } else if(match(words[w],"^Xo$")) {
80 if(length(line)&&!(match(line," $")||prenl))
82 } else if(match(words[w],"^Xc$")) {
88 } else if(match(words[w],"^Bd$")) {
90 if(match(words[w+1],"-literal")) {
95 } else if(match(words[w],"^Ed$")) {
98 } else if(match(words[w],"^Ns$")) {
103 } else if(match(words[w],"^No$")) {
107 } else if(match(words[w],"^Dq$")) {
[all …]
/freebsd/tests/sys/geom/class/eli/
H A Donline_resize_test.sh55 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
58 atf_check -s exit:0 -o match:"flags: ${dflags}$" geli dump ${md}p1
60 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
63 atf_check -s exit:0 -o match:"flags: ${dflags}$" geli dump ${md}p1
66 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
68 atf_check -s exit:0 -o match:"flags: ${dflags}$" geli dump ${md}p1
72 atf_check -s exit:0 -o match:'^Flags: .*AUTORESIZE' geli list ${md}p1.eli
74 atf_check -s exit:0 -o match:"flags: ${dflags}$" geli dump ${md}p1
75 atf_check -o not-match:'^Flags: .*AUTORESIZE' geli list ${md}p1.eli
77 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
[all …]
/freebsd/crypto/openssh/regress/
H A Dservcfginclude.sh7 Match host a
10 Match host b
14 Match host c
18 Match host m
21 Match Host d
24 Match Host e
28 Match Host f
32 Match Host n
37 Match host xxxxxx
41 Match host a
[all …]
H A Dmatch-subsystem.sh1 # $OpenBSD: match-subsystem.sh,v 1.1 2023/09/06 23:36:09 djm Exp $
4 tid="sshd_config match subsystem"
37 # Subsystem in match all block
40 Match all
43 try_subsystem "match all" xxx 21
45 # No clobber in match all block
48 Match all
52 try_subsystem "match all no clobber" xxx 21
54 # Subsystem in match user block
57 Match user *
[all …]
H A Dcfginclude.sh10 Match host a
13 Match host b # comment
17 Match host c
21 Match host m
40 Match host xxxxxx
44 Match host a
47 Match host b
50 Match host c # comment
64 Match host a
67 Match host b
[all …]
H A Dcfgmatchlisten.sh64 echo "Match Address 127.0.0.1" >>$OBJ/sshd_config
70 echo "Match user $USER" >>$OBJ/sshd_proxy
72 echo "Match Address 127.0.0.1" >>$OBJ/sshd_proxy
79 # Test Match + PermitListen in sshd_config. This should be permitted
80 trace "match permitlisten localhost"
83 fail "match permitlisten permit"
87 trace "match permitlisten proxy"
88 expect_client_fail "match permitlisten deny" \
97 trace "match permitlisten proxy w/key opts"
98 expect_client_fail "match permitlisten deny w/key opt"\
[all …]
H A Dcfgmatch.sh4 tid="sshd_config match"
43 echo "Match Address 127.0.0.1" >>$OBJ/sshd_config
49 echo "Match user $USER" >>$OBJ/sshd_proxy
51 echo "Match Address 127.0.0.1 # comment" >>$OBJ/sshd_proxy
55 fail "config w/match fails config test"
59 # Test Match + PermitOpen in sshd_config. This should be permitted
60 trace "match permitopen localhost"
63 fail "match permitopen permit"
67 trace "match permitopen proxy"
70 fail "match permitopen deny"
[all …]
/freebsd/contrib/netbsd-tests/net/if/
H A Dt_ifconfig.sh105 atf_check -s exit:0 -o match:'inet 127.0.0.1' rump.ifconfig lo0 inet
106 atf_check -s exit:0 -o match:'inet localhost' rump.ifconfig -N lo0 inet
107 atf_check -s exit:0 -o match:'inet6 ::1' rump.ifconfig lo0 inet6
108 atf_check -s exit:0 -o match:'inet6 localhost' rump.ifconfig -N lo0 inet6
109 atf_check -s not-exit:0 -e match:'not supported' rump.ifconfig lo0 atalk
110 atf_check -s not-exit:0 -e match:'not supported' rump.ifconfig -N lo0 atalk
121 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
122 atf_check -s exit:0 -o match:'vltime' rump.ifconfig -L shmif0
126 atf_check -s exit:0 -o match:'localhost' rump.ifconfig -N lo0
127 atf_check -s exit:0 -o match:'0 packets' rump.ifconfig -v lo0
[all …]
/freebsd/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c106 * rules match).
111 "Disable/enable match first rule functionality");
228 int mac_granted, match, priv_granted; in ugidfw_rulecheck() local
232 * Is there a subject match? in ugidfw_rulecheck()
236 match = ((cred->cr_uid <= rule->mbr_subject.mbs_uid_max && in ugidfw_rulecheck()
243 match = !match; in ugidfw_rulecheck()
244 if (!match) in ugidfw_rulecheck()
249 match = ((cred->cr_rgid <= rule->mbr_subject.mbs_gid_max && in ugidfw_rulecheck()
253 if (!match) { in ugidfw_rulecheck()
259 match = 1; in ugidfw_rulecheck()
[all …]
/freebsd/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:third -e empty \
360 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \
363 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -cue \
367 atf_check -s exit:0 -o match:OK -e empty ${TEST_SH} -ce \
370 atf_check -s exit:0 -o match:OKOK -e empty ${TEST_SH} -ce \
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1 //===- PatternMatch.h - Match on the LLVM IR --------------------*- C++ -*-===//
18 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
49 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
50 return const_cast<Pattern &>(P).match(V); in match()
53 template <typename Pattern> bool match(ArrayRef<int> Mask, const Pattern &P) { in match() function
54 return const_cast<Pattern &>(P).match(Mask); in match()
62 template <typename OpTy> bool match(OpTy *V) { in match() function
63 return V->hasOneUse() && SubPattern.match(V); in match()
76 template <typename OpTy> bool match(OpTy *V) { in match() function
78 return I && I->hasAllowReassoc() && SubPattern.match(I); in match()
[all …]
/freebsd/sbin/ipf/ipmon/
H A Dipmon.517 .B match
24 attempts to match every line with every log record received. It does
28 match or only use the
30 match.
33 .B match
38 match { type = ipf; } do { save("file:///var/log/ipf-log"); };
39 match { type = nat; } do { syslog; };
40 match { type = state; } do { execute("/bin/mail root"); };
45 match { \fImatch-it ,match-it, ...\fP } do { \fIaction, action, ...\fP};
60 This option is used to match on log records generated for packets going
[all …]
/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h39 * A hardware revision match descriptor.
43 to match on any revision. */
45 to match on any revision. */
48 /* Copy match field @p _name from @p _src */
50 .m.match._name = (_src)->m.match._name, \
53 /* Set match field @p _name with @p _value */
55 .m.match._name = 1, ._name = _value
58 * Wildcard hardware revision match descriptor.
65 * Hardware revision match descriptor for an inclusive range.
69 * to match on any revision.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h1 //===- VPlanPatternMatch.h - Match on VPValues and recipes ------*- C++ -*-===//
15 // m_BranchOnCount to match specific VPInstructions.
28 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
29 return const_cast<Pattern &>(P).match(V); in match()
33 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function
36 /// Match an arbitrary VPValue and ignore it.
44 template <typename ITy> bool match(ITy *V) { in match() function
53 /// Match a specified integer value or vector of all elements of that
61 bool match(VPValue *VPV) { in match() function
74 "Trying the match constant with unexpected bitwidth."); in match()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,rz-mtu3.yaml22 - Waveform output on compare match
27 - Simultaneous clearing on compare match or input capture
122 - description: MTU0.TGRA input capture/compare match
123 - description: MTU0.TGRB input capture/compare match
124 - description: MTU0.TGRC input capture/compare match
125 - description: MTU0.TGRD input capture/compare match
127 - description: MTU0.TGRE compare match
128 - description: MTU0.TGRF compare match
129 - description: MTU1.TGRA input capture/compare match
130 - description: MTU1.TGRB input capture/compare match
[all...]
/freebsd/sys/dev/acpica/
H A Dacpi_quirk.c49 char sig[ACPI_NAMESEG_SIZE]; /* Table signature to match */
62 const struct acpi_q_rule *match; member
71 const struct acpi_q_rule *match);
107 aq_match_header(ACPI_TABLE_HEADER *hdr, const struct acpi_q_rule *match) in aq_match_header() argument
112 switch (match->val) { in aq_match_header()
114 if (aq_strcmp(hdr->OemId, match->x.id) && in aq_match_header()
115 aq_strcmp(hdr->OemTableId, match->y.tid)) in aq_match_header()
119 if (aq_strcmp(hdr->AslCompilerId, match->x.id)) in aq_match_header()
123 if (aq_revcmp(hdr->OemRevision, match->x.op, match->y.rev)) in aq_match_header()
127 if (aq_revcmp(hdr->AslCompilerRevision, match->x.op, match->y.rev)) in aq_match_header()
[all …]
/freebsd/contrib/atf/atf-sh/
H A Datf-check_test.sh136 atf_fail "not-signal:kill did not match kill -1"
220 atf_set "descr" "Tests for the -o option using the 'match:' argument"
224 h_pass "printf no-newline" -o "match:^no-newline"
225 h_pass "echo line1; echo foo bar" -o "match:^foo"
226 h_pass "echo foo bar" -o "match:o b"
227 h_fail "echo foo bar" -o "match:baz"
228 h_fail "echo foo bar" -o "match:^bar"
240 cmp -s out exp || atf_fail "Saved output does not match expected results"
250 h_pass "echo foo bar" -o match:foo -o match:bar
251 h_pass "echo foo; echo bar" -o match:foo -o match:bar
[all …]

12345678910>>...148