Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libcpc/i386/
H A Devent_pentium.c277 UINT32_C(1), CPC_P6_PES_USR },
279 UINT32_C(1), CPC_P6_PES_USR },
282 UINT32_C(1), CPC_P6_PES_OS },
284 UINT32_C(1), CPC_P6_PES_OS },
287 UINT32_C(1), CPC_P6_PES_E },
289 UINT32_C(1), CPC_P6_PES_E },
292 UINT32_C(1), CPC_P6_PES_PC },
294 UINT32_C(1), CPC_P6_PES_PC },
297 UINT32_C(1), CPC_P6_PES_INT },
299 UINT32_C(1), CPC_P6_PES_INT },
[all …]
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h52 #define LUFS_EXTENTS (UINT32_C(0))
90 #define LDL_MINTRANSFER (UINT32_C(32768)) /* 32 k */
91 #define LDL_MAXTRANSFER (UINT32_C(1048576)) /* 1 M */
133 #define LUFS_VERSION (UINT32_C(1)) /* Version 1 */
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1393 #define SP_BLK UINT32_C(0x00000000)
1394 #define SP_FLM UINT32_C(0x20000000)
1395 #define SP_SQFLM UINT32_C(0x40000000)
1396 #define SP_EOD UINT32_C(0x60000000)
1397 #define SP_BACKSP UINT32_C(0x80000000)
1398 #define SP_CMD_MASK UINT32_C(0x60000000)
1399 #define SP_CNT_MASK UINT32_C(0x1fffffff)
/titanic_41/usr/src/uts/common/sys/
H A Dint_const.h96 #define UINT32_C(c) __CONCAT__(c,u) macro
/titanic_41/usr/src/uts/intel/pcbe/
H A Dp123_pcbe.c501 #define P6_PES_EN (UINT32_C(1) << CPC_P6_PES_EN)
502 #define P6_PES_INT (UINT32_C(1) << CPC_P6_PES_INT)
503 #define P6_PES_OS (UINT32_C(1) << CPC_P6_PES_OS)
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs.c77 static uint32_t last_loghead_ident = UINT32_C(0);
498 } while (last_loghead_ident == UINT32_C(0)); in lufs_genid_init()
708 ebp->nextbno = UINT32_C(0); in lufs_alloc()
709 ebp->nextents = UINT32_C(0); in lufs_alloc()
725 ep->lbno = UINT32_C(0); in lufs_alloc()
731 ebp->nextents = UINT32_C(1); in lufs_alloc()
H A Dlufs_map.c1925 logmap->mtm_committid = UINT32_C(0); in logmap_logscan()