/linux-3.4.99/security/tomoyo/ |
D | group.c | 155 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/ |
D | storage.c | 173 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/ |
D | xfrm_proc.txt | 16 All errors which is not matched others 53 All errors which is not matched others
|
D | policy-routing.txt | 67 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/ |
D | w1_therm | 22 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
|
D | w1_ds2423 | 24 was successful and CRC matched. 34 - crc=YES/NO indicating whether read was ok and crc matched
|
/linux-3.4.99/arch/arm/kernel/ |
D | kprobes-common.c | 523 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()
|
D | kprobes-test.c | 734 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/ |
D | dns_key.c | 187 goto matched; in dns_resolver_match() 200 matched: in dns_resolver_match()
|
/linux-3.4.99/net/sched/ |
D | sch_choke.c | 69 u32 matched; /* Drops to flow match */ member 291 q->stats.matched++; in choke_enqueue() 535 .matched = q->stats.matched, in choke_dump_stats()
|
D | cls_rsvp.h | 202 matched: in rsvp_classify() 216 goto matched; in rsvp_classify()
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/ |
D | base.c | 1353 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/ |
D | xfs_dir2_data.c | 186 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/ |
D | kzalloc-simple.cocci | 6 /// matched code has to be contiguous
|
/linux-3.4.99/scripts/coccinelle/iterators/ |
D | itnull.cocci | 5 //# happen when the matched code is on the way to a loop exit (break, goto,
|
/linux-3.4.99/net/decnet/ |
D | dn_table.c | 651 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/ |
D | maple.c | 335 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/ |
D | inkernel.txt | 18 matched against the datasheet_name field of the iio_chan_spec.
|
/linux-3.4.99/arch/alpha/lib/ |
D | memchr.S | 85 # Now, determine which byte matched:
|
/linux-3.4.99/scripts/ |
D | get_maintainer.pl | 1705 my $matched = 0; 1717 $matched = 1; 1721 $matched = 1; 1723 if (!$matched) {
|
/linux-3.4.99/net/bridge/netfilter/ |
D | Kconfig | 61 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/ |
D | perf-list.txt | 83 . If none of the above is matched, it will apply the supplied glob to all
|
/linux-3.4.99/Documentation/sound/alsa/soc/ |
D | overview.txt | 37 core and are subsequently matched and configured when the application
|
/linux-3.4.99/include/linux/ |
D | pkt_sched.h | 319 __u32 matched; /* Drops due to flow match */ member
|
/linux-3.4.99/scripts/kconfig/ |
D | zconf.lex.c_shipped | 184 /* 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
|