Home
last modified time | relevance | path

Searched refs:pmatch (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/
Dbpf_jit_disasm.c177 regmatch_t pmatch[1]; in get_last_jit_image() local
190 memset(pmatch, 0, sizeof(pmatch)); in get_last_jit_image()
193 ret = regexec(&regex, ptr, 1, pmatch, 0); in get_last_jit_image()
195 ptr += pmatch[0].rm_eo; in get_last_jit_image()
196 off += pmatch[0].rm_eo; in get_last_jit_image()
202 ptr = haystack + off - (pmatch[0].rm_eo - pmatch[0].rm_so); in get_last_jit_image()
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
Dheader.c103 regmatch_t pmatch[1]; in strcmp_cpuid_str() local
124 match = !regexec(&re, id, 1, pmatch, 0); in strcmp_cpuid_str()
127 size_t match_len = (pmatch[0].rm_eo - pmatch[0].rm_so); in strcmp_cpuid_str()
/kernel/liteos_m/testsuites/unittest/posix/src/regex/
Dregex_func_test.c78 regmatch_t pmatch[1]; in TestRegex() local
84 int status = regexec(&reg, buf, nmatch, pmatch, 0); in TestRegex()
90 for (int i = pmatch[0].rm_so; i < pmatch[0].rm_eo; i++) { in TestRegex()
/kernel/liteos_m/testsuites/unittest/fuzz/src/regex/
Dit_test_regex_fuzz.c51 regmatch_t pmatch[1]; in RegexFuzz() local
92 regexec(&preg, str2, nmatch, pmatch, num1); in RegexFuzz()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dscan.c2132 struct cfg80211_wowlan_nd_match *pmatch; in mwifiex_ret_802_11_scan() local
2231 kzalloc(sizeof(*pmatch) + sizeof(u32), in mwifiex_ret_802_11_scan()
2234 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan()
2236 if (pmatch) { in mwifiex_ret_802_11_scan()
2237 pmatch->n_channels = 1; in mwifiex_ret_802_11_scan()
2238 pmatch->channels[0] = chan_band->chan_number; in mwifiex_ret_802_11_scan()
/kernel/linux/linux-5.10/tools/perf/util/
Dheader.c826 regmatch_t pmatch[1]; in strcmp_cpuid_str() local
835 match = !regexec(&re, cpuid, 1, pmatch, 0); in strcmp_cpuid_str()
838 size_t match_len = (pmatch[0].rm_eo - pmatch[0].rm_so); in strcmp_cpuid_str()
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/
Dnatsemi.c1390 u16 pmatch[3]; in natsemi_reset() local
1412 pmatch[i] = readw(ioaddr + RxFilterData); in natsemi_reset()
1451 writew(pmatch[i], ioaddr + RxFilterData); in natsemi_reset()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c4639 __le16 pmatch = 0; in stmmac_vlan_update() local
4654 pmatch = cpu_to_le16(vid); in stmmac_vlan_update()
4658 return stmmac_update_vlan_hash(priv, priv->hw, hash, pmatch, is_double); in stmmac_vlan_update()