Lines Matching defs:zsd_ctl
384 typedef struct zsd_ctl { struct
385 kstat_ctl_t *zsctl_kstat_ctl;
388 int zsctl_proc_fd; /* Log currently being used */
389 ea_file_t zsctl_proc_eaf;
390 struct stat64 zsctl_proc_stat;
391 int zsctl_proc_open;
392 int zsctl_proc_fd_next; /* Log file to use next */
393 ea_file_t zsctl_proc_eaf_next;
394 struct stat64 zsctl_proc_stat_next;
395 int zsctl_proc_open_next;
398 pool_conf_t *zsctl_pool_conf;
399 int zsctl_pool_status;
400 int zsctl_pool_changed;
403 zsd_system_t *zsctl_system;
404 list_t zsctl_zones;
405 list_t zsctl_psets;
406 list_t zsctl_cpus;
407 zsd_cpu_t *zsctl_cpu_array;
408 zsd_proc_t *zsctl_proc_array;
411 uint64_t zsctl_maxcpuid;
412 uint64_t zsctl_maxproc;
413 uint64_t zsctl_kern_bits;
414 uint64_t zsctl_pagesize;
417 uint64_t zsctl_hrtime;
418 uint64_t zsctl_hrtime_prev;
419 timestruc_t zsctl_hrtime_total;
421 struct timeval zsctl_timeofday;
445 } zsd_ctl_t; argument