Home
last modified time | relevance | path

Searched defs:toset (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.func.c1828 # define toset(a) (((a) == 3) ? 1004 : (a) + 1) macro
1832 # define toset(a) ((a) + 1) macro
/freebsd/sys/kern/
H A Dvfs_subr.c7180 vn_irflag_set_locked(struct vnode *vp, short toset) in vn_irflag_set_locked()
7193 vn_irflag_set(struct vnode *vp, short toset) in vn_irflag_set()
7202 vn_irflag_set_cond_locked(struct vnode *vp, short toset) in vn_irflag_set_cond_locked()
7212 vn_irflag_set_cond(struct vnode *vp, short toset) in vn_irflag_set_cond()
/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
/freebsd/sys/net/
H A Dif.c4434 if_sethwassistbits(if_t ifp, int toset, int toclear) in if_sethwassistbits()