Change boolean_t variables in vm_map_unwire and vm_map_wire_locked to
bool. Drop result variable. Add holes_ok bool to replace repeated
masking of flags parameter.
Approved by: markj (mentor)
Differential Revision: https://reviews.freebsd.org/D20846