| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| int_limits.h | 74 * maximum for that datatype is defined. For example, if #ifdef UINT64_MAX 98 #define UINT64_MAX (18446744073709551615UL) 100 #define UINT64_MAX (18446744073709551615ULL) 109 #ifdef UINT64_MAX 110 #define UINTMAX_MAX UINT64_MAX 127 #ifdef UINT64_MAX 128 #define UINT_LEAST64_MAX UINT64_MAX 143 #ifdef UINT64_MAX 144 #define UINT_FAST64_MAX UINT64_MAX 155 #define UINTPTR_MAX UINT64_MAX [all...] |
| ctf.h | 109 #define CTF_MAX_LSIZE UINT64_MAX
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| filebench.h | 102 #define UINT64_MAX (((off64_t)1UL<<63UL) - 1UL) 105 #define FILEBENCH_RANDMAX64 UINT64_MAX
|
| /onnv/onnv-gate/usr/src/lib/libuutil/common/ |
| uu_strtoint.c | 103 multmax = (uint64_t)UINT64_MAX / (uint64_t)base; 120 if ((uint64_t)UINT64_MAX - val < (uint64_t)i) 257 if (max > UINT64_MAX)
|
| /onnv/onnv-gate/usr/src/common/zfs/ |
| zfs_comutil.c | 79 zrpp->zrp_txg = UINT64_MAX;
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| project.c | 124 data->kpd_locked_mem_ctl = UINT64_MAX; 127 data->kpd_crypto_mem_ctl = UINT64_MAX; 883 RCTL_GLOBAL_BYTES, UINT64_MAX, UINT64_MAX, 916 RCTL_GLOBAL_BYTES, UINT64_MAX, UINT64_MAX, &project_shmmax_ops); 933 if ((shmmax > 0) && (UINT64_MAX / shmmax <= shmmni)) 934 qty = UINT64_MAX; 958 UINT64_MAX, UINT64_MAX, &project_locked_mem_ops) [all...] |
| rctl_proc.c | 300 UINT64_MAX, UINT64_MAX, &proc_cpu_time_ops);
|
| task.c | 883 RCTL_GLOBAL_UNOBSERVABLE | RCTL_GLOBAL_SECONDS, UINT64_MAX, 884 UINT64_MAX, &task_cpu_time_ops);
|
| /onnv/onnv-gate/usr/src/cmd/avs/dsstat/ |
| report.c | 91 del = UINT64_MAX - o2; 93 del = UINT64_MAX - old; 130 return ((UINT64_MAX - old) + new + 1);
|
| /onnv/onnv-gate/usr/src/common/crypto/modes/ |
| ctr.c | 219 upper_mask = (count == 64) ? UINT64_MAX : (1ULL << count) - 1; 220 lower_mask = UINT64_MAX;
|
| /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/ |
| inj_string.c | 89 { 0, UINT64_MAX }
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zfs_rlock.c | 139 new->r_len = UINT64_MAX; 433 len = UINT64_MAX - off; 574 ASSERT3U(rl->r_len, ==, UINT64_MAX);
|
| spa_misc.c | 453 spa->spa_freeze_txg = UINT64_MAX; 454 spa->spa_final_txg = UINT64_MAX; 455 spa->spa_load_max_txg = UINT64_MAX; 1136 if (spa->spa_freeze_txg == UINT64_MAX) { [all...] |
| dsl_dir.c | 616 quota = UINT64_MAX; 617 parentspace = UINT64_MAX; 636 if (dd->dd_phys->dd_reserved > used && parentspace != UINT64_MAX) { 648 if (parentspace != UINT64_MAX) 734 quota = UINT64_MAX; [all...] |
| bplist.c | 351 if (mintxg < TXG_INITIAL && maxtxg == UINT64_MAX) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| Project.xs | 154 sprintf(buf, "%llu", UINT64_MAX);
|
| /onnv/onnv-gate/usr/src/cmd/stat/common/ |
| acquire.c | 570 del = UINT64_MAX - o2; 572 del = UINT64_MAX - old;
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_dump.c | 215 * it isn't possible to dump from 0 to UINT64_MAX if 220 if (addr || (addrmax < UINT64_MAX))
|
| /onnv/onnv-gate/usr/src/lib/libilb/common/ |
| ilb_subr.c | 181 * 2^64 - 1 == UINT64_MAX 225 d = UINT64_MAX - dl + 1;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_rename.c | 417 0, UINT64_MAX, B_TRUE); 662 status = smb_range_check(sr, src_node, 0, UINT64_MAX, B_TRUE);
|
| /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/ |
| fmd_event.c | 334 return (new >= old ? new - old : (UINT64_MAX - old) + new + 1);
|
| fmd_time.c | 318 * while-loop comparison fts_hrt < UINT64_MAX will always return true. 321 hrt = UINT64_MAX;
|
| /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitadm/ |
| helper.c | 383 if (number > (UINT64_MAX / (unsigned long long)unit_from)) {
|
| /onnv/onnv-gate/usr/src/cmd/prctl/ |
| utils.c | 200 if (result > UINT64_MAX)
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| rlimit.c | 191 if (vmem_ctl < UINT64_MAX) {
|