Home
last modified time | relevance | path

Searched refs:kGUARD_EXC_WRITE (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dguarded.h110 kGUARD_EXC_WRITE = 1u << 6 /* write on a guarded fd */ enumerator
/xnu-8019.80.24/bsd/kern/
H A Dsys_generic.c535 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE); in write_nocancel()
585 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE); in pwrite_nocancel()
703 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE); in preparefilewrite()