Page MenuHomeFreeBSD

cam: prefer cam_sim_softc() over accessing cam_sim structure directly.
ClosedPublic

Authored by imp on May 20 2021, 4:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 27, 8:07 AM
Unknown Object (File)
Wed, Jun 24, 3:29 AM
Unknown Object (File)
Tue, Jun 23, 2:12 PM
Unknown Object (File)
Fri, Jun 19, 10:48 PM
Unknown Object (File)
May 16 2026, 1:49 AM
Unknown Object (File)
May 16 2026, 1:49 AM
Unknown Object (File)
May 16 2026, 1:48 AM
Unknown Object (File)
May 16 2026, 1:48 AM
Subscribers
None

Details

Summary

Use the accessor function to get the softc for this sim. This also drops
an unneeded cast.

Sponsored by: Netflix

Test Plan

All the other SIMs in the tree access softc via the accessor, and this makes it consistent.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39311
Build 36200: arc lint + arc unit