Page MenuHomeFreeBSD

bhyve: check for errors when writing device specific DSDT entries
ClosedPublic

Authored by corvink on Apr 5 2023, 7:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 31, 8:04 AM
Unknown Object (File)
Sat, Aug 29, 3:22 PM
Unknown Object (File)
Fri, Aug 28, 3:27 PM
Unknown Object (File)
Sun, Aug 16, 11:35 PM
Unknown Object (File)
Aug 12 2026, 10:18 PM
Unknown Object (File)
Aug 12 2026, 6:05 PM
Unknown Object (File)
Aug 12 2026, 4:15 PM
Unknown Object (File)
Aug 11 2026, 10:37 PM
Subscribers

Details

Summary

At the moment, this function can't fail. This behaviour will change in
the future. In preparation to that, convert the return type to int in
order to be able to check for errors.

Diff Detail

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