Update references to the new sysctls:
kern.ipc.somaxconn -> kern.ipc.soacceptqueue vfs.zfs.arc_max -> vfs.zfs.arc.max vfs.zfs.arc_min -> vfs.zfs.arc.min vfs.zfs.min_auto_ashift -> vfs.zfs.vdev.min_auto_ashift vfs.zfs.prefetch_disable -> vfs.zfs.prefetch.disable vfs.zfs.zil_disable -> vfs.zfs.zil.replay_disable
There may be others, but this is a good start.
I fear this change may be too cross-cutting, feel free to break it into several digestible commits if necessary. Nevertheless, no functional changes are intended.
NOTE: Do not MFC to stable/12.