Searched refs:pmatch (Results 1 – 2 of 2) sorted by relevance
165 regmatch_t pmatch[1]; in get_last_jit_image() local177 memset(pmatch, 0, sizeof(pmatch)); in get_last_jit_image()180 ret = regexec(®ex, 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()
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()