Searched defs:STAT (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | mcdi_mon.c | 51 #define STAT(portmask, stat) \ macro 68 STAT(Px, INT_TEMP), /* 0x00 CONTROLLER_TEMP */ 69 STAT(Px, EXT_TEMP), /* 0x01 PHY_COMMON_TEMP */ 70 STAT(Px, INT_COOLING), /* 0x02 CONTROLLER_COOLING */ 71 STAT(P1, EXT_TEMP), /* 0x03 PHY0_TEMP */ 72 STAT(P1, EXT_COOLING), /* 0x04 PHY0_COOLING */ 73 STAT(P2, EXT_TEMP), /* 0x05 PHY1_TEMP */ 74 STAT(P2, EXT_COOLING), /* 0x06 PHY1_COOLING */ 75 STAT(Px, 1V), /* 0x07 IN_1V0 */ 76 STAT(P [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpr.h | 527 #define STAT (&cpr_state.c_stat) macro
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 2769 #define STAT(x) val[STAT_IDX(x)] macro 2770 #define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO)) 2775 v4->tcpOutRsts = STAT(OUT_RST); 2783 v6->tcpOutRsts = STAT(OUT_RST); 2789 #undef STAT macro
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 115 #define STAT(dir, path, statbuf) fstatat(dir, \ macro 5181 if (STAT(Gen.g_dirfd, 8372 if (STAT(Gen.g_dirfd, Gen.g_nam_p, &SrcSt) == -1) {
|
Completed in 121 milliseconds