zsd_get_system_rctl
system->zss_processes_max = zsd_get_system_rctl("zone.max-processes");
system->zss_lwps_max = zsd_get_system_rctl("zone.max-lwps");
system->zss_shm_max = zsd_get_system_rctl("zone.max-shm-memory");
system->zss_shmids_max = zsd_get_system_rctl("zone.max-shm-ids");
system->zss_semids_max = zsd_get_system_rctl("zone.max-sem-ids");
system->zss_msgids_max = zsd_get_system_rctl("zone.max-msg-ids");
system->zss_lofi_max = zsd_get_system_rctl("zone.max-lofi");