Page MenuHomeFreeBSD

Use if ... else when printing memory attributes
ClosedPublic

Authored by andrew on Apr 11 2021, 11:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 11, 3:06 AM
Unknown Object (File)
Fri, Sep 11, 2:46 AM
Unknown Object (File)
Wed, Sep 9, 7:38 PM
Unknown Object (File)
Tue, Sep 8, 10:38 PM
Unknown Object (File)
Tue, Sep 8, 10:36 AM
Unknown Object (File)
Sun, Sep 6, 7:05 AM
Unknown Object (File)
Sat, Sep 5, 10:36 PM
Unknown Object (File)
Sat, Sep 5, 6:30 AM
Subscribers

Details

Summary

In vmstat there is a switch statement that converts these attributes to
a string. As some values can be duplicate we have to hide these from
userspace.

Replace this switch statement with an if ... else macro that lets us
repeat values without a compiler error.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable