Searched refs:read_write_fcn_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dconf.h109 typedef int read_write_fcn_t(dev_t dev, struct uio *uio, int ioflag); typedef
117 #define d_read_t read_write_fcn_t
118 #define d_write_t read_write_fcn_t
140 #define eno_rdwrt ((read_write_fcn_t *)&enodev)
186 read_write_fcn_t *d_read;
187 read_write_fcn_t *d_write;
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c132 static read_write_fcn_t vnread;
133 static read_write_fcn_t vnwrite;
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_pipe.c227 static read_write_fcn_t audit_pipe_read;
H A Daudit_session.c332 static read_write_fcn_t audit_sdev_read;

Completed in 132 milliseconds