Page MenuHomeFreeBSD

ps(1): find_varentry() to take a name instead of a VAR
AcceptedPublic

Authored by olce on Tue, Apr 1, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 24, 8:38 AM
Unknown Object (File)
Sun, Apr 13, 1:30 AM
Unknown Object (File)
Sat, Apr 12, 9:40 PM
Unknown Object (File)
Sat, Apr 12, 9:40 PM
Unknown Object (File)
Sat, Apr 12, 9:40 PM
Unknown Object (File)
Sat, Apr 12, 9:40 PM
Unknown Object (File)
Sat, Apr 12, 9:40 PM
Unknown Object (File)
Sat, Apr 5, 1:27 PM
Subscribers

Details

Reviewers
emaste
pstef
kib
Summary

The only information that find_varentry() needs and uses is
a keyword/var name. The rest of the fields in the passed VAR are
unused.

Changing its signature will ease introducing new calls to
find_varentry() in subsequent commits, as there no VAR object will exist
to be passed but just a name.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63251
Build 60135: arc lint + arc unit