Searched refs:nflags (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_descrip.c | 2775 unsigned int oflags, nflags; in sys_fcntl_nocancel() local 2888 os_atomic_rmw_loop(&fp->f_flag, oflags, nflags, relaxed, { in sys_fcntl_nocancel() 2889 nflags = oflags & ~FCNTLFLAGS; in sys_fcntl_nocancel() 2890 nflags |= FFLAGS(tmp) & FCNTLFLAGS; in sys_fcntl_nocancel() 2892 tmp = nflags & FNONBLOCK; in sys_fcntl_nocancel() 2897 tmp = nflags & FASYNC; in sys_fcntl_nocancel()
|
| H A D | uipc_usrreq.c | 2811 uint32_t oflags, nflags; in unp_mark() local 2813 os_atomic_rmw_loop(&fg->fg_flag, oflags, nflags, relaxed, { in unp_mark() 2817 nflags = oflags | FMARK | FDEFER; in unp_mark()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | pf_table.c | 1872 int nflags; in pfr_commit_ktable() local 1923 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) | in pfr_commit_ktable() 1928 pfr_setflags_ktable(kt, nflags); in pfr_commit_ktable()
|
| H A D | route.c | 1036 uint32_t nflags; in rtalloc1_common_locked() local 1080 nflags = rt->rt_flags & ~ignflags; in rtalloc1_common_locked() 1083 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) { in rtalloc1_common_locked()
|