Home
last modified time | relevance | path

Searched refs:toset (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c720 int toclear, toset; /* bits to clear and to set in all live objects */ in sweeplist() local
724 toset = bitmask(OLDBIT); /* set the old bit of all surviving objects */ in sweeplist()
729 toset = luaC_white(g); /* make object white */ in sweeplist()
745 gch(curr)->marked = cast_byte((marked & toclear) | toset); in sweeplist()
/freebsd/sys/sys/
H A Dvnode.h850 void vn_irflag_set_locked(struct vnode *vp, short toset);
851 void vn_irflag_set(struct vnode *vp, short toset);
852 void vn_irflag_set_cond_locked(struct vnode *vp, short toset);
853 void vn_irflag_set_cond(struct vnode *vp, short toset);
/freebsd/sys/kern/
H A Dvfs_subr.c7180 vn_irflag_set_locked(struct vnode *vp, short toset) in vn_irflag_set_locked() argument
7186 VNASSERT((flags & toset) == 0, vp, in vn_irflag_set_locked()
7188 __func__, flags, toset)); in vn_irflag_set_locked()
7189 atomic_store_short(&vp->v_irflag, flags | toset); in vn_irflag_set_locked()
7193 vn_irflag_set(struct vnode *vp, short toset) in vn_irflag_set() argument
7197 vn_irflag_set_locked(vp, toset); in vn_irflag_set()
7202 vn_irflag_set_cond_locked(struct vnode *vp, short toset) in vn_irflag_set_cond_locked() argument
7208 atomic_store_short(&vp->v_irflag, flags | toset); in vn_irflag_set_cond_locked()
7212 vn_irflag_set_cond(struct vnode *vp, short toset) in vn_irflag_set_cond() argument
7216 vn_irflag_set_cond_locked(vp, toset); in vn_irflag_set_cond()
/freebsd/contrib/tcsh/
H A Dsh.func.c1828 # define toset(a) (((a) == 3) ? 1004 : (a) + 1) macro
1832 # define toset(a) ((a) + 1) macro
2352 if (ulimit(toset(lp->limconst), limit) < 0) {
/freebsd/sys/net/
H A Dif_var.h586 int if_sethwassistbits(if_t ifp, int toset, int toclear);
H A Dif.c4434 if_sethwassistbits(if_t ifp, int toset, int toclear) in if_sethwassistbits() argument
4437 ifp->if_hwassist |= toset; in if_sethwassistbits()