Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dint_const.h80 #define INT32_C(c) (c) macro
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_stdint.h47 #define INT32_C(c) (c) macro
/illumos-gate/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()