http://defect.opensolaris.org/bz/show_bug.cgi?id=6644





--- Comment #1 from Rafael Vanoni <rafael.vanoni at sun.com>  2009-02-13 
13:46:04 ---
This seems to be an issue with DTrace, which expects a struct vsd_node as the
type for (cpudrv_devstate_t *)arg0)->cpu_id.


rvp at catfish:/sandbox/tmp$ pfexec dtrace -n 'cpu-change-speed{printf("%d\n",
((cpudrv_devstate_t *)arg0)->cpu_id)}'
dtrace: invalid probe specifier cpu-change-speed{printf("%d\n",
((cpudrv_devstate_t *)arg0)->cpu_id)}: printf( ) argument #2 is incompatible
with conversion #1 prototype:
    conversion: %d
     prototype: char, short, int, long, or long long
      argument: struct vsd_node

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to