Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 54) sorted by relevance

123

/linux-3.4.99/security/tomoyo/
Dgroup.c155 bool matched = false; in tomoyo_number_matches_group() local
162 matched = true; in tomoyo_number_matches_group()
165 return matched; in tomoyo_number_matches_group()
183 bool matched = false; in tomoyo_address_matches_group() local
194 matched = true; in tomoyo_address_matches_group()
197 return matched; in tomoyo_address_matches_group()
/linux-3.4.99/fs/romfs/
Dstorage.c173 bool matched, terminated = false; in romfs_blk_strcmp() local
182 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp()
187 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()
191 matched = false; in romfs_blk_strcmp()
194 if (!matched) in romfs_blk_strcmp()
205 matched = !bh->b_data[0]; in romfs_blk_strcmp()
207 if (!matched) in romfs_blk_strcmp()
/linux-3.4.99/Documentation/networking/
Dxfrm_proc.txt16 All errors which is not matched others
53 All errors which is not matched others
Dpolicy-routing.txt67 We scan rules list, and if a rule is matched, apply it.
69 If it is not found or a THROW node was matched, continue
/linux-3.4.99/Documentation/w1/slaves/
Dw1_therm22 read along with a calculated crc value and YES or NO if it matched.
23 If the crc matched the returned values are retained. The second line
Dw1_ds242324 was successful and CRC matched.
34 - crc=YES/NO indicating whether read was ok and crc matched
/linux-3.4.99/arch/arm/kernel/
Dkprobes-common.c523 bool matched = false; in kprobe_decode_insn() local
537 if (!matched && (insn & h->mask.bits) != h->value.bits) in kprobe_decode_insn()
570 matched = true; in kprobe_decode_insn()
Dkprobes-test.c734 char matched; member
790 entry->matched = false; in coverage_start_fn()
885 bool matched = false; in coverage_add() local
898 if (!matched) { in coverage_add()
901 entry->matched = true; in coverage_add()
917 matched = true; in coverage_add()
942 if (!entry->matched) { in coverage_end()
/linux-3.4.99/net/dns_resolver/
Ddns_key.c187 goto matched; in dns_resolver_match()
200 matched: in dns_resolver_match()
/linux-3.4.99/net/sched/
Dsch_choke.c69 u32 matched; /* Drops to flow match */ member
291 q->stats.matched++; in choke_enqueue()
535 .matched = q->stats.matched, in choke_dump_stats()
Dcls_rsvp.h202 matched: in rsvp_classify()
216 goto matched; in rsvp_classify()
/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dbase.c1353 bool matched = false; in rtl_chk_vendor_ouisub() local
1366 matched = true; in rtl_chk_vendor_ouisub()
1371 matched = true; in rtl_chk_vendor_ouisub()
1374 matched = true; in rtl_chk_vendor_ouisub()
1377 matched = true; in rtl_chk_vendor_ouisub()
1380 matched = true; in rtl_chk_vendor_ouisub()
1383 return matched; in rtl_chk_vendor_ouisub()
/linux-3.4.99/fs/xfs/
Dxfs_dir2_data.c186 int matched; /* matched the value */ in xfs_dir2_data_freefind() local
199 for (dfp = &hdr->bestfree[0], seenzero = matched = 0; in xfs_dir2_data_freefind()
209 matched = 1; in xfs_dir2_data_freefind()
215 ASSERT(matched || be16_to_cpu(dfp->length) >= be16_to_cpu(dup->length)); in xfs_dir2_data_freefind()
/linux-3.4.99/scripts/coccinelle/api/alloc/
Dkzalloc-simple.cocci6 /// matched code has to be contiguous
/linux-3.4.99/scripts/coccinelle/iterators/
Ditnull.cocci5 //# happen when the matched code is on the way to a loop exit (break, goto,
/linux-3.4.99/net/decnet/
Ddn_table.c651 int matched; in dn_fib_table_delete() local
678 matched = 0; in dn_fib_table_delete()
686 matched++; in dn_fib_table_delete()
701 if (matched != 1) { in dn_fib_table_delete()
/linux-3.4.99/drivers/sh/maple/
Dmaple.c335 int matched, error; in maple_attach_driver() local
374 matched = in maple_attach_driver()
378 if (matched == 0) { in maple_attach_driver()
/linux-3.4.99/drivers/staging/iio/Documentation/
Dinkernel.txt18 matched against the datasheet_name field of the iio_chan_spec.
/linux-3.4.99/arch/alpha/lib/
Dmemchr.S85 # Now, determine which byte matched:
/linux-3.4.99/scripts/
Dget_maintainer.pl1705 my $matched = 0;
1717 $matched = 1;
1721 $matched = 1;
1723 if (!$matched) {
/linux-3.4.99/net/bridge/netfilter/
DKconfig61 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules.
94 the rate at which a rule can be matched. This match is the
/linux-3.4.99/tools/perf/Documentation/
Dperf-list.txt83 . If none of the above is matched, it will apply the supplied glob to all
/linux-3.4.99/Documentation/sound/alsa/soc/
Doverview.txt37 core and are subsequently matched and configured when the application
/linux-3.4.99/include/linux/
Dpkt_sched.h319 __u32 matched; /* Drops due to flow match */ member
/linux-3.4.99/scripts/kconfig/
Dzconf.lex.c_shipped184 /* Return all but the first "n" matched characters back to the input stream. */
694 /* Done after the current pattern has been matched and before the
918 /* Copy whatever the last rule matched to the standard output. */
1338 /* Amount of text matched not including the EOB char. */
1487 /* We matched a single character, the EOB, so
1495 /* We matched some text prior to the EOB, first

123