Page MenuHomeFreeBSD

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

Authored by olce on Apr 1 2025, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 4, 5:01 AM
Unknown Object (File)
Mon, Nov 3, 10:13 AM
Unknown Object (File)
Sun, Nov 2, 1:10 PM
Unknown Object (File)
Tue, Oct 28, 5:52 PM
Unknown Object (File)
Sun, Oct 26, 11:59 PM
Unknown Object (File)
Sun, Oct 26, 4:56 AM
Unknown Object (File)
Sat, Oct 25, 5:44 PM
Unknown Object (File)
Sat, Oct 25, 5:27 AM
Subscribers

Details

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 Not Applicable
Unit
Tests Not Applicable