Date: Thu, 27 Apr 2006 20:52:02 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 96246 for review Message-ID: <200604272052.k3RKq24S090639@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96246 Change 96246 by jb@jb_freebsd2 on 2006/04/27 20:51:57 Convert the last ioctls. That's the userland -> dtrace interface complete. Yay. Affected files ... .. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#12 edit Differences ... ==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#12 (text) ==== @@ -1224,8 +1224,10 @@ /* start tracing */ #define DTRACEIOC_STOP _IOWR('x',13,processorid_t) /* stop tracing */ -#define DTRACEIOC_AGGDESC _IO('x',15) /* get agg. desc. */ -#define DTRACEIOC_FORMAT _IO('x',16) /* get format str */ +#define DTRACEIOC_AGGDESC _IOW('x',15,dtrace_aggdesc_t *) + /* get agg. desc. */ +#define DTRACEIOC_FORMAT _IOWR('x',16,dtrace_fmtdesc_t) + /* get format str */ #define DTRACEIOC_DOFGET _IOW('x',17,dof_hdr_t *) /* get DOF */ #define DTRACEIOC_REPLICATE _IOW('x',18,dtrace_repldesc_t)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604272052.k3RKq24S090639>