/linux-4.4.14/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.4.14/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.4.14/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 | 326 int matched, i, num_matches; in act8865_pdata_from_dt() local 355 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt() 357 if (matched <= 0) in act8865_pdata_from_dt() 358 return matched; in act8865_pdata_from_dt()
|
/linux-4.4.14/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.4.14/crypto/asymmetric_keys/ |
D | pkcs7_trust.c | 68 goto matched; in pkcs7_validate_trust_one() 98 goto matched; in pkcs7_validate_trust_one() 115 goto matched; in pkcs7_validate_trust_one() 123 matched: in pkcs7_validate_trust_one()
|
/linux-4.4.14/drivers/of/ |
D | irq.c | 594 bool matched; in __of_msi_map_rid() local 632 matched = false; in __of_msi_map_rid() 633 while (!matched && msi_map_len >= 4 * sizeof(__be32)) { in __of_msi_map_rid() 648 matched = (masked_rid >= rid_base && in __of_msi_map_rid() 651 matched &= msi_np == msi_controller_node; in __of_msi_map_rid() 653 if (matched && !msi_np) { in __of_msi_map_rid() 662 if (!matched) in __of_msi_map_rid()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | debug.c | 420 int matched; in libcfs_debug_str2mask() local 429 matched = n; in libcfs_debug_str2mask() 430 t = sscanf(str, "%i%n", &m, &matched); in libcfs_debug_str2mask() 431 if (t >= 1 && matched == n) { in libcfs_debug_str2mask()
|
/linux-4.4.14/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 | 616 frames are passed to user space that matched *all* given CAN filters. The
|
/linux-4.4.14/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.4.14/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.4.14/net/sched/ |
D | sch_choke.c | 68 u32 matched; /* Drops to flow match */ member 290 q->stats.matched++; in choke_enqueue() 544 .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 | 382 according to the route table entry they matched.
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_ds2423 | 24 was successful and CRC matched. 34 - crc=YES/NO indicating whether read was ok and crc matched
|
D | w1_therm | 26 read along with a calculated crc value and YES or NO if it matched. 27 If the crc matched the returned values are retained. The second line
|
/linux-4.4.14/net/dns_resolver/ |
D | dns_key.c | 191 goto matched; in dns_resolver_cmp() 204 matched: in dns_resolver_cmp()
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/pci/ |
D | pci-msi.txt | 36 * rid-base is a single cell describing the first RID matched by the entry. 41 first RID matched by the entry. 43 * length is a single cell describing how many consecutive RIDs are matched
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | dbinput.c | 406 u8 matched; in acpi_db_display_command_info() local 410 matched = acpi_db_match_command_help(command, next); in acpi_db_display_command_info() 411 if (!display_all && matched) { in acpi_db_display_command_info()
|
/linux-4.4.14/Documentation/acpi/ |
D | method-tracing.txt | 34 a. Filter out the debug layer/level matched logs when control methods 40 b. Filter out the debug layer/level matched logs when the specified 47 c. Filter out the debug layer/level matched logs when the specified
|
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.4.14/scripts/coccinelle/api/alloc/ |
D | kzalloc-simple.cocci | 6 /// matched code has to be contiguous
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | itnull.cocci | 5 //# happen when the matched code is on the way to a loop exit (break, goto,
|
/linux-4.4.14/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.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 923 bool matched = false; in rsi_set_min_rate() local 934 matched = true; in rsi_set_min_rate() 946 matched = true; in rsi_set_min_rate() 952 if (!matched) in rsi_set_min_rate()
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/regulator/ |
D | max77686.txt | 22 to get matched with their hardware counterparts as follow:
|
D | max77802.txt | 41 The regulator node name should be initialized with a string to get matched
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 360 int matched; /* matched the value */ in xfs_dir2_data_freefind() local 376 for (dfp = &bf[0], seenzero = matched = 0; in xfs_dir2_data_freefind() 386 matched = 1; in xfs_dir2_data_freefind() 392 ASSERT(matched || be16_to_cpu(dfp->length) >= be16_to_cpu(dup->length)); in xfs_dir2_data_freefind()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 1944 bool matched = false; in rtl_chk_vendor_ouisub() local 1957 matched = true; in rtl_chk_vendor_ouisub() 1962 matched = true; in rtl_chk_vendor_ouisub() 1965 matched = true; in rtl_chk_vendor_ouisub() 1968 matched = true; in rtl_chk_vendor_ouisub() 1971 matched = true; in rtl_chk_vendor_ouisub() 1974 return matched; in rtl_chk_vendor_ouisub()
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | inkernel.txt | 18 matched against the datasheet_name field of the iio_chan_spec.
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
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.4.14/arch/alpha/lib/ |
D | memchr.S | 85 # Now, determine which byte matched:
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 978 int matched = 0, j = 0; in class_process_proc_param() local 1006 matched = 0; in class_process_proc_param() 1013 matched++; in class_process_proc_param() 1028 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.4.14/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.4.14/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.4.14/scripts/ |
D | get_maintainer.pl | 1783 my $matched = 0; 1795 $matched = 1; 1799 $matched = 1; 1801 if (!$matched) {
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | overview.txt | 37 core and are subsequently matched and configured when the application
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/ |
D | lis302.txt | 3 This device is matched via its bus drivers, and has a number of properties
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 181 /* Return all but the first "n" matched characters back to the input stream. */ 366 /* Done after the current pattern has been matched and before the 755 /* Copy whatever the last rule matched to the standard output. */ 1242 /* Amount of text matched not including the EOB char. */ 1393 /* We matched a single character, the EOB, so 1401 /* We matched some text prior to the EOB, first
|
/linux-4.4.14/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.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 193 /* Return all but the first "n" matched characters back to the input stream. */ 718 /* Done after the current pattern has been matched and before the 955 /* Copy whatever the last rule matched to the standard output. */ 1391 /* Amount of text matched not including the EOB char. */ 1540 /* We matched a single character, the EOB, so 1548 /* We matched some text prior to the EOB, first
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 126 . If none of the above is matched, it will apply the supplied glob to all
|
D | perf-report.txt | 79 - parent: name of function matched to the parent regex filter. Unmatched
|
D | intel-pt.txt | 643 cannot be matched against the Intel PT trace.
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_sched.h | 332 __u32 matched; /* Drops due to flow match */ member
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 51 simple, as individual ioport bits are directly matched to specific functions
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 71 only keys of the specified subtype (e.g. tpm) will be matched. For 303 The key's fingerprint string may be partially matched upon. For a
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2235 struct ldlm_lock *matched = ldlm_handle2lock(lockh); in osc_enqueue_base() local 2237 if ((agl != 0) && !(matched->l_flags & LDLM_FL_LVB_READY)) { in osc_enqueue_base() 2242 LDLM_LOCK_PUT(matched); in osc_enqueue_base() 2246 if (osc_set_lock_data_with_check(matched, einfo)) { in osc_enqueue_base() 2269 LDLM_LOCK_PUT(matched); in osc_enqueue_base() 2274 LDLM_LOCK_PUT(matched); in osc_enqueue_base()
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 122 can be NULL, in which case it will be matched for calls to gpiod_get()
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | head_v10.S | 225 beq ploop ; checksums matched, go to next entry
|
/linux-4.4.14/Documentation/usb/ |
D | hotplug.txt | 143 match, and the third argument to probe() will be the entry that matched.
|
/linux-4.4.14/arch/frv/mm/ |
D | tlb-miss.S | 130 # DAMR4 - mapped page table as matched by SCR0
|
/linux-4.4.14/Documentation/pcmcia/ |
D | driver-changes.txt | 96 PCMCIA devices and their correct drivers can now be matched in
|
/linux-4.4.14/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.4.14/kernel/trace/ |
D | ftrace.c | 3437 int matched = 0; in ftrace_match() local 3443 matched = 1; in ftrace_match() 3447 matched = 1; in ftrace_match() 3451 matched = 1; in ftrace_match() 3457 matched = 1; in ftrace_match() 3461 return matched; in ftrace_match()
|
D | Kconfig | 628 names matched with their values and what trace event system they
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/filesystems/ |
D | affs.txt | 196 will not since the names are matched by the shell.
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 200 at this point will later on be matched against early platform drivers.
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 110 obviously limited, and their positions are controlled such that each slot is matched by a
|
/linux-4.4.14/fs/btrfs/ |
D | free-space-cache.c | 834 bool matched; in load_free_space_cache() local 876 matched = (ctl->free_space == (block_group->key.offset - used - in load_free_space_cache() 880 if (!matched) { in load_free_space_cache()
|
/linux-4.4.14/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.4.14/arch/sparc/ |
D | Kconfig | 273 on the motherboard can be matched to the error.
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 30 are matched to their corresponding PEs.
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 177 If label is "-DELETE" a matched entry will be deleted. 624 Entries in the /sys/fs/smackfs/netlabel file are matched by longest mask
|
D | keys.txt | 620 a process has search permission can be matched. If the specified keyring 1259 keys in the keyring until one is matched. This must be used for any 1276 If match_preparse() is not provided, keys of this type will be matched
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 171 on whether the field value matched (1) or didn't match (0):
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 1416 bool matched; in kvm_write_tsc() local 1481 matched = true; in kvm_write_tsc() 1497 matched = false; in kvm_write_tsc() 1523 if (!matched) { in kvm_write_tsc()
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 166 that matched the extended regular expression)
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 375 perfectly matched frequency, and temperature and electrical variations will
|
D | api.txt | 1613 For the special case of virtio-ccw devices on s390, the ioevent is matched
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 1217 matched: mainly useful in combination with the LOG target ("LOG
|