/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_limits.h | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 macro 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_limits.h | 89 #ifndef UINT_MAX 90 #define UINT_MAX 4294967295 macro 92 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_limits.h | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 macro 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_limits.h | 89 #ifndef UINT_MAX 90 #define UINT_MAX 4294967295 macro 92 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_limits.h | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 macro 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_limits.h | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 macro 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_limits.h | 89 #ifndef UINT_MAX 90 #define UINT_MAX 4294967295 macro 92 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_limits.h | 89 #ifndef UINT_MAX 90 #define UINT_MAX 4294967295 macro 92 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | limits | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | limits | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | limits | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | limits | 68 #ifndef UINT_MAX 69 #define UINT_MAX 4294967295 71 #define SIZE_MAX UINT_MAX
|
/titanic_50/usr/src/common/mpi/ |
H A D | mpi.h | 138 #elif !defined(UINT_MAX) 158 #define MP_HALF_DIGIT_MAX UINT_MAX 169 #define MP_HALF_DIGIT_MAX UINT_MAX 178 #define MP_DIGIT_MAX UINT_MAX 189 (defined(MP_ULONG_LONG_MAX) || (ULONG_MAX > UINT_MAX)) 191 #if (ULONG_MAX > UINT_MAX) 210 #define MP_WORD_MAX UINT_MAX
|
/titanic_50/usr/src/cmd/dlutil/ |
H A D | dltraninfo.c | 237 uint_t count, i, tranid = UINT_MAX; in dltran_dump_transceivers() 271 if (tranid != UINT_MAX && i != tranid) in dltran_dump_transceivers() 273 if (tranid != UINT_MAX) in dltran_dump_transceivers() 318 if (tranid != UINT_MAX && !tran_found) { in dltran_dump_transceivers() 432 u >= UINT_MAX) { in main()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | lockstat.h | 134 #define CLAMP32(x) ((x) > UINT_MAX ? UINT_MAX : (x))
|
H A D | cpucaps.h | 53 #define MAXCAP UINT_MAX
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_open_andx.c | 270 if (smb_open_dsize_check && op->dsize > UINT_MAX) { in smb_com_open() 353 if ((creation_time != 0) && (creation_time != UINT_MAX)) in smb_pre_open_andx() 398 if (smb_open_dsize_check && op->dsize > UINT_MAX) { in smb_com_open_andx() 496 if ((creation_time != 0) && (creation_time != UINT_MAX)) in smb_com_trans2_open2()
|
H A D | smb_set_fileinfo.c | 418 if (mtime != 0 && mtime != UINT_MAX) { in smb_set_information() 446 if (mtime != 0 && mtime != UINT_MAX) { in smb_set_information2() 452 if (crtime != 0 && crtime != UINT_MAX) { in smb_set_information2() 457 if (atime != 0 && atime != UINT_MAX) { in smb_set_information2()
|
H A D | smb_trans2_find.c | 745 dsize32 = (fileinfo->fi_size > UINT_MAX) ? in smb_trans2_find_mbc_encode() 746 UINT_MAX : (uint32_t)fileinfo->fi_size; in smb_trans2_find_mbc_encode() 747 asize32 = (fileinfo->fi_alloc_size > UINT_MAX) ? in smb_trans2_find_mbc_encode() 748 UINT_MAX : (uint32_t)fileinfo->fi_alloc_size; in smb_trans2_find_mbc_encode()
|
H A D | smb2_lock.c | 259 timeout = UINT_MAX; in smb2_lock_elem() 269 timeout = UINT_MAX; in smb2_lock_elem()
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | limits.c | 192 #ifndef UINT_MAX in main() 206 #ifndef UINT_MAX in main()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | limits.h | 47 #define UINT_MAX 0xFFFFFFFF macro
|
/titanic_50/usr/src/uts/common/os/ |
H A D | rctl_proc.c | 362 UINT_MAX, UINT_MAX, &rctl_absolute_ops); in rctlproc_init() 364 "msginfo_msgtql", 8192, UINT_MAX); in rctlproc_init()
|
/titanic_50/usr/src/head/iso/ |
H A D | limits_iso.h | 77 #define UINT_MAX 4294967295U /* max value of an "unsigned int" */ macro
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | random.c | 231 if (size > UINT_MAX) in initstate() 232 n = UINT_MAX; in initstate()
|