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
F113825723: D49609.id152969.diff
Fri, Apr 4, 4:18 AM
F113825543: D49609.id.diff
Fri, Apr 4, 4:13 AM
Unknown Object (File)
Thu, Apr 3, 3:24 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