Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_acct.c310 (off_t)0, UIO_SYSSPACE, IO_APPEND | IO_UNIT, safecred, in acct_process()
/xnu-12377.1.9/bsd/security/audit/
H A Daudit_worker.c259 IO_APPEND | IO_UNIT, vfs_context_ucred(ctx), NULL, in audit_record_write()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c1312 ioflag |= IO_APPEND; in vn_write()
1357 ioflag &= ~IO_APPEND; in vn_write()
1454 if (ioflag & IO_APPEND) { in vn_write()
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h156 #define IO_APPEND 0x0002 /* append write to end */ macro