Home
last modified time | relevance | path

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

/linux-4.1.27/tools/net/
Dbpf_jit_disasm.c114 regmatch_t pmatch[1]; in get_last_jit_image() local
126 memset(pmatch, 0, sizeof(pmatch)); in get_last_jit_image()
129 ret = regexec(&regex, ptr, 1, pmatch, 0); in get_last_jit_image()
131 ptr += pmatch[0].rm_eo; in get_last_jit_image()
132 off += pmatch[0].rm_eo; in get_last_jit_image()
138 ptr = haystack + off - (pmatch[0].rm_eo - pmatch[0].rm_so); in get_last_jit_image()
/linux-4.1.27/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()