/linux-4.1.27/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-4.1.27/drivers/regulator/ |
D | max1586.c | 168 int i, matched; in of_get_max1586_platform_data() local 185 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data() 194 if (matched <= 0) in of_get_max1586_platform_data() 195 return matched; in of_get_max1586_platform_data() 198 matched, GFP_KERNEL); in of_get_max1586_platform_data() 202 pdata->num_subdevs = matched; in of_get_max1586_platform_data() 205 for (i = 0; i < matched; i++) { in of_get_max1586_platform_data()
|
D | max8660.c | 335 int matched, i; in max8660_pdata_from_dt() local 349 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt() 351 if (matched <= 0) in max8660_pdata_from_dt() 352 return matched; in max8660_pdata_from_dt() 355 matched, GFP_KERNEL); in max8660_pdata_from_dt() 359 pdata->num_subdevs = matched; in max8660_pdata_from_dt() 362 for (i = 0; i < matched; i++) { in max8660_pdata_from_dt()
|
D | act8865-regulator.c | 316 int matched, i, num_matches; in act8865_pdata_from_dt() local 345 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt() 347 if (matched <= 0) in act8865_pdata_from_dt() 348 return matched; in act8865_pdata_from_dt()
|
/linux-4.1.27/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-4.1.27/drivers/fmc/ |
D | fmc-match.c | 27 int i, matched = 0; in fmc_match() local 33 matched = 1; in fmc_match() 44 matched = 1; in fmc_match() 50 return matched; in fmc_match()
|
/linux-4.1.27/crypto/asymmetric_keys/ |
D | pkcs7_trust.c | 67 goto matched; in pkcs7_validate_trust_one() 95 goto matched; in pkcs7_validate_trust_one() 111 goto matched; in pkcs7_validate_trust_one() 119 matched: in pkcs7_validate_trust_one()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 307 int matched; in libcfs_debug_str2mask() local 316 matched = n; in libcfs_debug_str2mask() 317 t = sscanf(str, "%i%n", &m, &matched); in libcfs_debug_str2mask() 318 if (t >= 1 && matched == n) { in libcfs_debug_str2mask()
|
/linux-4.1.27/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
|
D | phy.txt | 236 make sure it can be matched with an appropriate PHY device.
|
D | can.txt | 613 frames are passed to user space that matched *all* given CAN filters. The
|
/linux-4.1.27/arch/arm/probes/ |
D | decode.c | 421 bool matched = false; in probes_decode_insn() local 458 if (!matched && (insn & h->mask.bits) != h->value.bits) in probes_decode_insn() 513 matched = true; in probes_decode_insn()
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_therm | 24 read along with a calculated crc value and YES or NO if it matched. 25 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-4.1.27/arch/arm/probes/kprobes/ |
D | test-core.c | 753 char matched; member 809 entry->matched = false; in coverage_start_fn() 904 bool matched = false; in coverage_add() local 917 if (!matched) { in coverage_add() 920 entry->matched = true; in coverage_add() 936 matched = true; in coverage_add() 961 if (!entry->matched) { in coverage_end()
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 191 goto matched; in dns_resolver_cmp() 204 matched: in dns_resolver_cmp()
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 38 6) If a documented compatible string is not yet matched by the 40 string that is matched by the driver (as in the "nvidia,tegra20-pcie"
|
D | common-properties.txt | 15 - native-endian: Boolean; always use register accesses matched to the
|
/linux-4.1.27/net/sched/ |
D | sch_choke.c | 68 u32 matched; /* Drops to flow match */ member 296 q->stats.matched++; in choke_enqueue() 535 .matched = q->stats.matched, in choke_dump_stats()
|
D | cls_rsvp.h | 202 matched: in rsvp_classify() 217 goto matched; in rsvp_classify()
|
D | Kconfig | 381 according to the route table entry they matched.
|
/linux-4.1.27/scripts/coccinelle/iterators/ |
D | itnull.cocci | 5 //# happen when the matched code is on the way to a loop exit (break, goto,
|
/linux-4.1.27/scripts/coccinelle/api/alloc/ |
D | kzalloc-simple.cocci | 6 /// matched code has to be contiguous
|
/linux-4.1.27/Documentation/acpi/ |
D | scan_handlers.txt | 60 interesting to the given scan handler and may be matched against the next scan 73 is the order in which they are matched against device nodes during namespace
|
/linux-4.1.27/net/decnet/ |
D | dn_table.c | 671 int matched; in dn_fib_table_delete() local 697 matched = 0; in dn_fib_table_delete() 705 matched++; in dn_fib_table_delete() 720 if (matched != 1) { in dn_fib_table_delete()
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 921 bool matched = false; in rsi_set_min_rate() local 932 matched = true; in rsi_set_min_rate() 944 matched = true; in rsi_set_min_rate() 950 if (!matched) in rsi_set_min_rate()
|
/linux-4.1.27/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-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 355 int matched; /* matched the value */ in xfs_dir2_data_freefind() local 371 for (dfp = &bf[0], seenzero = matched = 0; in xfs_dir2_data_freefind() 381 matched = 1; in xfs_dir2_data_freefind() 387 ASSERT(matched || be16_to_cpu(dfp->length) >= be16_to_cpu(dup->length)); in xfs_dir2_data_freefind()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | base.c | 1946 bool matched = false; in rtl_chk_vendor_ouisub() local 1959 matched = true; in rtl_chk_vendor_ouisub() 1964 matched = true; in rtl_chk_vendor_ouisub() 1967 matched = true; in rtl_chk_vendor_ouisub() 1970 matched = true; in rtl_chk_vendor_ouisub() 1973 matched = true; in rtl_chk_vendor_ouisub() 1976 return matched; in rtl_chk_vendor_ouisub()
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 18 matched against the datasheet_name field of the iio_chan_spec.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max77686.txt | 30 to get matched with their hardware counterparts as follow:
|
D | tps6507x.txt | 11 The regulator is matched with the regulator-compatible.
|
D | tps65910.txt | 20 The regulator is matched with the regulator-compatible.
|
/linux-4.1.27/arch/alpha/lib/ |
D | memchr.S | 85 # Now, determine which byte matched:
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max77802.txt | 20 The regulator node name should be initialized with a string to get matched
|
/linux-4.1.27/net/bridge/netfilter/ |
D | Kconfig | 83 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules. 116 the rate at which a rule can be matched. This match is the
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 837 int matched = 0; in lnet_match_network_tokens() local 879 matched |= (rc != 0); in lnet_match_network_tokens() 882 if (!matched) in lnet_match_network_tokens()
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 1746 my $matched = 0; 1758 $matched = 1; 1762 $matched = 1; 1764 if (!$matched) {
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 3 This device is matched via its bus drivers, and has a number of properties
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | overview.txt | 37 core and are subsequently matched and configured when the application
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 1301 int matched = 0, j = 0; in class_process_proc_param() local 1329 matched = 0; in class_process_proc_param() 1336 matched++; in class_process_proc_param() 1350 if (!matched) { in class_process_proc_param()
|
D | cl_lock.c | 483 int matched; in cl_lock_lookup() local 485 matched = cl_lock_ext_match(&lock->cll_descr, need) && in cl_lock_lookup() 492 matched); in cl_lock_lookup() 493 if (matched) { in cl_lock_lookup()
|
/linux-4.1.27/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
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 109 can be NULL, in which case it will be matched for calls to gpiod_get()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-list.txt | 125 . If none of the above is matched, it will apply the supplied glob to all
|
D | perf-report.txt | 78 - parent: name of function matched to the parent regex filter. Unmatched
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 165 /* Return all but the first "n" matched characters back to the input stream. */ 355 /* Done after the current pattern has been matched and before the 658 /* Copy whatever the last rule matched to the standard output. */ 911 /* Amount of text matched not including the EOB char. */ 1060 /* We matched a single character, the EOB, so 1068 /* We matched some text prior to the EOB, first
|
/linux-4.1.27/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 754 /* Copy whatever the last rule matched to the standard output. */ 1214 /* Amount of text matched not including the EOB char. */ 1364 /* We matched a single character, the EOB, so 1372 /* We matched some text prior to the EOB, first
|
/linux-4.1.27/Documentation/video4linux/ |
D | radiotrack.txt | 51 simple, as individual ioport bits are directly matched to specific functions
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_sched.h | 331 __u32 matched; /* Drops due to flow match */ member
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 71 only keys of the specified subtype (e.g. tpm) will be matched. For 302 The key's fingerprint string may be partially matched upon. For a
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_common.c | 160 register int matched; in isdn_wildmat() local 191 for (last = 0, matched = 0; *++p && (*p != ']'); last = *p) in isdn_wildmat() 194 matched = 1; in isdn_wildmat() 195 if (matched == reverse) in isdn_wildmat()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2294 struct ldlm_lock *matched = ldlm_handle2lock(lockh); in osc_enqueue_base() local 2296 if ((agl != 0) && !(matched->l_flags & LDLM_FL_LVB_READY)) { in osc_enqueue_base() 2301 LDLM_LOCK_PUT(matched); in osc_enqueue_base() 2303 } else if (osc_set_lock_data_with_check(matched, einfo)) { in osc_enqueue_base() 2326 LDLM_LOCK_PUT(matched); in osc_enqueue_base() 2330 LDLM_LOCK_PUT(matched); in osc_enqueue_base()
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | head_v10.S | 225 beq ploop ; checksums matched, go to next entry
|
/linux-4.1.27/Documentation/usb/ |
D | hotplug.txt | 143 match, and the third argument to probe() will be the entry that matched.
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-miss.S | 130 # DAMR4 - mapped page table as matched by SCR0
|
/linux-4.1.27/Documentation/pcmcia/ |
D | driver-changes.txt | 96 PCMCIA devices and their correct drivers can now be matched in
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 158 matches the device's name. It is passed the entry that was matched so 159 the driver knows which one in the table matched.
|
/linux-4.1.27/kernel/trace/ |
D | ftrace.c | 3420 int matched = 0; in ftrace_match() local 3426 matched = 1; in ftrace_match() 3430 matched = 1; in ftrace_match() 3434 matched = 1; in ftrace_match() 3439 matched = 1; in ftrace_match() 3443 return matched; in ftrace_match()
|
D | Kconfig | 628 names matched with their values and what trace event system they
|
/linux-4.1.27/Documentation/ |
D | binfmt_misc.txt | 86 Think about the order of adding entries! Later added entries are matched first!
|
D | IRQ-domain.txt | 18 be chosen so they matched the hardware IRQ line into the root
|
D | kprobes.txt | 154 Multiple entry and return handler invocations are matched using the unique
|
D | CodingStyle | 694 which you should use to make sure messages are matched to the right device
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 1957 u8 matched = false; in cfg80211_rtw_connect() local 2023 matched = true; in cfg80211_rtw_connect() 2032 matched = true; in cfg80211_rtw_connect() 2040 if (!matched || !pnetwork) { in cfg80211_rtw_connect()
|
/linux-4.1.27/drivers/net/wireless/ |
D | rndis_wlan.c | 976 bool *matched); 2068 bool *matched) in rndis_check_bssid_list() argument 2115 matched) { in rndis_check_bssid_list() 2117 *matched = true; in rndis_check_bssid_list()
|
/linux-4.1.27/Documentation/filesystems/ |
D | affs.txt | 196 will not since the names are matched by the shell.
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 186 at this point will later on be matched against early platform drivers.
|
/linux-4.1.27/Documentation/frv/ |
D | mmu-layout.txt | 110 obviously limited, and their positions are controlled such that each slot is matched by a
|
/linux-4.1.27/fs/btrfs/ |
D | free-space-cache.c | 836 bool matched; in load_free_space_cache() local 878 matched = (ctl->free_space == (block_group->key.offset - used - in load_free_space_cache() 882 if (!matched) { in load_free_space_cache()
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 37 matched against known models in the alps_model_data_array.
|
D | multi-touch-protocol.txt | 388 matched to the set of contacts from the previous synchronization. A full
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 273 on the motherboard can be matched to the error.
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 30 are matched to their corresponding PEs.
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 171 on whether the field value matched (1) or didn't match (0):
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 620 a process has search permission can be matched. If the specified keyring 1250 keys in the keyring until one is matched. This must be used for any 1267 If match_preparse() is not provided, keys of this type will be matched
|
D | Smack.txt | 589 Entries in the /sys/fs/smackfs/netlabel file are matched by longest mask
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 1299 bool matched; in kvm_write_tsc() local 1364 matched = true; in kvm_write_tsc() 1380 matched = false; in kvm_write_tsc() 1406 if (!matched) { in kvm_write_tsc()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 375 perfectly matched frequency, and temperature and electrical variations will
|
D | api.txt | 1581 For the special case of virtio-ccw devices on s390, the ioevent is matched
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 1201 matched: mainly useful in combination with the LOG target ("LOG
|