Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dguarded.h110 kGUARD_EXC_WRITE = 1u << 6 /* write on a guarded fd */ enumerator
/xnu-8020.101.4/bsd/kern/
H A Dsys_generic.c527 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE); in write_nocancel()
577 error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE); in pwrite_nocancel()
695 if ((error = fp_guard_exception(p, fd, fp, kGUARD_EXC_WRITE))) { in preparefilewrite()