Home
last modified time | relevance | path

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

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