HomeFreeBSD

Move implementation of ioctls into kern_*() functions.

Description

Move implementation of ioctls into kern_*() functions.

Move locks from outside ioctl to the individual implementations.

This is the first step of changing the implementations to act on a
kernel-internal request struct rather than on struct md_ioctl and to
removing the use of kern_ioctl in mountroot.

Reviewed by: cem, kib, markj (prior version)
Obtained from: CheriBSD
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14700

Details

Provenance
brooksAuthored on
Reviewer
cem
Differential Revision
D14700: Move implementation of ioctls into kern_*() functions.
Parents
rS331013: Fix iSCSI target crash on session reinstation.
Branches
Unknown
Tags
Unknown