Home
last modified time | relevance | path

Searched refs:INT32_C (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sys/
H A Dzulumod.h215 #define ZULUVM_DO_INTR1 INT32_C(1)
216 #define ZULUVM_WAIT_INTR1 INT32_C(2)
217 #define ZULUVM_DO_INTR2 INT32_C(4)
218 #define ZULUVM_WAIT_INTR2 INT32_C(8)
236 #define ZULUVM_IMR_TARGET_SHIFT INT32_C(26)
237 #define ZULUVM_IMR_MAX INT32_C(0x3f)
/titanic_41/usr/src/uts/common/sys/
H A Dint_const.h80 #define INT32_C(c) (c) macro
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c1828 if (dp->d_nb != INT32_C(0) && dp->d_nb != INT32_C(-1)) in logmap_logscan_add()
1832 if ((dp->d_nb < INT32_C(0)) || in logmap_logscan_add()
1833 (dp->d_nb > INT32_C(MAPBLOCKSIZE))) in logmap_logscan_add()
1851 ASSERT(dp->d_nb == INT32_C(0)); in logmap_logscan_add()
H A Dlufs.c529 ud->od_statebno = INT32_C(0); in lufs_initialize()
590 fs->fs_logbno = INT32_C(0); in lufs_free()
670 int32_t logbno = INT32_C(0); /* will be fs_logbno */ in lufs_alloc()
710 ebp->chksum = INT32_C(0); in lufs_alloc()