Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/security/audit/
H A Daudit_pipe.c979 u_int toread; in audit_pipe_read() local
1021 toread = MIN((int)(ape->ape_record_len - ap->ap_qoffset), in audit_pipe_read()
1025 toread, uio); in audit_pipe_read()
1038 ap->ap_qoffset += toread; in audit_pipe_read()
H A Daudit_session.c1908 u_int toread; in audit_sdev_read() local
1950 toread = MIN((int)(ase->ase_record_len - asdev->asdev_qoffset), in audit_sdev_read()
1954 toread, uio); in audit_sdev_read()
1967 asdev->asdev_qoffset += toread; in audit_sdev_read()