Page MenuHomeFreeBSD

cam: Add probes for xpt actions
ClosedPublic

Authored by imp on Jan 3 2026, 10:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 20, 7:32 PM
Unknown Object (File)
Jan 30 2026, 11:34 PM
Unknown Object (File)
Jan 28 2026, 5:37 PM
Unknown Object (File)
Jan 20 2026, 2:30 AM
Unknown Object (File)
Jan 19 2026, 11:33 PM
Unknown Object (File)
Jan 18 2026, 4:37 AM
Unknown Object (File)
Jan 15 2026, 7:10 PM
Unknown Object (File)
Jan 12 2026, 10:00 AM
Subscribers

Details

Summary

cam::xpt:action(union ccb *)
cam::xpt:done((union ccb *)
cam::xpt:async-cb(void *cbarg, uint32_t async_code, struct cam_path
*path, void *async_arg);

Called when xpt_action(), xpt_done*() and the xpt async callbacks are
called.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I really like the way you used Fn here so it doesn't cause collisions in the whatis database!

share/man/man4/dtrace_cam.4
11

Maybe?

This revision is now accepted and ready to land.Jan 3 2026, 5:47 PM
share/man/man4/dtrace_cam.4
33
This revision was automatically updated to reflect the committed changes.