Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_descrip.c2750 unsigned int oflags, nflags; in sys_fcntl_nocancel() local
2861 os_atomic_rmw_loop(&fp->f_flag, oflags, nflags, relaxed, { in sys_fcntl_nocancel()
2862 nflags = oflags & ~FCNTLFLAGS; in sys_fcntl_nocancel()
2863 nflags |= FFLAGS(tmp) & FCNTLFLAGS; in sys_fcntl_nocancel()
2865 tmp = nflags & FNONBLOCK; in sys_fcntl_nocancel()
2870 tmp = nflags & FASYNC; in sys_fcntl_nocancel()
H A Duipc_usrreq.c2763 uint32_t oflags, nflags; in unp_mark() local
2765 os_atomic_rmw_loop(&fg->fg_flag, oflags, nflags, relaxed, { in unp_mark()
2769 nflags = oflags | FMARK | FDEFER; in unp_mark()
/xnu-10063.101.15/bsd/net/
H A Dpf_table.c1869 int nflags; in pfr_commit_ktable() local
1920 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) | in pfr_commit_ktable()
1925 pfr_setflags_ktable(kt, nflags); in pfr_commit_ktable()
H A Droute.c977 uint32_t nflags; in rtalloc1_common_locked() local
1021 nflags = rt->rt_flags & ~ignflags; in rtalloc1_common_locked()
1024 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) { in rtalloc1_common_locked()