Searched refs:pmatch (Results 1 – 2 of 2) sorted by relevance
114 regmatch_t pmatch[1]; in get_last_jit_image() local126 memset(pmatch, 0, sizeof(pmatch)); in get_last_jit_image()129 ret = regexec(®ex, 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()
1387 u16 pmatch[3]; in natsemi_reset() local1409 pmatch[i] = readw(ioaddr + RxFilterData); in natsemi_reset()1448 writew(pmatch[i], ioaddr + RxFilterData); in natsemi_reset()