Home
last modified time | relevance | path

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

/linux-4.4.14/tools/net/
Dbpf_jit_disasm.c165 regmatch_t pmatch[1]; in get_last_jit_image() local
177 memset(pmatch, 0, sizeof(pmatch)); in get_last_jit_image()
180 ret = regexec(&regex, ptr, 1, pmatch, 0); in get_last_jit_image()
182 ptr += pmatch[0].rm_eo; in get_last_jit_image()
183 off += pmatch[0].rm_eo; in get_last_jit_image()
189 ptr = haystack + off - (pmatch[0].rm_eo - pmatch[0].rm_so); in get_last_jit_image()
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dnatsemi.c1387 u16 pmatch[3]; in natsemi_reset() local
1409 pmatch[i] = readw(ioaddr + RxFilterData); in natsemi_reset()
1448 writew(pmatch[i], ioaddr + RxFilterData); in natsemi_reset()