HomeFreeBSD

Replace argument checks with assertions.

Description

Replace argument checks with assertions.

Those functions are used by kernel, and we can't check all possible argument
errors in production kernel. Plus according to docs many of those errors
are checked by hardware. Assertions should just help with code debugging.

MFC after: 2 weeks

Details

Provenance
mavAuthored on
Parents
rS352786: Implement the dynamic add (-A) and removal (-R) of ippool pools
Branches
Unknown
Tags
Unknown