Searched defs:toset (Results 1 – 4 of 4) sorted by relevance
1828 # define toset(a) (((a) == 3) ? 1004 : (a) + 1) macro1832 # define toset(a) ((a) + 1) macro
7265 vn_irflag_set_locked(struct vnode *vp, short toset) in vn_irflag_set_locked()7278 vn_irflag_set(struct vnode *vp, short toset) in vn_irflag_set()7287 vn_irflag_set_cond_locked(struct vnode *vp, short toset) in vn_irflag_set_cond_locked()7297 vn_irflag_set_cond(struct vnode *vp, short toset) in vn_irflag_set_cond()
720 int toclear, toset; /* bits to clear and to set in all live objects */ in sweeplist() local
4424 if_sethwassistbits(if_t ifp, int toset, int toclear) in if_sethwassistbits()