Home
last modified time | relevance | path

Searched refs:moffset (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c299 g->moffset = -1; in regcomp()
1582 g->moffset = 0; in findmust()
1627 g->moffset += offset; in findmust()
1630 g->moffset = offset; in findmust()
1642 g->moffset += offset; in findmust()
1645 g->moffset = offset; in findmust()
1660 g->moffset += offset; in findmust()
1663 g->moffset = offset; in findmust()
1686 g->moffset = offset; in findmust()
1695 g->moffset = -1; in findmust()
[all …]
H A Dregex2.h184 int moffset; /* latest point at which must may be located */ member
H A Dengine.c283 if (dp != NULL && g->moffset > -1) { in matcher()
286 nstart = stepback(start, dp, g->moffset, g->mb_cur_max); in matcher()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c426 uint64_t moffset; in hpi_pfc_set_mac_address() local
434 moffset = PFC_MAC_ADDRESS_MASK(slot); in hpi_pfc_set_mac_address()
442 REG_PIO_WRITE64(handle, moffset, mask.value); in hpi_pfc_set_mac_address()
450 uint64_t offset, moffset; in hpi_pfc_clear_mac_address() local
460 moffset = PFC_MAC_ADDRESS_MASK(slot); in hpi_pfc_clear_mac_address()
463 REG_PIO_WRITE64(handle, moffset, zmask); in hpi_pfc_clear_mac_address()