Home
last modified time | relevance | path

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

/linux/tools/bpf/
A 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()
/linux/tools/vm/
A Dpage_owner_sort.c80 regmatch_t pmatch[2]; in get_page_num() local
82 err = regexec(&order_pattern, buf, 2, pmatch, REG_NOTBOL); in get_page_num()
83 if (err != 0 || pmatch[1].rm_so == -1) { in get_page_num()
87 val_len = pmatch[1].rm_eo - pmatch[1].rm_so; in get_page_num()
91 memcpy(order_str, buf + pmatch[1].rm_so, val_len); in get_page_num()
/linux/tools/perf/arch/x86/util/
A 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()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dscan.c2131 struct cfg80211_wowlan_nd_match *pmatch; in mwifiex_ret_802_11_scan() local
2230 kzalloc(sizeof(*pmatch) + sizeof(u32), in mwifiex_ret_802_11_scan()
2233 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan()
2235 if (pmatch) { in mwifiex_ret_802_11_scan()
2236 pmatch->n_channels = 1; in mwifiex_ret_802_11_scan()
2237 pmatch->channels[0] = chan_band->chan_number; in mwifiex_ret_802_11_scan()
/linux/tools/perf/util/
A Dheader.c830 regmatch_t pmatch[1]; in strcmp_cpuid_str() local
839 match = !regexec(&re, cpuid, 1, pmatch, 0); in strcmp_cpuid_str()
842 size_t match_len = (pmatch[0].rm_eo - pmatch[0].rm_so); in strcmp_cpuid_str()
/linux/drivers/net/ethernet/natsemi/
A Dnatsemi.c1392 u16 pmatch[3]; in natsemi_reset() local
1414 pmatch[i] = readw(ioaddr + RxFilterData); in natsemi_reset()
1453 writew(pmatch[i], ioaddr + RxFilterData); in natsemi_reset()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c6225 __le16 pmatch = 0; in stmmac_vlan_update() local
6240 pmatch = cpu_to_le16(vid); in stmmac_vlan_update()
6244 return stmmac_update_vlan_hash(priv, priv->hw, hash, pmatch, is_double); in stmmac_vlan_update()

Completed in 33 milliseconds