Home
last modified time | relevance | path

Searched refs:CLR (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/bsd/kern/
H A Dtty.c532 CLR(c, TTY_ERRORMASK); in ttyinput()
567 CLR(c, 0x80); in ttyinput()
575 CLR(tp->t_state, TS_LNCH); in ttyinput()
855 CLR(tp->t_lflag, FLUSHO); in ttyinput()
909 CLR(c, ~TTY_CHARMASK); in ttyoutput()
1847 CLR(tp->t_lflag, PENDIN); in ttyflush()
2080 CLR(tp->t_lflag, PENDIN); in ttypend()
2690 CLR(tp->t_lflag, FLUSHO); in ttyrub()
2702 CLR(c, ~TTY_CHARMASK); in ttyrub()
2834 CLR(tp->t_lflag, FLUSHO); in ttyecho()
[all …]
H A Dmach_process.c107 #define CLR(t, f) (t) &= ~(f) macro
382 CLR(t->p_lflag, P_LTRACED); in ptrace()
383 CLR(t->p_lflag, P_LSIGEXC); in ptrace()
H A Dtty_dev.c303 CLR(tp->t_state, TS_IOCTL_NOT_OK); in ptsopen()
510 CLR(tp->t_state, TS_ZOMBIE); in ptcopen()
H A Dubc_subr.c2049 CLR(uip->ui_flags, UI_MAPBUSY); in ubc_map()
2052 CLR(uip->ui_flags, UI_MAPWAITING); in ubc_map()
2319 CLR(uip->ui_flags, UI_ISMAPPED | UI_MAPPEDWRITE); in ubc_unmap()
2322 CLR(uip->ui_flags, UI_MAPBUSY); in ubc_unmap()
2325 CLR(uip->ui_flags, UI_MAPWAITING); in ubc_unmap()
/xnu-11215/bsd/vfs/
H A Dvfs_cprotect.c253 CLR(cpx->cpx_flags, CPX_SEP_WRAPPEDKEY); in cpx_set_is_sep_wrapped_key()
269 CLR(cpx->cpx_flags, CPX_COMPOSITEKEY); in cpx_set_is_composite_key()
285 CLR(cpx->cpx_flags, CPX_USE_OFFSET_FOR_IV); in cpx_set_use_offset_for_iv()
301 CLR(cpx->cpx_flags, CPX_SYNTHETIC_OFFSET_FOR_IV); in cpx_set_synthetic_offset_for_iv()
329 CLR(cpx->cpx_flags, CPX_IV_AES_CTX_INITIALIZED | CPX_IV_AES_CTX_VFS); in cpx_set_key_len()
354 CLR(cpx->cpx_flags, CPX_IV_AES_CTX_VFS); in cpx_set_aes_iv_key()
H A Dvfs_bio.c351 CLR(bp->b_flags, B_DELWRI); in buf_markclean()
642 CLR(bp->b_flags, B_ERROR); in buf_seterror()
1780 CLR(bp->b_flags, B_LOCKED); in buf_invalidateblks()
1855 CLR(bp->b_flags, B_LOCKED); in buf_invalidateblks()
2853 CLR(bp->b_flags, B_ERROR); in buf_brelse()
3263 CLR(bp->b_flags, B_DONE); in buf_getblk()
3946 CLR(bp->b_lflags, BL_BUSY); in bcleanbuf()
4150 CLR(bp->b_flags, B_EINTR); in buf_biowait()
4344 CLR(bp->b_lflags, BL_WANTED); in buf_biodone()
4681 CLR(bp->b_lflags, BL_BUSY); in bcleanbuf_thread()
[all …]
H A Dvfs_syscalls.c1750 CLR(vp->v_flag, VMOUNT); in mount_common()
1858 CLR(vp->v_flag, VMOUNT); in mount_common()
1931 CLR(vp->v_flag, VMOUNTEDHERE); in mount_common()
1965 CLR(vp->v_flag, VMOUNT); in mount_common()
2073 CLR(vp->v_flag, VMOUNT); in prepare_coveredvp()
2187 CLR(vp->v_flag, VMOUNT); in place_mount_and_checkdirs()
2230 CLR(vp->v_flag, (VMOUNT | VMOUNTEDHERE)); in undo_place_on_covered_vp()
2520 CLR(vp->v_flag, VMOUNT); in relocate_imageboot_source()
3007 CLR(coveredvp->v_flag, VMOUNT | VMOUNTEDHERE); in dounmount()
4686 CLR(flags, FENCRYPTED); in open1()
[all …]
H A Dvfs_subr.c1815 CLR(pmi->pm_old_covered_vp->v_flag, VMOUNTEDHERE); in vfs_switch_root()
/xnu-11215/bsd/sys/
H A Dkernel_types.h42 #define CLR(t, f) (t) &= ~(f) macro
H A Dbuf.h1301 #define CLR(t, f) (t) &= ~(f) macro
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c2248 CLR(bap->ba_flags, BA_STRATEGY_TRACKED_IO); in throttle_info_end_io()