Home
last modified time | relevance | path

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

12

/linux-2.6.39/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-2.6.39/security/tomoyo/
Dgroup.c119 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/
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-2.6.39/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-2.6.39/net/dns_resolver/
Ddns_key.c187 goto matched; in dns_resolver_match()
200 matched: in dns_resolver_match()
/linux-2.6.39/net/sched/
Dsch_choke.c71 u32 matched; /* Drops to flow match */ member
342 q->stats.matched++; in choke_enqueue()
579 .matched = q->stats.matched, in choke_dump_stats()
Dcls_rsvp.h202 matched: in rsvp_classify()
216 goto matched; in rsvp_classify()
/linux-2.6.39/scripts/coccinelle/iterators/
Ditnull.cocci4 /// cursor is reassigned. The latter should only happen when the matched
/linux-2.6.39/fs/xfs/
Dxfs_dir2_data.c183 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/
Dkzalloc-simple.cocci6 /// matched code has to be contiguous
/linux-2.6.39/net/decnet/
Ddn_table.c650 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/
Dmaple.c334 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/
Dmemchr.S85 # Now, determine which byte matched:
/linux-2.6.39/scripts/
Dget_maintainer.pl1699 my $matched = 0;
1711 $matched = 1;
1715 $matched = 1;
1717 if (!$matched) {
/linux-2.6.39/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-2.6.39/tools/perf/Documentation/
Dperf-list.txt81 . If none of the above is matched, it will apply the supplied glob to all
/linux-2.6.39/Documentation/sound/alsa/soc/
Doverview.txt37 core and are subsequently matched and configured when the application
/linux-2.6.39/include/linux/
Dpkt_sched.h276 __u32 matched; /* Drops due to flow match */ member
/linux-2.6.39/kernel/trace/
Dftrace.c1737 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/
Ddtc-lexer.lex.c_shipped175 /* 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/
Dlex.zconf.c_shipped193 /* 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/
Dradiotrack.txt51 simple, as individual ioport bits are directly matched to specific functions
/linux-2.6.39/drivers/isdn/i4l/
Disdn_common.c161 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()

12