Page MenuHomeFreeBSD

Add function to force an nvlist into the error state
ClosedPublic

Authored by rstone on Feb 17 2015, 5:44 PM.
Tags
None
Referenced Files
F132142288: D1878.id3821.diff
Tue, Oct 14, 3:31 AM
Unknown Object (File)
Fri, Oct 10, 4:27 AM
Unknown Object (File)
Wed, Oct 1, 6:35 AM
Unknown Object (File)
Tue, Sep 30, 10:25 PM
Unknown Object (File)
Mon, Sep 29, 10:22 PM
Unknown Object (File)
Sep 13 2025, 12:19 AM
Unknown Object (File)
Sep 8 2025, 1:52 AM
Unknown Object (File)
Sep 4 2025, 6:35 AM

Details

Summary

Add an nvlist_set_error() function that can be used to force an
nvlist into the error state. This is useful both for writing
tests and for writing APIs that use nvlists internally.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rstone retitled this revision from to Add function to force an nvlist into the error state.
rstone edited the test plan for this revision. (Show Details)
rstone added a reviewer: jfv.
rstone updated this object.
rstone added subscribers: pjd, Unknown Object (MLST).
jfv edited edge metadata.
This revision is now accepted and ready to land.Feb 18 2015, 10:25 PM

Other that the minor nit above, it looks good.

lib/libnv/nvlist.c
144

I'd assert that error is != 0.