Searched refs:toset (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c722 int toclear, toset; /* bits to clear and to set in all live objects */ local
726 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */
731 toset = luaC_white(g); /* make object white */
747 gch(curr)->marked = cast_byte((marked & toclear) | toset);
/freebsd-12-stable/sys/net/
H A Dif_var.h687 int if_sethwassistbits(if_t ifp, int toset, int toclear);
H A Dif.c4329 if_sethwassistbits(if_t ifp, int toset, int toclear) argument
4331 ((struct ifnet *)ifp)->if_hwassist |= toset;

Completed in 173 milliseconds