/titanic_41/usr/src/uts/common/sys/ |
H A D | int_limits.h | 96 #define UINT64_MAX (18446744073709551615UL) macro 98 #define UINT64_MAX (18446744073709551615ULL) 107 #ifdef UINT64_MAX 108 #define UINTMAX_MAX UINT64_MAX 123 #ifdef UINT64_MAX 124 #define UINT_LEAST64_MAX UINT64_MAX 137 #ifdef UINT64_MAX 138 #define UINT_FAST64_MAX UINT64_MAX 149 #define UINTPTR_MAX UINT64_MAX
|
H A D | ctf.h | 109 #define CTF_MAX_LSIZE UINT64_MAX
|
/titanic_41/usr/src/lib/libuutil/common/ |
H A D | uu_strtoint.c | 103 multmax = (uint64_t)UINT64_MAX / (uint64_t)base; in strtoint() 120 if ((uint64_t)UINT64_MAX - val < (uint64_t)i) in strtoint() 257 if (max > UINT64_MAX) in uu_strtouint()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | project.c | 122 data->kpd_locked_mem_ctl = UINT64_MAX; in project_data_init() 125 data->kpd_crypto_mem_ctl = UINT64_MAX; in project_data_init() 942 RCTL_GLOBAL_BYTES, UINT64_MAX, UINT64_MAX, in project_init() 975 RCTL_GLOBAL_BYTES, UINT64_MAX, UINT64_MAX, &project_shmmax_ops); in project_init() 992 if ((shmmax > 0) && (UINT64_MAX / shmmax <= shmmni)) in project_init() 993 qty = UINT64_MAX; in project_init() 1017 UINT64_MAX, UINT64_MAX, &project_locked_mem_ops); in project_init()
|
H A D | rctl_proc.c | 301 UINT64_MAX, UINT64_MAX, &proc_cpu_time_ops); in rctlproc_init()
|
/titanic_41/usr/src/common/zfs/ |
H A D | zfs_comutil.c | 79 zrpp->zrp_maxdata = UINT64_MAX; in zpool_get_rewind_policy() 80 zrpp->zrp_txg = UINT64_MAX; in zpool_get_rewind_policy()
|
H A D | zfs_prop.c | 390 UINT64_MAX, PROP_DEFAULT, ZFS_TYPE_FILESYSTEM, in zfs_prop_init() 393 UINT64_MAX, PROP_DEFAULT, ZFS_TYPE_FILESYSTEM | ZFS_TYPE_VOLUME, in zfs_prop_init() 396 UINT64_MAX, PROP_DEFAULT, ZFS_TYPE_FILESYSTEM, in zfs_prop_init() 399 UINT64_MAX, PROP_DEFAULT, ZFS_TYPE_FILESYSTEM | ZFS_TYPE_VOLUME, in zfs_prop_init()
|
/titanic_41/usr/src/cmd/avs/dsstat/ |
H A D | report.c | 91 del = UINT64_MAX - o2; in hrtime_delta() 93 del = UINT64_MAX - old; in hrtime_delta() 130 return ((UINT64_MAX - old) + new + 1); in u64_delta()
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | loc.c | 271 wa->winning_rating = UINT64_MAX; in nwamd_loc_check() 292 wa->winning_rating = UINT64_MAX; in nwamd_loc_check() 328 wa->winning_rating = UINT64_MAX; in nwamd_loc_check()
|
/titanic_41/usr/src/common/crypto/modes/ |
H A D | ctr.c | 219 upper_mask = (count == 64) ? UINT64_MAX : (1ULL << count) - 1; in ctr_init_ctx() 220 lower_mask = UINT64_MAX; in ctr_init_ctx()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zil.c | 95 #define ZILTEST_TXG (UINT64_MAX - TXG_CONCURRENT_STATES) 298 uint64_t claim_blk_seq = claimed ? zh->zh_claim_blk_seq : UINT64_MAX; in zil_parse() 299 uint64_t claim_lr_seq = claimed ? zh->zh_claim_lr_seq : UINT64_MAX; in zil_parse() 312 claim_lr_seq = UINT64_MAX; in zil_parse() 907 UINT64_MAX 982 if (zil_blksz == UINT64_MAX) in zil_lwb_write_start() 1050 spa_freeze_txg(zilog->zl_spa) != UINT64_MAX); in zil_lwb_commit() 1217 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_remove_async() 1271 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) in zil_itx_assign() 1378 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_get_commit_list() [all …]
|
H A D | zfs_rlock.c | 142 new->r_len = UINT64_MAX; in zfs_range_lock_writer() 436 len = UINT64_MAX - off; in zfs_range_lock() 577 ASSERT3U(rl->r_len, ==, UINT64_MAX); in zfs_range_reduce()
|
H A D | spa_misc.c | 575 spa->spa_freeze_txg = UINT64_MAX; in spa_add() 576 spa->spa_final_txg = UINT64_MAX; in spa_add() 577 spa->spa_load_max_txg = UINT64_MAX; in spa_add() 1441 if (spa->spa_freeze_txg == UINT64_MAX) { in spa_freeze()
|
H A D | bptree.c | 265 bte.be_birth_txg = UINT64_MAX; in bptree_iterate()
|
H A D | dsl_dir.c | 1068 quota = UINT64_MAX; in dsl_dir_space_available() 1069 parentspace = UINT64_MAX; in dsl_dir_space_available() 1088 if (dsl_dir_phys(dd)->dd_reserved > used && parentspace != UINT64_MAX) { in dsl_dir_space_available() 1100 if (parentspace != UINT64_MAX) in dsl_dir_space_available() 1176 quota = UINT64_MAX; in dsl_dir_tempreserve_impl()
|
/titanic_41/usr/src/lib/libzonestat/common/ |
H A D | zonestat.h | 51 #define ZS_LIMIT_NONE (UINT64_MAX)
|
/titanic_41/usr/src/cmd/fm/fminject/common/ |
H A D | inj_string.c | 89 { 0, UINT64_MAX }
|
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr_mem_acpi.c | 184 dr_physmax = plat_dr_physmax ? ptob(plat_dr_physmax) : UINT64_MAX; in dr_attach_mem() 187 ml = memlist_del_span(ml, dr_physmax, UINT64_MAX - dr_physmax); in dr_attach_mem()
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | acquire.c | 558 del = UINT64_MAX - o2; in hrtime_delta() 560 del = UINT64_MAX - old; in hrtime_delta()
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 200 dma_attr->dma_attr_addr_hi = UINT64_MAX; in t4_sge_init() 201 dma_attr->dma_attr_count_max = UINT64_MAX; in t4_sge_init() 205 dma_attr->dma_attr_maxxfer = UINT64_MAX; in t4_sge_init() 206 dma_attr->dma_attr_seg = UINT64_MAX; in t4_sge_init() 221 dma_attr->dma_attr_addr_hi = UINT64_MAX; in t4_sge_init() 222 dma_attr->dma_attr_count_max = UINT64_MAX; in t4_sge_init() 226 dma_attr->dma_attr_maxxfer = UINT64_MAX; in t4_sge_init() 227 dma_attr->dma_attr_seg = UINT64_MAX; in t4_sge_init() 245 dma_attr->dma_attr_addr_hi = UINT64_MAX; in t4_sge_init() 246 dma_attr->dma_attr_count_max = UINT64_MAX; in t4_sge_init() [all …]
|
/titanic_41/usr/src/lib/libilb/common/ |
H A D | ilb_subr.c | 225 d = UINT64_MAX - dl + 1; in i_cmp_addr_impl()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_dump.c | 220 if (addr || (addrmax < UINT64_MAX)) in mdb_dump_internal()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 133 sprintf(buf, "%llu", UINT64_MAX);
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_rename.c | 494 status = smb_nbl_conflict(dst_fnode, 0, UINT64_MAX, NBL_REMOVE); in smb_common_rename() 777 status = smb_nbl_conflict(src_node, 0, UINT64_MAX, NBL_RENAME); in smb_rename_lookup_src()
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 1387 #undef UINT64_MAX 1388 #define UINT64_MAX (18446744073709551615UL) macro 1391 #if (defined(__lock_lint) || (SIZE_MAX < UINT64_MAX))
|