zone_key_create
extern void zone_key_create(zone_key_t *, void *(*)(zoneid_t),
zone_key_create(&zone_thread_key, NULL, NULL, thread_zone_destroy);
zone_key_create(&autofs_key, NULL, NULL, autofs_zone_destructor);
zone_key_create(&nfs4_callback_zone_key, nfs4_callback_init_zone,
zone_key_create(&mi4_list_key, nfs4_mi_init, nfs4_mi_shutdown,
zone_key_create(&nfsidmap_zone_key, nfs_idmap_init_zone, NULL,
zone_key_create(&nfs4_ephemeral_key, nfs4_ephemeral_zsd_create,
zone_key_create(&nfs4clnt_zone_key, clinit4_zone, NULL, clfini4_zone);
zone_key_create(&mi_list_key, nfs_mi_init, nfs_mi_shutdown,
zone_key_create(&nfscmd_zone_key, nfscmd_zone_init,
zone_key_create(&nfsstat_zone_key, nfsstat_zone_init, NULL,
zone_key_create(&nfssrv_zone_key, nfs_server_zone_init,
zone_key_create(&nfsclnt_zone_key, clinit_zone, NULL, clfini_zone);
zone_key_create(&sharetab_zone_key, sharetab_zone_init,
zone_key_create(&nsmb_zone_key, NULL, nsmb_zone_shutdown,
zone_key_create(&smi_list_key, smbfs_zone_init, smbfs_zone_shutdown,
zone_key_create(&sockfs_zone_key,
zone_key_create(&gss_zone_key, gss_zone_init, NULL, gss_zone_fini);
zone_key_create(&idmap_zone_key, NULL, NULL, idmap_zone_destroy);
zone_key_create(&lofi_zone_key, NULL, lofi_zone_shutdown, NULL);
zone_key_create(&nlm_zone_key, lm_zone_init, NULL, lm_zone_fini);
zone_key_create(&flock_zone_key, flk_zone_init, NULL, flk_zone_fini);
zone_key_create(&acct_zone_key, acct_init, acct_shutdown, acct_fini);
zone_key_create(&au_zone_key, au_zone_init, au_zone_shutdown,
zone_key_create(&ephemeral_zone_key, NULL, NULL, destroy_ephemeral_zsd);
zone_key_create(&evch_zone_key, evch_zoneinit, NULL, evch_zonefree);
zone_key_create(&log_zone_key, log_zoneinit, NULL, log_zonefree);
zone_key_create(&msg_zone_key, NULL, msg_remove_zone, NULL);
zone_key_create(&netstack_zone_key, netstack_zone_create,
zone_key_create(&shm_zone_key, NULL, shm_remove_zone, NULL);
zone_key_create(&endpnt_destructor_key, NULL, NULL, endpnt_destructor);
zone_key_create(&zone_cots_key, NULL, NULL, clnt_zone_destroy);
zone_key_create(&rpcstat_zone_key, mt_kstat_zone_init, NULL,
zone_key_create(&auth_zone_key, auth_zone_init, NULL, auth_zone_fini);
zone_key_create(&gssauth_zone_key, NULL, NULL, gssauth_zone_fini);
zone_key_create(&svc_gss_zone_key, svc_gss_zone_init,
zone_key_create(&svc_zone_key, svc_zoneinit, svc_zoneshutdown,
extern void zone_key_create(zone_key_t *, void *(*)(zoneid_t),
zone_key_create(&exacct_zone_key, exacct_zone_init,
zone_key_create(&core_zone_key, core_init_zone, NULL,
zone_key_create(&sem_zone_key, NULL, sem_remove_zone, NULL);
zone_key_create(&vmm_zsd_key, vmm_zsd_create, vmm_zsd_shutdown,