Symbol: STAT
usr/src/cmd/cpio/cpio.c
5189
if (STAT(Gen.g_dirfd,
usr/src/cmd/cpio/cpio.c
8390
if (STAT(Gen.g_dirfd, Gen.g_nam_p, &SrcSt) == -1) {
usr/src/lib/lib9p/common/utils.c
115
X(STAT, "stat"),
usr/src/uts/common/cpr/cpr_dump.c
1014
STAT->cs_real_statefsz += cpr_buf_size;
usr/src/uts/common/cpr/cpr_dump.c
246
STAT->cs_nocomp_statefsz = sizeof (cdd_t) + sizeof (cmd_t) +
usr/src/uts/common/cpr/cpr_dump.c
256
(STAT->cs_nocomp_statefsz > STAT->cs_est_statefsz)) {
usr/src/uts/common/cpr/cpr_dump.c
282
cpr_term.real_statef_size = STAT->cs_real_statefsz +
usr/src/uts/common/cpr/cpr_dump.c
286
STAT->cs_real_statefsz);
usr/src/uts/common/cpr/cpr_dump.c
824
STAT->cs_upage2statef = dcnt;
usr/src/uts/common/cpr/cpr_dump.c
930
STAT->cs_dumped_statefsz += mmu_ptob(npg);
usr/src/uts/common/cpr/cpr_misc.c
609
STAT->cs_nosw_pages = k_anoninfo.ani_mem_resv;
usr/src/uts/common/cpr/cpr_misc.c
610
if (STAT->cs_nosw_pages < 0)
usr/src/uts/common/cpr/cpr_misc.c
611
STAT->cs_nosw_pages = 0;
usr/src/uts/common/cpr/cpr_misc.c
663
nback = mmu_ptob(STAT->cs_nosw_pages);
usr/src/uts/common/cpr/cpr_misc.c
688
STAT->cs_est_statefsz = size;
usr/src/uts/common/cpr/cpr_misc.c
718
STAT->cs_est_statefsz = size;
usr/src/uts/common/cpr/cpr_stat.c
132
struct cpr_stat *cp = STAT;
usr/src/uts/common/cpr/cpr_stat.c
147
STAT->cs_real_statefsz = 0;
usr/src/uts/common/cpr/cpr_stat.c
148
STAT->cs_dumped_statefsz = 0;
usr/src/uts/common/cpr/cpr_stat.c
157
STAT->cs_real_statefsz = cpr_term.real_statef_size;
usr/src/uts/common/cpr/cpr_stat.c
159
STAT->cs_nocomp_statefsz*100)/
usr/src/uts/common/cpr/cpr_stat.c
160
STAT->cs_real_statefsz);
usr/src/uts/common/cpr/cpr_stat.c
161
if (STAT->cs_min_comprate == 0 ||
usr/src/uts/common/cpr/cpr_stat.c
162
(STAT->cs_min_comprate > cur_comprate))
usr/src/uts/common/cpr/cpr_stat.c
163
STAT->cs_min_comprate = cur_comprate;
usr/src/uts/common/cpr/cpr_stat.c
170
struct cpr_stat *cp = STAT;
usr/src/uts/common/cpr/cpr_stat.c
229
struct cpr_stat *cp = STAT;
usr/src/uts/common/cpr/cpr_stat.c
81
struct cpr_stat *cp = STAT;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6047
#define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO))
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6052
v4->tcp_out_rsts = STAT(OUT_RST);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6060
v6->tcp_out_rsts = STAT(OUT_RST);
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
102
STAT(Px, 0_9V_ADC), /* 0x20 IN_0V9_ADC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
103
STAT(Px, INT_TEMP2), /* 0x21 CONTROLLER_2_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
104
STAT(Px, VREG_TEMP), /* 0x22 VREG_INTERNAL_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
105
STAT(Px, VREG_0_9V_TEMP), /* 0x23 VREG_0V9_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
106
STAT(Px, VREG_1_2V_TEMP), /* 0x24 VREG_1V2_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
107
STAT(Px, INT_VPTAT), /* 0x25 CTRLR. VPTAT */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
108
STAT(Px, INT_ADC_TEMP), /* 0x26 CTRLR. INTERNAL_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
109
STAT(Px, EXT_VPTAT), /* 0x27 CTRLR. VPTAT_EXTADC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
110
STAT(Px, EXT_ADC_TEMP), /* 0x28 CTRLR. INTERNAL_TEMP_EXTADC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
111
STAT(Px, AMBIENT_TEMP), /* 0x29 AMBIENT_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
112
STAT(Px, AIRFLOW), /* 0x2a AIRFLOW */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
113
STAT(Px, VDD08D_VSS08D_CSR), /* 0x2b VDD08D_VSS08D_CSR */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
114
STAT(Px, VDD08D_VSS08D_CSR_EXTADC), /* 0x2c VDD08D_VSS08D_CSR_EXTADC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
115
STAT(Px, HOTPOINT_TEMP), /* 0x2d HOTPOINT_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
116
STAT(P1, PHY_POWER_SWITCH_PORT0), /* 0x2e PHY_POWER_SWITCH_PORT0 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
117
STAT(P2, PHY_POWER_SWITCH_PORT1), /* 0x2f PHY_POWER_SWITCH_PORT1 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
118
STAT(Px, MUM_VCC), /* 0x30 MUM_VCC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
119
STAT(Px, 0V9_A), /* 0x31 0V9_A */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
120
STAT(Px, I0V9_A), /* 0x32 I0V9_A */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
121
STAT(Px, 0V9_A_TEMP), /* 0x33 0V9_A_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
122
STAT(Px, 0V9_B), /* 0x34 0V9_B */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
123
STAT(Px, I0V9_B), /* 0x35 I0V9_B */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
124
STAT(Px, 0V9_B_TEMP), /* 0x36 0V9_B_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
125
STAT(Px, CCOM_AVREG_1V2_SUPPLY), /* 0x37 CCOM_AVREG_1V2_SUPPLY */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
126
STAT(Px, CCOM_AVREG_1V2_SUPPLY_EXT_ADC),
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
128
STAT(Px, CCOM_AVREG_1V8_SUPPLY), /* 0x39 CCOM_AVREG_1V8_SUPPLY */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
129
STAT(Px, CCOM_AVREG_1V8_SUPPLY_EXT_ADC),
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
138
STAT(Px, CONTROLLER_MASTER_VPTAT), /* 0x40 MASTER_VPTAT */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
139
STAT(Px, CONTROLLER_MASTER_INTERNAL_TEMP), /* 0x41 MASTER_INT_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
140
STAT(Px, CONTROLLER_MASTER_VPTAT_EXT_ADC), /* 0x42 MAST_VPTAT_EXT_ADC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
141
STAT(Px, CONTROLLER_MASTER_INTERNAL_TEMP_EXT_ADC),
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
143
STAT(Px, CONTROLLER_SLAVE_VPTAT), /* 0x44 SLAVE_VPTAT */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
144
STAT(Px, CONTROLLER_SLAVE_INTERNAL_TEMP), /* 0x45 SLAVE_INTERNAL_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
145
STAT(Px, CONTROLLER_SLAVE_VPTAT_EXT_ADC), /* 0x46 SLAVE_VPTAT_EXT_ADC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
146
STAT(Px, CONTROLLER_SLAVE_INTERNAL_TEMP_EXT_ADC),
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
149
STAT(Px, SODIMM_VOUT), /* 0x49 SODIMM_VOUT */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
150
STAT(Px, SODIMM_0_TEMP), /* 0x4a SODIMM_0_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
151
STAT(Px, SODIMM_1_TEMP), /* 0x4b SODIMM_1_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
152
STAT(Px, PHY0_VCC), /* 0x4c PHY0_VCC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
153
STAT(Px, PHY1_VCC), /* 0x4d PHY1_VCC */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
154
STAT(Px, CONTROLLER_TDIODE_TEMP), /* 0x4e CONTROLLER_TDIODE_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
155
STAT(Px, BOARD_FRONT_TEMP), /* 0x4f BOARD_FRONT_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
156
STAT(Px, BOARD_BACK_TEMP), /* 0x50 BOARD_BACK_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
68
STAT(Px, INT_TEMP), /* 0x00 CONTROLLER_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
69
STAT(Px, EXT_TEMP), /* 0x01 PHY_COMMON_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
70
STAT(Px, INT_COOLING), /* 0x02 CONTROLLER_COOLING */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
71
STAT(P1, EXT_TEMP), /* 0x03 PHY0_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
72
STAT(P1, EXT_COOLING), /* 0x04 PHY0_COOLING */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
73
STAT(P2, EXT_TEMP), /* 0x05 PHY1_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
74
STAT(P2, EXT_COOLING), /* 0x06 PHY1_COOLING */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
75
STAT(Px, 1V), /* 0x07 IN_1V0 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
76
STAT(Px, 1_2V), /* 0x08 IN_1V2 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
77
STAT(Px, 1_8V), /* 0x09 IN_1V8 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
78
STAT(Px, 2_5V), /* 0x0a IN_2V5 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
79
STAT(Px, 3_3V), /* 0x0b IN_3V3 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
80
STAT(Px, 12V), /* 0x0c IN_12V0 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
81
STAT(Px, 1_2VA), /* 0x0d IN_1V2A */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
82
STAT(Px, VREF), /* 0x0e IN_VREF */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
83
STAT(Px, VAOE), /* 0x0f OUT_VAOE */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
84
STAT(Px, AOE_TEMP), /* 0x10 AOE_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
85
STAT(Px, PSU_AOE_TEMP), /* 0x11 PSU_AOE_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
86
STAT(Px, PSU_TEMP), /* 0x12 PSU_TEMP */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
87
STAT(Px, FAN0), /* 0x13 FAN_0 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
88
STAT(Px, FAN1), /* 0x14 FAN_1 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
89
STAT(Px, FAN2), /* 0x15 FAN_2 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
90
STAT(Px, FAN3), /* 0x16 FAN_3 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
91
STAT(Px, FAN4), /* 0x17 FAN_4 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
92
STAT(Px, VAOE_IN), /* 0x18 IN_VAOE */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
93
STAT(Px, IAOE), /* 0x19 OUT_IAOE */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
94
STAT(Px, IAOE_IN), /* 0x1a IN_IAOE */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
95
STAT(Px, NIC_POWER), /* 0x1b NIC_POWER */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
96
STAT(Px, 0_9V), /* 0x1c IN_0V9 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
97
STAT(Px, I0_9V), /* 0x1d IN_I0V9 */
usr/src/uts/common/io/sfxge/common/mcdi_mon.c
98
STAT(Px, I1_2V), /* 0x1e IN_I1V2 */
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
285
#define HCI1394_INIT_IT_OLAST(DESCP, STAT, INTR, REQCOUNT) ((DESCP)->hdr = 0 |\
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
286
(DESC_TY_OUTPUT_LAST | (STAT) | DESC_KEY_REF | (INTR) | \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
289
#define HCI1394_INIT_IT_OLAST_IMM(DESCP, STAT, INTR) ((DESCP)->hdr = 0 | \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
290
(DESC_TY_OUTPUT_LAST | (STAT) | DESC_KEY_IMMED | (INTR) | \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
307
#define HCI1394_INIT_IR_PPB_ILAST(DESCP, STAT, INTR, WAIT, REQCOUNT) \
usr/src/uts/common/sys/1394/adapters/hci1394_descriptors.h
308
(DESCP)->hdr = 0 | (DESC_TY_INPUT_LAST | (STAT) | DESC_KEY_REF | \
usr/src/uts/sun4u/os/cpr_impl.c
1289
STAT->cs_dumped_statefsz += mmu_ptob(dirty_npages);