Searched refs:pmatch (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/bpf/ |
D | bpf_jit_disasm.c | 177 regmatch_t pmatch[1]; in get_last_jit_image() local 190 memset(pmatch, 0, sizeof(pmatch)); in get_last_jit_image() 193 ret = regexec(®ex, 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-v4.19/tools/perf/util/ |
D | pmu.c | 676 regmatch_t pmatch[1]; in strcmp_cpuid_str() local 685 match = !regexec(&re, cpuid, 1, pmatch, 0); in strcmp_cpuid_str() 688 size_t match_len = (pmatch[0].rm_eo - pmatch[0].rm_so); in strcmp_cpuid_str()
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | scan.c | 2114 struct cfg80211_wowlan_nd_match *pmatch; in mwifiex_ret_802_11_scan() local 2213 kzalloc(sizeof(*pmatch) + sizeof(u32), in mwifiex_ret_802_11_scan() 2216 pmatch = adapter->nd_info->matches[idx]; in mwifiex_ret_802_11_scan() 2218 if (pmatch) { in mwifiex_ret_802_11_scan() 2219 pmatch->n_channels = 1; in mwifiex_ret_802_11_scan() 2220 pmatch->channels[0] = chan_band->chan_number; in mwifiex_ret_802_11_scan()
|
/Linux-v4.19/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 1393 u16 pmatch[3]; in natsemi_reset() local 1415 pmatch[i] = readw(ioaddr + RxFilterData); in natsemi_reset() 1454 writew(pmatch[i], ioaddr + RxFilterData); in natsemi_reset()
|