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
F163190775: D49609.id.diff
Mon, Jul 20, 10:04 PM
Unknown Object (File)
Fri, Jul 17, 4:32 PM
Unknown Object (File)
Wed, Jul 8, 6:51 AM
Unknown Object (File)
Sun, Jul 5, 8:01 AM
Unknown Object (File)
Fri, Jul 3, 9:56 AM
Unknown Object (File)
Thu, Jun 25, 2:13 AM
Unknown Object (File)
Jun 10 2026, 4:49 PM
Unknown Object (File)
May 22 2026, 2:32 PM
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