/linux-2.6.39/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-2.6.39/security/tomoyo/ |
D | group.c | 119 bool matched = false; in tomoyo_number_matches_group() local 126 matched = true; in tomoyo_number_matches_group() 129 return matched; in tomoyo_number_matches_group()
|
/linux-2.6.39/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-2.6.39/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-2.6.39/net/dns_resolver/ |
D | dns_key.c | 187 goto matched; in dns_resolver_match() 200 matched: in dns_resolver_match()
|
/linux-2.6.39/net/sched/ |
D | sch_choke.c | 71 u32 matched; /* Drops to flow match */ member 342 q->stats.matched++; in choke_enqueue() 579 .matched = q->stats.matched, in choke_dump_stats()
|
D | cls_rsvp.h | 202 matched: in rsvp_classify() 216 goto matched; in rsvp_classify()
|
/linux-2.6.39/scripts/coccinelle/iterators/ |
D | itnull.cocci | 4 /// cursor is reassigned. The latter should only happen when the matched
|
/linux-2.6.39/fs/xfs/ |
D | xfs_dir2_data.c | 183 int matched; /* matched the value */ in xfs_dir2_data_freefind() local 196 for (dfp = &d->hdr.bestfree[0], seenzero = matched = 0; in xfs_dir2_data_freefind() 206 matched = 1; in xfs_dir2_data_freefind() 212 ASSERT(matched || be16_to_cpu(dfp->length) >= be16_to_cpu(dup->length)); in xfs_dir2_data_freefind()
|
/linux-2.6.39/scripts/coccinelle/api/alloc/ |
D | kzalloc-simple.cocci | 6 /// matched code has to be contiguous
|
/linux-2.6.39/net/decnet/ |
D | dn_table.c | 650 int matched; in dn_fib_table_delete() local 677 matched = 0; in dn_fib_table_delete() 685 matched++; in dn_fib_table_delete() 700 if (matched != 1) { in dn_fib_table_delete()
|
/linux-2.6.39/drivers/sh/maple/ |
D | maple.c | 334 int matched, error; in maple_attach_driver() local 373 matched = in maple_attach_driver() 377 if (matched == 0) { in maple_attach_driver()
|
/linux-2.6.39/arch/alpha/lib/ |
D | memchr.S | 85 # Now, determine which byte matched:
|
/linux-2.6.39/scripts/ |
D | get_maintainer.pl | 1699 my $matched = 0; 1711 $matched = 1; 1715 $matched = 1; 1717 if (!$matched) {
|
/linux-2.6.39/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-2.6.39/tools/perf/Documentation/ |
D | perf-list.txt | 81 . If none of the above is matched, it will apply the supplied glob to all
|
/linux-2.6.39/Documentation/sound/alsa/soc/ |
D | overview.txt | 37 core and are subsequently matched and configured when the application
|
/linux-2.6.39/include/linux/ |
D | pkt_sched.h | 276 __u32 matched; /* Drops due to flow match */ member
|
/linux-2.6.39/kernel/trace/ |
D | ftrace.c | 1737 int matched = 0; in ftrace_match() local 1743 matched = 1; in ftrace_match() 1747 matched = 1; in ftrace_match() 1751 matched = 1; in ftrace_match() 1756 matched = 1; in ftrace_match() 1760 return matched; in ftrace_match()
|
/linux-2.6.39/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 175 /* Return all but the first "n" matched characters back to the input stream. */ 365 /* Done after the current pattern has been matched and before the 697 /* Copy whatever the last rule matched to the standard output. */ 1047 /* Amount of text matched not including the EOB char. */ 1197 /* We matched a single character, the EOB, so 1205 /* We matched some text prior to the EOB, first
|
/linux-2.6.39/scripts/kconfig/ |
D | lex.zconf.c_shipped | 193 /* Return all but the first "n" matched characters back to the input stream. */ 703 /* Done after the current pattern has been matched and before the 933 /* Copy whatever the last rule matched to the standard output. */ 1353 /* Amount of text matched not including the EOB char. */ 1502 /* We matched a single character, the EOB, so 1510 /* We matched some text prior to the EOB, first
|
/linux-2.6.39/Documentation/video4linux/ |
D | radiotrack.txt | 51 simple, as individual ioport bits are directly matched to specific functions
|
/linux-2.6.39/drivers/isdn/i4l/ |
D | isdn_common.c | 161 register int matched; in isdn_wildmat() local 192 for (last = 0, matched = 0; *++p && (*p != ']'); last = *p) in isdn_wildmat() 195 matched = 1; in isdn_wildmat() 196 if (matched == reverse) in isdn_wildmat()
|